Mercurial > repos > rnateam > viennarna_rnadistance
comparison rnadistance.xml @ 5:7fc7a56750b9 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/vienna_rna commit e3c20fec5dafc424d55a4de77304e79e3c88b76b-dirty
author | rnateam |
---|---|
date | Fri, 22 Sep 2017 15:58:06 -0400 |
parents | 4286146cb3aa |
children |
comparison
equal
deleted
inserted
replaced
4:0b82c16897f6 | 5:7fc7a56750b9 |
---|---|
18 && cat backtrack.file >> '$outfile' | 18 && cat backtrack.file >> '$outfile' |
19 #end if | 19 #end if |
20 ]]> | 20 ]]> |
21 </command> | 21 </command> |
22 <inputs> | 22 <inputs> |
23 <param name="input" type="data" format="*" label="Primary and secondary stuctures file"/> | 23 <param name="input" type="data" format="txt" label="Primary and secondary stuctures file"/> |
24 <param name="distance" type="select" multiple="true" display="checkboxes" label="Representation to calculate the distance / alignment option"> | 24 <param name="distance" type="select" multiple="true" display="checkboxes" label="Representation to calculate the distance / alignment option"> |
25 <option value="f" selected="true">full/tree</option> | 25 <option value="f" selected="true">full/tree</option> |
26 <option value="F">full/string</option> | 26 <option value="F">full/string</option> |
27 <option value="h">hit/tree</option> | 27 <option value="h">hit/tree</option> |
28 <option value="H">hit/string</option> | 28 <option value="H">hit/string</option> |