comparison rnafold.xml @ 6:b31dcdb31209 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:57:19 -0400
parents fcf2463f85c1
children 86f517dcfdfb
comparison
equal deleted inserted replaced
5:b05424042661 6:b31dcdb31209
199 </param> 199 </param>
200 <!-- <when value="fromInput"></when> --> 200 <!-- <when value="fromInput"></when> -->
201 <when value="none"></when> 201 <when value="none"></when>
202 <when value="inFile"></when> 202 <when value="inFile"></when>
203 <when value="fromFile"> 203 <when value="fromFile">
204 <param name="constraintsFile" type="data" format="*" label="Constraints file" argument="--constraint"/> 204 <param name="constraintsFile" type="data" format="txt" label="Constraints file" argument="--constraint"/>
205 <param name="batch" type="boolean" checked="false" truevalue="--batch" falsevalue="" 205 <param name="batch" type="boolean" checked="false" truevalue="--batch" falsevalue=""
206 label="Use constraints for all alignment records" 206 label="Use constraints for all alignment records"
207 help="Usually, constraints provided from input file are only applied to a single sequence alignment. Therefore, RNAalifold will stop its computation and quit after the first input alignment was processed. Using this switch, RNAfold processes all sequence alignments in the input and applies the same provided constraints to each of them." 207 help="Usually, constraints provided from input file are only applied to a single sequence alignment. Therefore, RNAalifold will stop its computation and quit after the first input alignment was processed. Using this switch, RNAfold processes all sequence alignments in the input and applies the same provided constraints to each of them."
208 argument="--batch"/> 208 argument="--batch"/>
209 <param argument="--canonicalBPonly" type="boolean" truevalue="--canonicalBPonly" falsevalue="" checked="false" label="Remove non-canonical base pairs from he structure constraint" /> 209 <param argument="--canonicalBPonly" type="boolean" truevalue="--canonicalBPonly" falsevalue="" checked="false" label="Remove non-canonical base pairs from he structure constraint" />
259 </conditional> 259 </conditional>
260 </when> 260 </when>
261 <when value="notUsed"> 261 <when value="notUsed">
262 </when> 262 </when>
263 </conditional> 263 </conditional>
264 <param argument="--motif" type="text" value="" label="Sequence structure energy" help="Specify stabilizing effect of ligand binding to a particular sequence/structure motif. Some ligands binding to RNAs require and/or induce particular sequence and structure motifs. For instance they bind to an interior loop, or small hairpin loop. If for such cases a binding free energy is known, the binding and therefore stabilizing effect of the ligand can be included in the folding recursions. Interior loop motifs are specified as concatenations of 5’ and 3’ motif, separated by an ’&amp;’ character. Energy contributions must be specified in kcal/mol."/> 264 <param argument="--motif" type="text" value="" label="Sequence structure energy" help="Specify stabilizing effect of ligand binding to a particular sequence/structure motif. Some ligands binding to RNAs require and/or induce particular sequence and structure motifs. For instance they bind to an interior loop, or small hairpin loop. If for such cases a binding free energy is known, the binding and therefore stabilizing effect of the ligand can be included in the folding recursions. Interior loop motifs are specified as concatenations of 5’ and 3’ motif, separated by an ’&amp;’ character. Energy contributions must be specified in kcal/mol.">
265 <sanitizer>
266 <valid initial="string.printable">
267 </valid>
268 </sanitizer>
269 </param>
265 </section> 270 </section>
266 <section name="IDs" title="Naming Conventions"> 271 <section name="IDs" title="Naming Conventions">
267 <param name="auto_id" 272 <param name="auto_id"
268 type="boolean" truevalue="--auto-id" falsevalue="" checked="false" 273 type="boolean" truevalue="--auto-id" falsevalue="" checked="false"
269 label="Automatically generate an ID for each alignment." 274 label="Automatically generate an ID for each alignment."