annotate predict/predict_RNAs.xml @ 74:63c41304b221 draft

Uploaded
author tyty
date Tue, 09 Dec 2014 03:03:30 -0500
parents
children f221931149a4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
74
63c41304b221 Uploaded
tyty
parents:
diff changeset
1 <tool id="predict_pipeline" name="RNA Structure Prediction" version="1.0">
63c41304b221 Uploaded
tyty
parents:
diff changeset
2 <description></description>
63c41304b221 Uploaded
tyty
parents:
diff changeset
3 <command interpreter="python">
63c41304b221 Uploaded
tyty
parents:
diff changeset
4 #if $reactivity.type == "restraint"
63c41304b221 Uploaded
tyty
parents:
diff changeset
5 predict_RNAs.py $rna_list $reference_file $reactivity.type $temperature $output $reactivity.reactivity_file $reactivity.slope $reactivity.intercept
63c41304b221 Uploaded
tyty
parents:
diff changeset
6 #else
63c41304b221 Uploaded
tyty
parents:
diff changeset
7 predict_RNAs.py $rna_list $reference_file $reactivity.type $temperature $output
63c41304b221 Uploaded
tyty
parents:
diff changeset
8 #end if
63c41304b221 Uploaded
tyty
parents:
diff changeset
9 </command>
63c41304b221 Uploaded
tyty
parents:
diff changeset
10 <requirements>
63c41304b221 Uploaded
tyty
parents:
diff changeset
11 <requirement type="package" version="1.61">biopython</requirement>
63c41304b221 Uploaded
tyty
parents:
diff changeset
12 <requirement type="package" version="1.7.1">numpy</requirement>
63c41304b221 Uploaded
tyty
parents:
diff changeset
13 <requirement type="package" version="1.2.1">matplotlib</requirement>
63c41304b221 Uploaded
tyty
parents:
diff changeset
14 </requirements>
63c41304b221 Uploaded
tyty
parents:
diff changeset
15 <inputs>
63c41304b221 Uploaded
tyty
parents:
diff changeset
16 <param name="rna_list" type="data" format="txt" label="List of RNA ids to predict"/>
63c41304b221 Uploaded
tyty
parents:
diff changeset
17 <param name="reference_file" type="data" format="fasta" label="Reference genome/transcriptome"/>
63c41304b221 Uploaded
tyty
parents:
diff changeset
18 <param name="temperature" type="float" value="310.15" label="Temperature (K)"/>
63c41304b221 Uploaded
tyty
parents:
diff changeset
19 <conditional name="reactivity">
63c41304b221 Uploaded
tyty
parents:
diff changeset
20 <param name="type" type="select" label="RNA structure prediction type">
63c41304b221 Uploaded
tyty
parents:
diff changeset
21 <option value="silico">In silico</option>
63c41304b221 Uploaded
tyty
parents:
diff changeset
22 <option value="restraint">With experimental restraints</option>
63c41304b221 Uploaded
tyty
parents:
diff changeset
23 </param>
63c41304b221 Uploaded
tyty
parents:
diff changeset
24 <when value="silico"/>
63c41304b221 Uploaded
tyty
parents:
diff changeset
25 <when value="restraint">
63c41304b221 Uploaded
tyty
parents:
diff changeset
26 <param name="reactivity_file" type="data" label="Reactivity file"/>
63c41304b221 Uploaded
tyty
parents:
diff changeset
27 <param name="slope" type="float" value="1.8" label="Slope used with structural restraints"/>
63c41304b221 Uploaded
tyty
parents:
diff changeset
28 <param name="intercept" type="float" value="-0.6" label="Intercept used with structural restraints"/>
63c41304b221 Uploaded
tyty
parents:
diff changeset
29 </when>
63c41304b221 Uploaded
tyty
parents:
diff changeset
30 </conditional>
63c41304b221 Uploaded
tyty
parents:
diff changeset
31
63c41304b221 Uploaded
tyty
parents:
diff changeset
32 </inputs>
63c41304b221 Uploaded
tyty
parents:
diff changeset
33 <outputs>
63c41304b221 Uploaded
tyty
parents:
diff changeset
34 <data name="output" format=".tgz"/>
63c41304b221 Uploaded
tyty
parents:
diff changeset
35 </outputs>
63c41304b221 Uploaded
tyty
parents:
diff changeset
36
63c41304b221 Uploaded
tyty
parents:
diff changeset
37 <help>
63c41304b221 Uploaded
tyty
parents:
diff changeset
38
63c41304b221 Uploaded
tyty
parents:
diff changeset
39
63c41304b221 Uploaded
tyty
parents:
diff changeset
40 **TIPS**:
63c41304b221 Uploaded
tyty
parents:
diff changeset
41
63c41304b221 Uploaded
tyty
parents:
diff changeset
42 -----
63c41304b221 Uploaded
tyty
parents:
diff changeset
43
63c41304b221 Uploaded
tyty
parents:
diff changeset
44 **Input**:
63c41304b221 Uploaded
tyty
parents:
diff changeset
45
63c41304b221 Uploaded
tyty
parents:
diff changeset
46 * 1. A file with transcript Ids (Max num. 100), (each ID one line)
63c41304b221 Uploaded
tyty
parents:
diff changeset
47 * 2. Reference file (fasta) used to map the reads to
63c41304b221 Uploaded
tyty
parents:
diff changeset
48 * 3. Temperature for RNA structure prediction
63c41304b221 Uploaded
tyty
parents:
diff changeset
49 * [Optional]:
63c41304b221 Uploaded
tyty
parents:
diff changeset
50 * 1. A reactivity file with structural reactivity for each nucleotide on the sequence provided
63c41304b221 Uploaded
tyty
parents:
diff changeset
51 * 2. Slope used with structural restraints (default 1.8)
63c41304b221 Uploaded
tyty
parents:
diff changeset
52 * 3. Intercept used with structural restraints (default -0.6)
63c41304b221 Uploaded
tyty
parents:
diff changeset
53
63c41304b221 Uploaded
tyty
parents:
diff changeset
54 -----
63c41304b221 Uploaded
tyty
parents:
diff changeset
55
63c41304b221 Uploaded
tyty
parents:
diff changeset
56 **Output**:
63c41304b221 Uploaded
tyty
parents:
diff changeset
57
63c41304b221 Uploaded
tyty
parents:
diff changeset
58 * 1. .ct files with predicted RNA structures [transciptID.ct]
63c41304b221 Uploaded
tyty
parents:
diff changeset
59 * 2. .ps files which depict the predicted RNA structures [[transciptID.ps]
63c41304b221 Uploaded
tyty
parents:
diff changeset
60 * [Optional]
63c41304b221 Uploaded
tyty
parents:
diff changeset
61 * 3. .png files that shows the distribution of the reactivity of each nucleotide on the transcripts of interest. [transciptID.png]
63c41304b221 Uploaded
tyty
parents:
diff changeset
62
63c41304b221 Uploaded
tyty
parents:
diff changeset
63 -----
63c41304b221 Uploaded
tyty
parents:
diff changeset
64
63c41304b221 Uploaded
tyty
parents:
diff changeset
65 **Attention**
63c41304b221 Uploaded
tyty
parents:
diff changeset
66
63c41304b221 Uploaded
tyty
parents:
diff changeset
67 Make sure any of the transcript Ids does not contain "|" or space!
63c41304b221 Uploaded
tyty
parents:
diff changeset
68
63c41304b221 Uploaded
tyty
parents:
diff changeset
69 -----
63c41304b221 Uploaded
tyty
parents:
diff changeset
70
63c41304b221 Uploaded
tyty
parents:
diff changeset
71 **Backend program**:
63c41304b221 Uploaded
tyty
parents:
diff changeset
72
63c41304b221 Uploaded
tyty
parents:
diff changeset
73 * 1. This module is using RNAstructure (http://rna.urmc.rochester.edu/RNAstructure.html) as the backend program to predict RNA structures.
63c41304b221 Uploaded
tyty
parents:
diff changeset
74 * 2. Default parameters are used for RNAstructure expect -T (Temperature), -sm (slope used with SHAPE restraints) and -si (intercept used with SHAPE restraints) which users can specify the value
63c41304b221 Uploaded
tyty
parents:
diff changeset
75
63c41304b221 Uploaded
tyty
parents:
diff changeset
76
63c41304b221 Uploaded
tyty
parents:
diff changeset
77
63c41304b221 Uploaded
tyty
parents:
diff changeset
78 </help>
63c41304b221 Uploaded
tyty
parents:
diff changeset
79 </tool>