Mercurial > repos > bgruening > inforna
comparison inforna.xml @ 0:1c441b2843c8 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/inforna commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
author | bgruening |
---|---|
date | Thu, 17 Sep 2015 16:48:38 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1c441b2843c8 |
---|---|
1 <tool id="inforna" name="InfoRNA" version="0.1.0"> | |
2 <description></description> | |
3 <requirements> | |
4 <requirement type="package" version="1.0">inforna</requirement> | |
5 <requirement type="package" version="2.1.5">vienna_rna</requirement> | |
6 </requirements> | |
7 <stdio> | |
8 <exit_code range="1:" level="fatal" description="Error occurred. Please check Tool Standard Error" /> | |
9 <exit_code range=":-1" level="fatal" description="Error occurred. Please check Tool Standard Error" /> | |
10 </stdio> | |
11 <command> | |
12 <![CDATA[ | |
13 InfoRNA | |
14 $rna_sec_structure | |
15 -c $seq_constraints | |
16 -F $obj_function | |
17 -p $prob_bad_mutation | |
18 -n $max_violations | |
19 ]]> | |
20 </command> | |
21 <inputs> | |
22 <param format="txt" name="rna_sec_structure" type="text" label="RNA Secondary Structure" help="folding temperature is fixed at 37°C" /> | |
23 <param format="txt" name="seq_constraints" type="text" area="true" size="10x40" label="Sequence Constraints and Allowed Violations: (IUPAC symbols)" help="(e.g.: '4 W +' constrains the sequence to have a 'A' or a 'U' at position 4, but due to the '+', this constraint is allowed to be violated) " /> | |
24 <param format="txt" name="constr_overview" type="text" area="true" size="10x40" label="Constraint Overview" help="" /> | |
25 <param name="max_violations" label="Maximal number of violations" type="integer" value="1" help="(in the designed sequence)" /> | |
26 <param name="obj_function" type="select" multiple="False" label="Objective function" help="(-t)"> | |
27 <option value="m" selected="true">mfe (default)</option> | |
28 <option value="mp">mfe->prob ... only for (structures <= 200)</option> | |
29 </param> | |
30 <param name="prob_bad_mutation" label="Probability for accepting bad mutations" type="float" value="0.1" help="" /> | |
31 <param name="presort" type="boolean" checked="true" truevalue="--noLP" falsevalue="" label="Pre-sort candidates for mutation" help="" /> | |
32 <param name="num_design_seq" label="Number of Designed Sequences" type="integer" value="1" help="(Sequences might be very similar, which is due to the rather fixed initializing sequence.)" /> | |
33 </inputs> | |
34 <outputs> | |
35 <data name="outfile" format="ps" /> | |
36 </outputs> | |
37 <tests> | |
38 </tests> | |
39 <help> | |
40 <![CDATA[ | |
41 **What it does** | |
42 | |
43 INFO-RNA is a service for the design of RNA sequences that fold into a given pseudo-knot free RNA secondary structure. | |
44 | |
45 http://rna.informatik.uni-freiburg.de/INFORNA/Input.jsp | |
46 | |
47 **Input** | |
48 | |
49 Constraints: RNA Secondary Structure, Sequence Constraints and Allowed Violations | |
50 | |
51 ]]> | |
52 | |
53 </help> | |
54 <citations> | |
55 <citation type="doi">10.1093/bioinformatics/btl194</citation> | |
56 </citations> | |
57 </tool> |