annotate reactivity_cal/reactivity_calculation.xml~ @ 33:1a92d934f8d1 draft

Uploaded
author tyty
date Mon, 20 Oct 2014 14:44:58 -0400
parents 8bf6c855353b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26
8bf6c855353b Uploaded
tyty
parents:
diff changeset
1 <tool id="react_cal_pipeline" name="Reactivity calculation" version="1.0">
8bf6c855353b Uploaded
tyty
parents:
diff changeset
2 <description></description>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
3 <command interpreter="python">react_cal.py $dist_file1 $dist_file2 $seq_file $nt_spec $flag_in $threshold $output </command>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
4 <requirements>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
5 <requirement type="package" version="1.61">biopython</requirement>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
6 </requirements>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
7 <inputs>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
8 <param name="dist_file1" type="data" format="txt" label="RTSC file for (+) library"/>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
9 <param name="dist_file2" type="data" format="txt" label="RTSC file for (-) library"/>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
10 <param name="seq_file" type="data" format="fasta" label="Reference library"/>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
11 <param name="nt_spec" type="text" value = "AC" label="Nucleotide specificity"/>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
12 <param name="flag_in" type="boolean" checked="true" truevalue = "1" falsevalue = "0" label="Normalization is performed if checked"/>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
13 <param name="threshold" type="float" value = "7" label="Value to cap the reactivities"/>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
14 </inputs>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
15 <outputs>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
16 <data name="output" format="txt"/>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
17 </outputs>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
18
8bf6c855353b Uploaded
tyty
parents:
diff changeset
19 <help>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
20
8bf6c855353b Uploaded
tyty
parents:
diff changeset
21
8bf6c855353b Uploaded
tyty
parents:
diff changeset
22 **TIPS**:
8bf6c855353b Uploaded
tyty
parents:
diff changeset
23
8bf6c855353b Uploaded
tyty
parents:
diff changeset
24 -----
8bf6c855353b Uploaded
tyty
parents:
diff changeset
25
8bf6c855353b Uploaded
tyty
parents:
diff changeset
26 **Input**:
8bf6c855353b Uploaded
tyty
parents:
diff changeset
27
8bf6c855353b Uploaded
tyty
parents:
diff changeset
28 * 1. RTSC files (Output of II) for (+) and (-) library
8bf6c855353b Uploaded
tyty
parents:
diff changeset
29 * 2. Reference file (fasta) used to map the reads
8bf6c855353b Uploaded
tyty
parents:
diff changeset
30 * 3. Nucleotide Specificity (Type of nucleotide to have reactivity, e.g. AC for DMS and ACTG for SHAPE)
8bf6c855353b Uploaded
tyty
parents:
diff changeset
31 * [Optional]:
8bf6c855353b Uploaded
tyty
parents:
diff changeset
32 * 1. A threshold to cap the structural reactivities. {Default: 7}
8bf6c855353b Uploaded
tyty
parents:
diff changeset
33 * 2. Flag that determines whether to perform 2%-8% normalization {Default: yes}
8bf6c855353b Uploaded
tyty
parents:
diff changeset
34
8bf6c855353b Uploaded
tyty
parents:
diff changeset
35 -----
8bf6c855353b Uploaded
tyty
parents:
diff changeset
36
8bf6c855353b Uploaded
tyty
parents:
diff changeset
37 **Output**:
8bf6c855353b Uploaded
tyty
parents:
diff changeset
38
8bf6c855353b Uploaded
tyty
parents:
diff changeset
39 A text file with structural reactivity for each nucleotide (Reactivity file)
8bf6c855353b Uploaded
tyty
parents:
diff changeset
40
8bf6c855353b Uploaded
tyty
parents:
diff changeset
41
8bf6c855353b Uploaded
tyty
parents:
diff changeset
42
8bf6c855353b Uploaded
tyty
parents:
diff changeset
43 </help>
8bf6c855353b Uploaded
tyty
parents:
diff changeset
44 </tool>