* Annotation.class);
*/try {
JABAService client = Jws2Client.connect(
- "http://localhost:18080/jaba", Services.IUPredWS);
+ "http://localhost:8080/jabaws", Services.IUPredWS);
msaws = (SequenceAnnotation<IUPredWS>) client;
} catch (ConnectException e) {
e.printStackTrace();
try {
List<Option<IUPredWS>> opts=new ArrayList<Option<IUPredWS>>();
opts.add(msaws.getRunnerOptions().getArgumentByOptionName("Long"));
-
String jobId = msaws.customAnalize(fsl,opts);
System.out.println("J: " + jobId);
ScoreManager result = msaws.getAnnotation(jobId);