GlobPlot and DIsembl execs all test passed
[jabaws.git] / runner / compbio / runner / disorder / GlobPlot.java
index 6decede..2284671 100644 (file)
@@ -79,7 +79,7 @@ public class GlobPlot extends SkeletalExecutable<GlobPlot>
                try {\r
                        inStream = new FileInputStream(new File(workDirectory, getOutput()));\r
                        results = SequenceUtil.removeSequences(SequenceUtil\r
-                                       .readDisembl(inStream));\r
+                                       .readGlobPlot(inStream));\r
                        inStream.close();\r
                } catch (FileNotFoundException e) {\r
                        log.error(e.getMessage(), e.getCause());\r