From 711409a4b2322afb918d091fb602379f3b36d311 Mon Sep 17 00:00:00 2001 From: Daniel Barton Date: Fri, 16 Aug 2013 16:26:42 +0100 Subject: [PATCH] Webservices Actually working with ScoreManager --- webservices/compbio/ws/client/Jws2Client.java | 1 + 1 file changed, 1 insertion(+) diff --git a/webservices/compbio/ws/client/Jws2Client.java b/webservices/compbio/ws/client/Jws2Client.java index 18424f6..ce4980d 100644 --- a/webservices/compbio/ws/client/Jws2Client.java +++ b/webservices/compbio/ws/client/Jws2Client.java @@ -176,6 +176,7 @@ public class Jws2Client { ScoreManager result = analize(inputFile, ((SequenceAnnotation) msaws), preset, customOptions); + System.out.println(result\.asRNAStruct().toString()); IOHelper.writeOut(writer, result); } else if (service.getServiceType() == MsaWS.class) { alignment = align(inputFile, (MsaWS) msaws, preset, -- 1.7.10.2