X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=runner%2Fcompbio%2Frunner%2Fdisorder%2FDisembl.java;h=46b2e5c0e68bfa522e44a1bee412b88cb6e3bc58;hb=d0ec0c90f3e010833af507d2a9ac6b68a031f0d8;hp=7c54af10bd0ab259b45d6b810a7c1454e148e349;hpb=d33d2debf752b2b31d5a801eb93eaa3f5ce23028;p=jabaws.git diff --git a/runner/compbio/runner/disorder/Disembl.java b/runner/compbio/runner/disorder/Disembl.java index 7c54af1..46b2e5c 100644 --- a/runner/compbio/runner/disorder/Disembl.java +++ b/runner/compbio/runner/disorder/Disembl.java @@ -53,14 +53,10 @@ import compbio.runner.Util; * This is not a standard DisEMBL! The script has been modified! * */ -public class Disembl extends SkeletalExecutable - implements - PipedExecutable { +public class Disembl extends SkeletalExecutable implements PipedExecutable { private static Logger log = Logger.getLogger(Disembl.class); - public static final String KEY_VALUE_SEPARATOR = Util.SPACE; - /** * For the region to be considered disordered the values must exceed these */ @@ -104,6 +100,7 @@ public class Disembl extends SkeletalExecutable log.trace("DRESULTS: " + results); return results; } + @Override public Disembl setInput(String inFile) { super.setInput(inFile);