comparison synergy_31.xml @ 0:f40b0b26e766 default tip

First commit
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Tue, 20 Oct 2015 13:05:05 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f40b0b26e766
1 <tool id="synergy_31" name="Synergism detection" version="1">
2 <description>(Step 2)</description>
3 <requirements>
4 <requirement type="package" version="0.1.0">RUST</requirement>
5 <requirement type="package" version="0.1.18">samtools</requirement>
6 </requirements>
7 <command>python \${RUST_PATH}/synergy_31.py $observed_amino $observed_tripeptide $output1 </command>
8 <inputs>
9 <param format="csv" name="observed_amino" type="data" label="Amino acid metafootprint" help="RUST codon metafootprint analysis"/>
10 <param format="csv" name="observed_tripeptide" type="data" label="Tripeptide metafootprint" help="RUST tripeptide metafootprint analysis" />
11 </inputs>
12 <outputs>
13 <data format="csv" name="output1" />
14 </outputs>
15
16
17
18 <help>
19 **What it does**
20
21 Compares the observed RUST ratios for tripeptides to that expected based on that obtained with amino acids to detect cases of synergism in adjacent residues. Returns a csv file with the best candidates for synergism.
22
23 ------
24
25 **Citation**
26
27 Surveying the relative impact of mRNA features on local ribosome profiling read density in 28 datasets.
28 Patrick O'Connor, Dmitry Andreev, Pavel Baranov
29 bioRxiv doi: http://dx.doi.org/10.1101/018762
30
31 </help>
32
33 </tool>