From: Sasha Sherstnev Date: Mon, 3 Feb 2014 14:04:31 +0000 (+0000) Subject: Temporary fix problem with wrong Jpred version X-Git-Url: http://source.jalview.org/gitweb/?p=proteocache.git;a=commitdiff_plain;h=14b57e897b0cd604d4f3735244d87ce7de9e6d2a Temporary fix problem with wrong Jpred version --- diff --git a/datadb/compbio/cassandra/JpredParserHTTP.java b/datadb/compbio/cassandra/JpredParserHTTP.java index b84ddfd..c6db457 100644 --- a/datadb/compbio/cassandra/JpredParserHTTP.java +++ b/datadb/compbio/cassandra/JpredParserHTTP.java @@ -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() + "/";