Mercurial > repos > yufei-luo > differential_expression_analysis_pipeline_for_rnaseq_data
annotate DiffExpAnal/countNumber.xml @ 9:a03838a6eb54 draft
Uploaded
author | yufei-luo |
---|---|
date | Wed, 23 Jan 2013 07:58:38 -0500 |
parents | 63799b789162 |
children |
rev | line source |
---|---|
0 | 1 <tool id="countNumber" name="countNumber"> |
2 <description>Calculate the number of reads(annotations) overlapping for each transcript.</description> | |
3 <command interpreter="perl"> countNumber.pl $input $outputCSV | |
4 </command> | |
5 | |
6 <inputs> | |
7 <param name="input" type="data" format="gff3" label="Please choose your gff3 format file (which contains the number of overlaps)."/> | |
8 </inputs> | |
9 | |
10 <outputs> | |
11 <data format="csv" name="outputCSV" label="countNumber Output"/> | |
12 </outputs> | |
13 | |
14 <help> | |
15 </help> | |
16 </tool> |