Centralized statistic collector. All WS are converted to use the same input and outpu...
[jabaws.git] / webservices / compbio / ws / server / TcoffeeWS.java
index 74c1723..5608a53 100644 (file)
@@ -81,7 +81,6 @@ public class TcoffeeWS implements MsaWS<Tcoffee> {
        ConfiguredExecutable<Tcoffee> init(List<FastaSequence> sequences)\r
                        throws JobSubmissionException {\r
                Tcoffee tcoffee = new Tcoffee();\r
-               tcoffee.setInput("fasta.in").setOutput("fasta.out");\r
                ConfiguredExecutable<Tcoffee> confCoffee = Configurator\r
                                .configureExecutable(tcoffee, sequences);\r
                if (confCoffee.getExecProvider() == Executable.ExecProvider.Cluster) {\r