Mercurial > repos > chrisd > coverage_sampler
annotate gene_fraction.xml @ 0:72901052a829 draft
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
author | chrisd |
---|---|
date | Wed, 23 Mar 2016 17:54:53 -0400 |
parents | |
children |
rev | line source |
---|---|
0
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
1 <tool id="gene_fraction" name="Coverage Sampler" version="0.1.0"> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
2 <requirements> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
3 <requirement type="package" version="0.1">csa</requirement> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
4 </requirements> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
5 <stdio> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
6 <exit_code range="1:" /> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
7 </stdio> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
8 <description>Calculates the amount of a gene that is covered from a sample of reads</description> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
9 <command><![CDATA[ |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
10 csa |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
11 -amr_fp $input1 |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
12 -sam_fp $input2 |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
13 -min $min |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
14 -max $max |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
15 -t $threshold |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
16 -skip $skip |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
17 -samples $samples |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
18 -out_fp $output1 |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
19 ]]></command> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
20 <inputs> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
21 <param type="data" name="input1" format="fasta" label="Reference sequence" /> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
22 <param type="data" name="input2" format="sam" label="SAM file" /> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
23 <param name="min" type="integer" label="Starting sample level" |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
24 value="1" min="1" max="100" help="(-min)" /> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
25 <param name="max" type="integer" label="Ending sample level" |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
26 value="1" min="1" max="100" help="(-max)" /> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
27 <param name="threshold" type="integer" label="Gene threshold" |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
28 value="0" min="0" max="100" help="(-t)" /> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
29 <param name="skip" type="integer" label="Amount of levels to skip" |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
30 value="1" min="1" max="100" help="(-skip)" /> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
31 <param name="samples" type="integer" label="Amount of samples per level" |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
32 value="1" min="1" max="100" help="(-samples)" /> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
33 </inputs> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
34 <outputs> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
35 <data name="output1" format="tabular" /> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
36 </outputs> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
37 <tests> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
38 <test> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
39 <param name="input1" value="ref.fa"/> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
40 <param name="input2" value="test.sam"/> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
41 <output name="outfil1" file="out.txt"/> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
42 </test> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
43 </tests> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
44 <help><![CDATA[ |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
45 This program takes iterative samples from a SAM file with the goal of identifying the amount of a gene that is covered by a sample of reads. |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
46 |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
47 Program: Coverage Sampler |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
48 |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
49 Contact: Chris Dean <cdean11@rams.colostate.edu> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
50 |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
51 Usage: csa [options] |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
52 |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
53 Options: |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
54 -amr_fp amr database path |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
55 -sam_fp sam file path |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
56 -min starting level |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
57 -max ending level |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
58 -skip amount of levels to skip |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
59 -t gene fraction threshold |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
60 -samples amount of samples per level |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
61 -out_fp output file path |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
62 ]]></help> |
72901052a829
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
chrisd
parents:
diff
changeset
|
63 </tool> |