Simple datamodel for RNAalifold.exe output and method to convert from
authorDaniel Barton <daluke.barton@gmail.com>
Mon, 5 Aug 2013 16:51:47 +0000 (17:51 +0100)
committerDaniel Barton <daluke.barton@gmail.com>
Mon, 5 Aug 2013 16:51:47 +0000 (17:51 +0100)
commita966c1a63f4365f34a0567514dee6d1bc4d3af91
treea7e2294513284d950a1e6eac9bdbd321eef0e4bf
parent0ec796d8e2a97d2c006a88522010cd2fff5a0d96
Simple datamodel for RNAalifold.exe output and method to convert from
fasta to clustal format and write clustal input files.
datamodel/compbio/data/sequence/RNAstruct.java [new file with mode: 0644]
datamodel/compbio/data/sequence/SequenceUtil.java
runner/compbio/runner/Util.java
runner/compbio/runner/structure/RNAalifold.java
testsrc/compbio/data/sequence/SequenceUtilTester.java
testsrc/compbio/runner/structure/RNAalifoldTester.java
webservices/compbio/data/structure/FoldWS.java [new file with mode: 0644]
webservices/compbio/ws/server/RNAalifoldWS.java
webservices/compbio/ws/server/WSUtil.java