Temporary fix problem with wrong Jpred version
[proteocache.git] / datadb / compbio / cassandra / JpredParserHTTP.java
index b84ddfd..c6db457 100644 (file)
@@ -135,6 +135,7 @@ public class JpredParserHTTP implements JpredParser {
                JpredJob job = new JpredJob(jobinfo[jobinfo.length - 1], jobinfo[0], jobinfo[1]);
                job.setIP(jobinfo[2]);
                job.setProgramName("Jpred");
+               job.setProgramVersion("3.0.1");
                Date currDate = new Date();
                String maindir = dirprefix + "/" + job.getJobID() + "/";