Mercurial > repos > rnateam > remurna
annotate remurna.xml @ 0:b1f5d49a6f30 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
author | rnateam |
---|---|
date | Tue, 13 Dec 2016 12:32:11 -0500 |
parents | |
children |
rev | line source |
---|---|
0
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
1 <tool id="remurna" name="remuRNA" version="1.0.0"> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
2 <description>Measurement of Single Nucleotide Polymorphism induced Changes of RNA Conformation</description> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
3 <requirements> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
4 <requirement type="package" version="1.0">remurna</requirement> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
5 </requirements> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
6 <stdio> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
7 <exit_code range="1:" /> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
8 </stdio> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
9 <command><![CDATA[ |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
10 touch input.fa && |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
11 python $__tool_directory__/create_input_file.py '$seq' '$snp' input.fa && |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
12 \$(which remuRNA) |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
13 --proc="\${GALAXY_SLOTS}" ## number of CPUs |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
14 --window=$window |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
15 #if $advanced.advanced_selector =="advanced" |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
16 --NA=$advanced.NA |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
17 #if $advanced.energy == "abs_sig" |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
18 --energy='|sig|' |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
19 #else |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
20 --energy='sig' |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
21 #end if |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
22 --tmin=$advanced.tmin |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
23 --tinc=$advanced.tinc |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
24 --tmax=$advanced.tmax |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
25 #if $advanced.suffix |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
26 --suffix='$advanced.suffix' |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
27 #end if |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
28 --log=$advanced.log |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
29 #if $advanced.sodium |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
30 --sodium=$advanced.sodium |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
31 #end if |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
32 #if $advanced.magnesium |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
33 --magnesium=$advanced.magnesium |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
34 #end if |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
35 $advanced.polymer |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
36 $advanced.zip |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
37 $advanced.mutations |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
38 $advanced.nodangle |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
39 #end if |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
40 input.fa |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
41 > '$outfile' |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
42 ]]></command> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
43 <inputs> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
44 <param argument="--seq" type="data" format="fasta" label="Input Alignment File" /> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
45 <param argument="--snp" type="data" format="txt" label="SNP" help="remuRNA accepts only a single tag in each call."/> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
46 <param argument="--window" type="integer" value="200" min="1" label="Windows size" help="Compute average distance over windows of size winsize."/> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
47 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
48 <conditional name="advanced"> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
49 <param name="advanced_selector" type="select" label="Advanced Options"> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
50 <option value="basic">Basic options</option> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
51 <option value="advanced">Advanced options</option> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
52 </param> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
53 <when value="basic"></when> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
54 <when value="advanced"> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
55 <param argument="--NA" type="select" label="RNA or DNA"> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
56 <option value="RNA" selected="true">RNA sequence</option> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
57 <option value="DNA">DNA sequence</option> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
58 </param> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
59 <param argument="--energy" type="select" label="Energy"> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
60 <option value="abs_sig" selected="true">|sig|</option> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
61 <option value="sig">sig</option> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
62 </param> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
63 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
64 <param argument="--tmin" type="float" value="37.0" label="Min temperature [°C]" help=""/> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
65 <param argument="--tmax" type="float" value="37.0" label="Max temperature [°C]" help=""/> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
66 <param argument="--tinc" type="float" value="1.0" label="Temperature increment [°C]" help=""/> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
67 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
68 <param argument="--suffix" type="text" optional="true" label="Suffix" /> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
69 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
70 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
71 <param argument="--sodium" type="float" optional="true" label="Salt concentration" help=""/> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
72 <param argument="--magnesium" type="float" optional="true" label="Magnesium concentration" help=""/> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
73 <param argument="--mutations" type="boolean" truevalue="--mutations" falsevalue="" checked="false" label="Compute relative entropy for all ppossible point mutations" help=""/> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
74 <param argument="--nodangle" type="boolean" truevalue="" falsevalue="--nodangle" checked="true" label="Include dangling energies" help="default, dangling energies will be added for the bases adjacent to a helix on both sides in any case"/> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
75 <param argument="--polymer" type="boolean" truevalue="--polymer" falsevalue="" checked="false" label="Polymer" help=""/> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
76 <param argument="--zip" type="boolean" truevalue="--zip" falsevalue="" checked="false" label="Zip" help=""/> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
77 <param argument="--log" type="select" label="Log level"> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
78 <option value="0">0: OFF</option> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
79 <option value="1" selected="true">1: Errors</option> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
80 <option value="2">2: Warnings</option> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
81 <option value="3">3: Info</option> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
82 <option value="4">4: Debug</option> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
83 <option value="5">5: All</option> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
84 </param> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
85 </when> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
86 </conditional> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
87 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
88 </inputs> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
89 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
90 <outputs> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
91 <data name="outfile" format="tabular" /> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
92 </outputs> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
93 <tests> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
94 <test> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
95 <param name="seq" value="seq.fa"/> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
96 <param name="snp" value="snp.txt"/> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
97 <output name="outfile" file="output.tabular"/> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
98 </test> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
99 </tests> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
100 <help><![CDATA[ |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
101 **What it does** |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
102 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
103 Measurement of Single-Nucleotide Polymorphism-induced Changes of RNA Conformation |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
104 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
105 Single-nucleotide polymorphisms (SNPs) are often linked to critical phenotypes such as diseases or responses to vaccines, medications and environmental factors. However, the specific molecular mechanisms by which a causal SNP acts is usually not obvious. Changes in RNA secondary structure emerge as a possible explanation necessitating the development of methods to measure the impact of single-nucleotide variation on RNA structure. To answer this need, remuRNA commutes the relative entropy between the Boltzmann ensembles of the native and a mutant structure. |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
106 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
107 **Input** |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
108 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
109 1. Sequence file: must contain one sequence in Fasta format. |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
110 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
111 2. SNP file: must contain only one tag |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
112 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
113 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
114 **Output**. |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
115 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
116 SNP MFE(wt) MFE(mu) dMFE H(wt||mu) GCratio |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
117 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
118 A23G -15.600 -16.000 0.400 0.877 0.336066 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
119 ]]></help> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
120 |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
121 <citations> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
122 <citation type="doi">10.1093/nar/gks1009</citation> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
123 </citations> |
b1f5d49a6f30
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/remurna commit 6e51a331dbeab2786d8df5fd379ae3a63eb61d83
rnateam
parents:
diff
changeset
|
124 </tool> |