Change the way to deal with Limits to simplify wrapper writing and enable couping...
authorpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Mon, 14 Feb 2011 17:44:51 +0000 (17:44 +0000)
committerpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Mon, 14 Feb 2011 17:44:51 +0000 (17:44 +0000)
commit2a269830633463e5016d5c92ed672d9e312c9776
treea7e70f53eed50f160ac2aaf3176eb2c61d09deeb
parentd1d2e0d38c08f6ac5ce95cfbf049c4ddcdc49e62
Change the way to deal with Limits to simplify wrapper writing and enable couping with null limits

git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@3750 e3abac25-378b-4346-85de-24260fe3988d
26 files changed:
IDEAS.txt
TODO.txt
engine/compbio/engine/client/SkeletalExecutable.java
runner/compbio/runner/Util.java
runner/compbio/runner/conservation/AACon.java
runner/compbio/runner/disorder/Disembl.java
runner/compbio/runner/disorder/GlobPlot.java
runner/compbio/runner/disorder/Jronn.java
runner/compbio/runner/msa/ClustalW.java
runner/compbio/runner/msa/Mafft.java
runner/compbio/runner/msa/Muscle.java
runner/compbio/runner/msa/Probcons.java
runner/compbio/runner/msa/Tcoffee.java
runner/compbio/runner/psiblast/PsiBlast.java
testsrc/compbio/metadata/AllTestSuit.java
webservices/compbio/ws/client/MetadataHelper.java
webservices/compbio/ws/server/AAConWS.java
webservices/compbio/ws/server/ClustalWS.java
webservices/compbio/ws/server/DisemblWS.java
webservices/compbio/ws/server/GlobPlotWS.java
webservices/compbio/ws/server/JronnWS.java
webservices/compbio/ws/server/MafftWS.java
webservices/compbio/ws/server/MuscleWS.java
webservices/compbio/ws/server/ProbconsWS.java
webservices/compbio/ws/server/TcoffeeWS.java
webservices/compbio/ws/server/WSUtil.java