changeset 1:be7f956817ef draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/antarna/ commit c48d2707acb0e6b6d9dc3aa19d1ce13d7249dc46-dirty
author rnateam
date Fri, 08 May 2015 11:26:45 -0400
parents 3fde35e023f4
children 2d0dbde64995
files test.xml
diffstat 1 files changed, 0 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/test.xml	Fri May 08 11:24:54 2015 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-<tool id="antarna" name="antarna" version="1.1">
-  <description>
-	Ant Colony Optimized RNA Sequence Design
-  </description>
-  <command interpreter="python"><![CDATA[
-antaRNA.py > $test
-]]></command>
-  <inputs>
-  </inputs>
-  <outputs>
-    <data format="txt" name="test"/>
-  </outputs>
-  <help><![CDATA[   
-		antaRNA --Cstr "BBBBB....AAA(((...)))AAA....BBBBB" --Cseq "NNNNANNNNNCNNNNNNNNNNNGNNNNNNUNNN" --tGC 0.5 -n 10
-
-		]]></help>
-</tool>