comparison trinityrnaseq_protocol/EdgeR_differentialExpression.xml @ 3:87c03e2aeba3 draft default tip

Uploaded
author gkumar09
date Sun, 18 Oct 2015 10:40:27 -0400
parents 1c37a8003755
children
comparison
equal deleted inserted replaced
2:70e3c4c34a7c 3:87c03e2aeba3
1 <tool id="EdgeR_differentialExpression" name="EdgeR_differentialExpression" version="0.0.1">
2
3 <description>Identify Differentially Expressed Transcripts Using EdgeR</description>
4 <requirements>
5 <requirement type="package">trinity</requirement>
6 </requirements>
7 <command interpreter="python">
8
9 EdgeR_differentialExpression_wrapper.py
10 $counts_matrix
11 $dispersion
12
13 </command>
14 <inputs>
15
16 <param type="data" format="txt" name="counts_matrix" label="Matrix of RNA-Seq fragment counts for transcripts per condition" />
17 <param type="data" format="fasta" name="transcripts_fasta_file" label="Transcripts fasta file corresponding to matrix" />
18 <param type="float" name="dispersion" value="0.1" min="0" label="dispersion value" help="Dispersion value to be used in the negative binomial" />
19
20 </inputs>
21 <outputs>
22
23 <data format="tar.gz" name="EdgeR_Archive" label="${tool.name} on ${on_string}: EdgeR_Results.tar.gz" from_work_dir="edgeR_results.tar.gz" />
24
25 </outputs>
26 <tests>
27
28 <test>
29 <param name="myname" value="This is just a simple test" />
30
31 </test>
32
33
34 </tests>
35 <help>
36 help info here.
37 </help>
38 </tool>