Mercurial > repos > yufei-luo > s_mart
view SMART/DiffExpAnal/countNumber_parallel_unSQL.xml @ 31:0ab839023fe4
Uploaded
author | m-zytnicki |
---|---|
date | Tue, 30 Apr 2013 14:33:21 -0400 |
parents | 94ab73e8a190 |
children |
line wrap: on
line source
<tool id="countNumber_parallel_unSQL" name="countNumber (for DEA in parallel)"> <description>Calculate the number of reads(annotations) overlapping for each transcript (parallelized).</description> <command interpreter="python"> countNumber_parallel_unSQL.py -i $inputTxt -o $outputTxt $tar $outputTarFile </command> <inputs> <param name="inputTxt" type="data" format="txt" label="Please choose your txt format file (which contains a list of gff3 overlapping results files)."/> <param name="tar" type="boolean" truevalue="-t" falsevalue="" checked="False" label="tar option" help="This option creates a tar file for all out results" /> </inputs> <outputs> <data format="txt" name="outputTxt" label="countNumber Output"/> <data name="outputTarFile" format="tar"> <filter>tar</filter> </data> </outputs> </tool>