Centralized statistic collector. All WS are converted to use the same input and outpu...
[jabaws.git] / webservices / compbio / ws / server / GlobPlotWS.java
index b058882..603c7dd 100644 (file)
@@ -53,7 +53,6 @@ public class GlobPlotWS implements SequenceAnnotation<GlobPlot> {
        ConfiguredExecutable<GlobPlot> init(List<FastaSequence> sequences)\r
                        throws JobSubmissionException {\r
                GlobPlot globPlot = new GlobPlot();\r
-               globPlot.setInput("fasta.in").setOutput("globPlot.out");\r
                return Configurator.configureExecutable(globPlot, sequences);\r
        }\r
 \r