comparison gene_fraction.xml @ 0:0fd352f62446 draft default tip

planemo upload for repository https://github.com/ChrisD11/Duplicon commit 3ee0594c692faac542ffa58f4339d79b9b8aefbd-dirty
author chrisd
date Sun, 21 Feb 2016 06:05:24 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0fd352f62446
1 <tool id="gene_fraction" name="Gene Fraction" version="0.1.0">
2 <description>for single-end or paired-end data</description>
3 <command>$__tool_directory__/csa -amr_fp $amr_fp -sam_fp $sam_fp -t $threshold -min $min -max $max -skip $skip -samples $samples -out_fp $out_fp</command>
4 <inputs>
5 <param format="fasta" name="amr_fp" type="data" label="Input fasta file"/>
6 <param format="sam" name ="sam_fp" type="data" label="Input SAM file"/>
7 <param name="threshold" size="3" type="integer" min="0" max="100" value="1" label="Threshold"/>
8 <param name="min" size="3" type="integer" min="1" max="100" value="1" label="Minimum level"/>
9 <param name="max" size="3" type="integer" min="1" max="100" value="1" label="Maximum level"/>
10 <param name="skip" size="3" type="integer" min="1" max="100" value="1" label="Skip pattern"/>
11 <param name="samples" size="3" type="integer" min="1" max="100" value="1" label="Samples per level"/>
12 </inputs>
13 <outputs>
14 <data format="tabular" name="out_fp" />
15 </outputs>
16 <help>
17 This tool calculates the amount of genes that are covered by atleast one read.
18 </help>
19
20 </tool>