Web services refactoring & bug fixing
[jabaws.git] / webservices / compbio / ws / server / ProbconsWS.java
index 1d5430d..4ab7a34 100644 (file)
@@ -31,6 +31,7 @@ import compbio.data.sequence.FastaSequence;
 import compbio.engine.AsyncExecutor;\r
 import compbio.engine.Configurator;\r
 import compbio.engine.client.ConfiguredExecutable;\r
+import compbio.engine.client.SkeletalExecutable;\r
 import compbio.metadata.ChunkHolder;\r
 import compbio.metadata.JobStatus;\r
 import compbio.metadata.JobSubmissionException;\r
@@ -68,6 +69,9 @@ public class ProbconsWS implements MsaWS<Probcons> {
        ConfiguredExecutable<Probcons> init(List<FastaSequence> dataSet)\r
                        throws JobSubmissionException {\r
                Probcons probcons = new Probcons();\r
+               probcons.setInput(SkeletalExecutable.INPUT)\r
+                               .setOutput(SkeletalExecutable.OUTPUT)\r
+                               .setError(SkeletalExecutable.ERROR);\r
                return Configurator.configureExecutable(probcons, dataSet);\r
        }\r
 \r