Mercurial > repos > yufei-luo > differential_expression_analysis_pipeline_for_rnaseq_data
view DiffExpAnal/countNumber.xml @ 10:6e573fd3c41b draft
Uploaded
author | yufei-luo |
---|---|
date | Mon, 13 May 2013 10:06:30 -0400 |
parents | 63799b789162 |
children |
line wrap: on
line source
<tool id="countNumber" name="countNumber"> <description>Calculate the number of reads(annotations) overlapping for each transcript.</description> <command interpreter="perl"> countNumber.pl $input $outputCSV </command> <inputs> <param name="input" type="data" format="gff3" label="Please choose your gff3 format file (which contains the number of overlaps)."/> </inputs> <outputs> <data format="csv" name="outputCSV" label="countNumber Output"/> </outputs> <help> </help> </tool>