changeset 3:fcf2463f85c1 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/vienna_rna commit 04c9cc19a39fea2e20986ca27d364f86f65184fd
author rnateam
date Mon, 29 May 2017 17:24:36 -0400
parents 84aad99aca1f
children 0fb2770103f3
files rnafold.xml
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rnafold.xml	Tue May 16 16:30:38 2017 -0400
+++ b/rnafold.xml	Mon May 29 17:24:36 2017 -0400
@@ -1,4 +1,4 @@
-<tool id="viennarna_rnafold" name="@EXECUTABLE@" version="@VERSION@.1">
+<tool id="viennarna_rnafold" name="@EXECUTABLE@" version="@VERSION@.2">
     <description>Calculate minimum free energy secondary structures and partition function of RNAs</description>
     <macros>
         <token name="@EXECUTABLE@">RNAfold</token>
@@ -45,6 +45,7 @@
     $advancedOptions.noconversion
     $advancedOptions.gquad
     $advancedOptions.nolp
+    $advancedOptions.nops
     $advancedOptions.nogu
     $advancedOptions.noclosinggu
     $advancedOptions.notetra
@@ -148,6 +149,7 @@
             </when>
         </conditional>
         <section name="advancedOptions" title="Advanced options">
+            <param name="nops" type="boolean" truevalue="--noPS" falsevalue="" checked="false" label="Do not produce postscript drawing of the mfe structure (reduces run-time)" help="(--noPS)"/>
             <param name="nolp" type="boolean" truevalue="" falsevalue="--noLP" checked="true" label="Allow lonely base-pairs" help="(--noLP)"/>
             <param name="nogu" type="boolean" truevalue="" falsevalue="--noGU" checked="true" label="Allow GU pairing" help="--noGU"/>
             <param name="noclosinggu" type="boolean" truevalue="" falsevalue="--noClosingGU" checked="true" label="Allow GU pairing at the ends" help="Allow pairing of G and U at the ends of helices. --noClosingGU"/>
@@ -214,7 +216,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>
@@ -287,6 +289,7 @@
     <outputs>
         <data format="dbn" name="tabular_file"/>
         <collection name="sequence_outputs" type="list" label="rna_eps outputs">
+            <filter>advancedOptions['nops'] is False</filter>
             <discover_datasets pattern="(?P&lt;designation&gt;.+)_ss\.ps" ext="eps" />
         </collection>
         <collection name="matrix_outputs" type="list" label="rna_eps outputs">