view test.xml @ 0:3fde35e023f4 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:24:54 -0400
parents
children
line wrap: on
line source

<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>