Previous changeset 4:2994992b9ddd (2017-07-18) Next changeset 6:f430d419b19f (2017-09-28) |
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/vienna_rna commit e3c20fec5dafc424d55a4de77304e79e3c88b76b-dirty |
modified:
rnaeval.xml |
b |
diff -r 2994992b9ddd -r a3934747a65f rnaeval.xml --- a/rnaeval.xml Tue Jul 18 01:46:32 2017 -0400 +++ b/rnaeval.xml Fri Sep 22 09:49:20 2017 -0400 |
b |
@@ -74,7 +74,7 @@ <option value="notUsed" selected="true">Don't use shape reactivity data</option> </param> <when value ="isUsed"> - <param type="data" name="shapeFile" format="shape,*" label="Shape file" argument="--shape"/> + <param type="data" name="shapeFile" format="txt" label="Shape file" argument="--shape"/> <conditional name="shapeMethod"> <param name="methodSelector" type="select" label="Shape reactivity data" argument="--shapeMethod"> <option value="D" selected="true">D: Convert by using a linear equation according to Deigan et al 2009</option> |