Adding registry web service and changes to WStester and JWS2Client code. Bugs in...
[jabaws.git] / webservices / compbio / ws / server / GlobPlotWS.java
index affe48e..4c15b7c 100644 (file)
@@ -14,6 +14,7 @@ import compbio.data.sequence.ScoreManager;
 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
@@ -53,9 +54,9 @@ public class GlobPlotWS implements SequenceAnnotation<GlobPlot> {
        ConfiguredExecutable<GlobPlot> init(List<FastaSequence> sequences)\r
                        throws JobSubmissionException {\r
                GlobPlot globPlot = new GlobPlot();\r
+               globPlot.setInput(SkeletalExecutable.INPUT);\r
                return Configurator.configureExecutable(globPlot, sequences);\r
        }\r
-\r
        @Override\r
        public ScoreManager getAnnotation(String jobId)\r
                        throws ResultNotAvailableException {\r