annotate predict/predict_RNAs.xml @ 82:8b25759cc83a draft

Uploaded
author devteam
date Fri, 12 Dec 2014 16:39:49 -0500
parents f221931149a4
children
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>
81
f221931149a4 Uploaded
devteam
parents: 74
diff changeset
10 <stdio>
f221931149a4 Uploaded
devteam
parents: 74
diff changeset
11 <exit_code range="1:" />
f221931149a4 Uploaded
devteam
parents: 74
diff changeset
12 <exit_code range=":-1" />
f221931149a4 Uploaded
devteam
parents: 74
diff changeset
13 <regex match="Error:" />
f221931149a4 Uploaded
devteam
parents: 74
diff changeset
14 <regex match="Exception:" />
f221931149a4 Uploaded
devteam
parents: 74
diff changeset
15 </stdio>
74
63c41304b221 Uploaded
tyty
parents:
diff changeset
16 <requirements>
63c41304b221 Uploaded
tyty
parents:
diff changeset
17 <requirement type="package" version="1.61">biopython</requirement>
63c41304b221 Uploaded
tyty
parents:
diff changeset
18 <requirement type="package" version="1.7.1">numpy</requirement>
63c41304b221 Uploaded
tyty
parents:
diff changeset
19 <requirement type="package" version="1.2.1">matplotlib</requirement>
63c41304b221 Uploaded
tyty
parents:
diff changeset
20 </requirements>
63c41304b221 Uploaded
tyty
parents:
diff changeset
21 <inputs>
63c41304b221 Uploaded
tyty
parents:
diff changeset
22 <param name="rna_list" type="data" format="txt" label="List of RNA ids to predict"/>
63c41304b221 Uploaded
tyty
parents:
diff changeset
23 <param name="reference_file" type="data" format="fasta" label="Reference genome/transcriptome"/>
63c41304b221 Uploaded
tyty
parents:
diff changeset
24 <param name="temperature" type="float" value="310.15" label="Temperature (K)"/>
63c41304b221 Uploaded
tyty
parents:
diff changeset
25 <conditional name="reactivity">
63c41304b221 Uploaded
tyty
parents:
diff changeset
26 <param name="type" type="select" label="RNA structure prediction type">
63c41304b221 Uploaded
tyty
parents:
diff changeset
27 <option value="silico">In silico</option>
63c41304b221 Uploaded
tyty
parents:
diff changeset
28 <option value="restraint">With experimental restraints</option>
63c41304b221 Uploaded
tyty
parents:
diff changeset
29 </param>
63c41304b221 Uploaded
tyty
parents:
diff changeset
30 <when value="silico"/>
63c41304b221 Uploaded
tyty
parents:
diff changeset
31 <when value="restraint">
63c41304b221 Uploaded
tyty
parents:
diff changeset
32 <param name="reactivity_file" type="data" label="Reactivity file"/>
63c41304b221 Uploaded
tyty
parents:
diff changeset
33 <param name="slope" type="float" value="1.8" label="Slope used with structural restraints"/>
63c41304b221 Uploaded
tyty
parents:
diff changeset
34 <param name="intercept" type="float" value="-0.6" label="Intercept used with structural restraints"/>
63c41304b221 Uploaded
tyty
parents:
diff changeset
35 </when>
63c41304b221 Uploaded
tyty
parents:
diff changeset
36 </conditional>
63c41304b221 Uploaded
tyty
parents:
diff changeset
37
63c41304b221 Uploaded
tyty
parents:
diff changeset
38 </inputs>
63c41304b221 Uploaded
tyty
parents:
diff changeset
39 <outputs>
82
8b25759cc83a Uploaded
devteam
parents: 81
diff changeset
40 <data name="output" format=".tar"/>
74
63c41304b221 Uploaded
tyty
parents:
diff changeset
41 </outputs>
63c41304b221 Uploaded
tyty
parents:
diff changeset
42
63c41304b221 Uploaded
tyty
parents:
diff changeset
43 <help>
63c41304b221 Uploaded
tyty
parents:
diff changeset
44
63c41304b221 Uploaded
tyty
parents:
diff changeset
45
63c41304b221 Uploaded
tyty
parents:
diff changeset
46 **TIPS**:
63c41304b221 Uploaded
tyty
parents:
diff changeset
47
63c41304b221 Uploaded
tyty
parents:
diff changeset
48 -----
63c41304b221 Uploaded
tyty
parents:
diff changeset
49
63c41304b221 Uploaded
tyty
parents:
diff changeset
50 **Input**:
63c41304b221 Uploaded
tyty
parents:
diff changeset
51
63c41304b221 Uploaded
tyty
parents:
diff changeset
52 * 1. A file with transcript Ids (Max num. 100), (each ID one line)
63c41304b221 Uploaded
tyty
parents:
diff changeset
53 * 2. Reference file (fasta) used to map the reads to
63c41304b221 Uploaded
tyty
parents:
diff changeset
54 * 3. Temperature for RNA structure prediction
63c41304b221 Uploaded
tyty
parents:
diff changeset
55 * [Optional]:
63c41304b221 Uploaded
tyty
parents:
diff changeset
56 * 1. A reactivity file with structural reactivity for each nucleotide on the sequence provided
63c41304b221 Uploaded
tyty
parents:
diff changeset
57 * 2. Slope used with structural restraints (default 1.8)
63c41304b221 Uploaded
tyty
parents:
diff changeset
58 * 3. Intercept used with structural restraints (default -0.6)
63c41304b221 Uploaded
tyty
parents:
diff changeset
59
63c41304b221 Uploaded
tyty
parents:
diff changeset
60 -----
63c41304b221 Uploaded
tyty
parents:
diff changeset
61
63c41304b221 Uploaded
tyty
parents:
diff changeset
62 **Output**:
63c41304b221 Uploaded
tyty
parents:
diff changeset
63
63c41304b221 Uploaded
tyty
parents:
diff changeset
64 * 1. .ct files with predicted RNA structures [transciptID.ct]
63c41304b221 Uploaded
tyty
parents:
diff changeset
65 * 2. .ps files which depict the predicted RNA structures [[transciptID.ps]
63c41304b221 Uploaded
tyty
parents:
diff changeset
66 * [Optional]
63c41304b221 Uploaded
tyty
parents:
diff changeset
67 * 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
68
63c41304b221 Uploaded
tyty
parents:
diff changeset
69 -----
63c41304b221 Uploaded
tyty
parents:
diff changeset
70
63c41304b221 Uploaded
tyty
parents:
diff changeset
71 **Attention**
63c41304b221 Uploaded
tyty
parents:
diff changeset
72
63c41304b221 Uploaded
tyty
parents:
diff changeset
73 Make sure any of the transcript Ids does not contain "|" or space!
63c41304b221 Uploaded
tyty
parents:
diff changeset
74
63c41304b221 Uploaded
tyty
parents:
diff changeset
75 -----
63c41304b221 Uploaded
tyty
parents:
diff changeset
76
63c41304b221 Uploaded
tyty
parents:
diff changeset
77 **Backend program**:
63c41304b221 Uploaded
tyty
parents:
diff changeset
78
63c41304b221 Uploaded
tyty
parents:
diff changeset
79 * 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
80 * 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
81
63c41304b221 Uploaded
tyty
parents:
diff changeset
82
63c41304b221 Uploaded
tyty
parents:
diff changeset
83
63c41304b221 Uploaded
tyty
parents:
diff changeset
84 </help>
63c41304b221 Uploaded
tyty
parents:
diff changeset
85 </tool>