Mercurial > repos > mvdbeek > size_distribution
comparison alignment_size_distribution.xml @ 2:c8c7b6113241 draft
planemo upload for repository https://github.com/bardin-lab/smallRNA_tools commit a0c9f33672103cf29ad015477ebb898007ba9ae8-dirty
author | mvdbeek |
---|---|
date | Mon, 20 Aug 2018 13:02:42 -0400 |
parents | 3ed18dcb6f82 |
children | 21b5a9170b90 |
comparison
equal
deleted
inserted
replaced
1:3ed18dcb6f82 | 2:c8c7b6113241 |
---|---|
9 ]]></command> | 9 ]]></command> |
10 <inputs> | 10 <inputs> |
11 <param name="alignment_file" type="data" format="bam,unsorted.bam"/> | 11 <param name="alignment_file" type="data" format="bam,unsorted.bam"/> |
12 <param argument="--minimum_size" type="integer" value="18" min="1" label="Minimum read length to consider"/> | 12 <param argument="--minimum_size" type="integer" value="18" min="1" label="Minimum read length to consider"/> |
13 <param argument="--maximum_size" type="integer" value="18" min="1" label="Maximum read length to consider"/> | 13 <param argument="--maximum_size" type="integer" value="18" min="1" label="Maximum read length to consider"/> |
14 <param argument="--wide" type="boolean" checked="false" truevalue="--wide" label="Output wide instead of long tabular format"/> | 14 <param argument="--wide" type="boolean" checked="false" truevalue="--wide" falsevalue="--long" label="Output wide instead of long tabular format"/> |
15 </inputs> | 15 </inputs> |
16 <outputs> | 16 <outputs> |
17 <data name="distribution" format="tabular"/> | 17 <data name="distribution" format="tabular"/> |
18 </outputs> | 18 </outputs> |
19 <tests> | 19 <tests> |