Disembl and Jronn web services work. Modified to produce raw scores Globplot script...
authorpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Fri, 4 Feb 2011 17:15:33 +0000 (17:15 +0000)
committerpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Fri, 4 Feb 2011 17:15:33 +0000 (17:15 +0000)
commita17f3c38045ca4509dc891722ea98143005119f6
tree37ab46ed29f67d9dba90cbebcf53d8e6be7e0458
parent4d6083e0cf39c4989e08bdaf9384e9d44c0da607
Disembl and Jronn web services work. Modified to produce raw scores Globplot script is added into binaries. Annotation IF renamed to SequenceAnnotation and getAnnotation() method returns Map<String, Set<Score>> result instead of Set<Score> to unify. Changes cause by this is propagated.

git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@3704 e3abac25-378b-4346-85de-24260fe3988d
18 files changed:
TODO.txt
binaries/src/globplot/GlobPipe.py [new file with mode: 0644]
binaries/src/globplot/GlobPipe.py.original [new file with mode: 0644]
binaries/src/globplot/LICENSE [new file with mode: 0644]
binaries/src/globplot/README [new file with mode: 0644]
runner/compbio/runner/disorder/Disembl.java
runner/compbio/runner/disorder/GlobProt.java [deleted file]
testsrc/compbio/ws/client/AAConWSClientExample.java
testsrc/compbio/ws/client/TestAAConWS.java
webservices/compbio/data/msa/SequenceAnnotation.java [moved from webservices/compbio/data/msa/Annotation.java with 86% similarity]
webservices/compbio/data/msa/jaxws/GetAnnotationResponse.java
webservices/compbio/ws/client/AAConClient.java
webservices/compbio/ws/client/IOHelper.java
webservices/compbio/ws/client/Jws2Client.java
webservices/compbio/ws/client/Services.java
webservices/compbio/ws/server/AAConWS.java
webservices/compbio/ws/server/DisemblWS.java [new file with mode: 0644]
webservices/compbio/ws/server/JronnWS.java