Fix bug with wrong source file
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Mon, 28 Oct 2013 20:23:42 +0000 (20:23 +0000)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Mon, 28 Oct 2013 20:23:42 +0000 (20:23 +0000)
datadb/compbio/cassandra/CassandraCreate.java

index ad1fcbe..55ff2a1 100644 (file)
@@ -86,7 +86,6 @@ public class CassandraCreate {
                        String datasrc = "http://www.compbio.dundee.ac.uk/www-jpred/results/usage-new/alljobs.dat";
                        String prefix = "http://www.compbio.dundee.ac.uk/www-jpred/results";
                        JpredParserHTTP parser = new JpredParserHTTP(prefix);
-                       parser.setSource("");
                        parser.Parsing(datasrc, 4);
                        flushData();
                } else if (source.equals("file")) {