Refactor:
[jabaws.git] / webservices / compbio / ws / server / ProbconsWS.java
index bfad95a..586352b 100644 (file)
@@ -61,7 +61,7 @@ public class ProbconsWS implements MsaWS<Probcons> {
        private static final RunnerConfig<Probcons> probconsOptions = Util\r
                        .getSupportedOptions(Probcons.class);\r
 \r
-       private static final LimitsManager<Probcons> limitMan = compbio.runner.Util\r
+       private static final LimitsManager<Probcons> limitMan = compbio.engine.client.Util\r
                        .getLimits(new Probcons().getType());\r
 \r
        @Override\r
@@ -76,7 +76,6 @@ public class ProbconsWS implements MsaWS<Probcons> {
        ConfiguredExecutable<Probcons> init(List<FastaSequence> dataSet)\r
                        throws JobSubmissionException {\r
                Probcons probcons = new Probcons();\r
-               probcons.setInput("fasta.in").setOutput("alignment.out");\r
                return Configurator.configureExecutable(probcons, dataSet);\r
        }\r
 \r