annotate coverage_sampler.xml @ 1:fa1aae53a2f3 draft

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
author chrisd
date Tue, 28 Jun 2016 23:31:46 -0400
parents
children ec439b0e7512
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
1 <tool id="gene_fraction" name="Coverage Sampler" version="0.1.0">
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
2 <description>A simple tool for calculating the amount of a gene that is covered by a sample of alignments</description>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
3 <requirements>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
4 <requirement type="package" version="0.1">csa</requirement>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
5 </requirements>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
6 <stdio>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
7 <exit_code range="1:" />
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
8 </stdio>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
9 <command><![CDATA[
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
10 csa
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
11 -ref_fp $reference
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
12 -sam_fp $sam
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
13 -min $min
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
14 -max $max
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
15 -t $threshold
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
16 -skip $skip
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
17 -samples $samples
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
18 -out_fp $output
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
19 ]]></command>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
20 <inputs>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
21 <param type="data" name="reference" format="fasta" label="Reference sequence" />
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
22 <param type="data" name="sam" format="sam" label="SAM file" />
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
23 <param name="min" type="integer" label="Starting sample level"
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
24 value="1" min="1" max="100" help="(-min)" />
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
25 <param name="max" type="integer" label="Ending sample level"
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
26 value="1" min="1" max="100" help="(-max)" />
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
27 <param name="threshold" type="integer" label="Gene fraction threshold"
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
28 value="0" min="0" max="100" help="(-t)" />
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
29 <param name="skip" type="integer" label="Amount of sample levels to skip"
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
30 value="1" min="1" max="100" help="(-skip)" />
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
31 <param name="samples" type="integer" label="Iterations per sample level"
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
32 value="1" min="1" max="100" help="(-samples)" />
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
33 </inputs>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
34 <outputs>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
35 <data name="output" format="tabular" />
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
36 </outputs>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
37 <tests>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
38 <test>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
39 <param name="reference" value="ref.fa"/>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
40 <param name="sam" value="sampe.sam"/>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
41 <param name="min" value="100"/>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
42 <param name="max" value="100"/>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
43 <param name="threshold" value="50"/>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
44 <param name="skip" value="5"/>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
45 <param name="samples" value="1"/>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
46 <output name="output" file="csa_result" ftype="tabular"/>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
47 </test>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
48 <test>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
49 <param name="reference" value="ref.fa"/>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
50 <param name="sam" value="sampe.sam"/>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
51 <param name="min" value="100"/>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
52 <param name="max" value="100"/>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
53 <param name="threshold" value="80"/>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
54 <param name="skip" value="5"/>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
55 <param name="samples" value="1"/>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
56 <output name="output" file="csa_no_result" ftype="tabular"/>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
57 </test>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
58 </tests>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
59 <help><![CDATA[
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
60 A simple tool for calculating the amount of a gene that is covered by a sample of alignments.
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
61
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
62 Program: Coverage Sampler
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
63
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
64 Contact: Chris Dean <cdean11@rams.colostate.edu>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
65
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
66 Usage: csa [options]
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
67
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
68 Options:
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
69 -ref_fp STR/FILE ref file path
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
70 -sam_fp STR/FILE sam file path
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
71 -min INT starting sample level
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
72 -max INT ending sample level
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
73 -skip INT amount of sample levels to skip
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
74 -t INT gene fraction threshold
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
75 -samples INT iterations per sample level
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
76 -out_fp STR/FILE output file path
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
77 ]]></help>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
78 <citations>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
79 </citations>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
80 </tool>