Mercurial > repos > chrisd > coverage_sampler
annotate coverage_sampler.xml @ 24:750a09c9cca2 draft
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b3a650c3506c27e7b80069dd88d87fa11c5369b9-dirty
| author | chrisd | 
|---|---|
| date | Wed, 29 Jun 2016 03:24:38 -0400 | 
| parents | b0a92d97c485 | 
| children | 99d75ed267fd | 
| rev | line source | 
|---|---|
| 12 
284dec15f7f4
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 454f675c3a74cb7eb99f83ab3a299b82ec5f92b2-dirty
 chrisd parents: 
9diff
changeset | 1 <tool id="gene_fraction" name="Coverage Sampler" version="0.1.0"> | 
| 6 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-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> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 3 <requirements> | 
| 12 
284dec15f7f4
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 454f675c3a74cb7eb99f83ab3a299b82ec5f92b2-dirty
 chrisd parents: 
9diff
changeset | 4 <requirement type="package" version="0.1">coverage_sampler</requirement> | 
| 6 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 5 </requirements> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 6 <stdio> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 7 <exit_code range="1:" /> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 8 </stdio> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 9 <command><![CDATA[ | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 10 csa | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 11 -ref_fp $reference | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 12 -sam_fp $sam | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 13 -min $min | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 14 -max $max | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 15 -t $threshold | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 16 -skip $skip | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 17 -samples $samples | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 18 -out_fp $output | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 19 ]]></command> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 20 <inputs> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 21 <param type="data" name="reference" format="fasta" label="Reference sequence" /> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 22 <param type="data" name="sam" format="sam" label="SAM file" /> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 23 <param name="min" type="integer" label="Starting sample level" | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 24 value="1" min="1" max="100" help="(-min)" /> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 25 <param name="max" type="integer" label="Ending sample level" | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 26 value="1" min="1" max="100" help="(-max)" /> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 27 <param name="threshold" type="integer" label="Gene fraction threshold" | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 28 value="0" min="0" max="100" help="(-t)" /> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 29 <param name="skip" type="integer" label="Amount of sample levels to skip" | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 30 value="1" min="1" max="100" help="(-skip)" /> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 31 <param name="samples" type="integer" label="Iterations per sample level" | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 32 value="1" min="1" max="100" help="(-samples)" /> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 33 </inputs> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 34 <outputs> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 35 <data name="output" format="tabular" /> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 36 </outputs> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 37 <tests> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 38 <test> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 39 <param name="reference" value="ref.fa"/> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 40 <param name="sam" value="sampe.sam"/> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 41 <param name="min" value="100"/> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 42 <param name="max" value="100"/> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 43 <param name="threshold" value="50"/> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 44 <param name="skip" value="5"/> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 45 <param name="samples" value="1"/> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 46 <output name="output" file="csa_result" ftype="tabular"/> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 47 </test> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 48 <test> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 49 <param name="reference" value="ref.fa"/> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 50 <param name="sam" value="sampe.sam"/> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 51 <param name="min" value="100"/> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 52 <param name="max" value="100"/> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 53 <param name="threshold" value="80"/> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 54 <param name="skip" value="5"/> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 55 <param name="samples" value="1"/> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 56 <output name="output" file="csa_no_result" ftype="tabular"/> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 57 </test> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 58 </tests> | 
| 14 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 59 <help> | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 60 <![CDATA[ | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 61 | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 62 **Coverage sampler** | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 63 | 
| 15 
233b2d979df4
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 98296c46d15c170e77d5eefad61cc447378fa73a-dirty
 chrisd parents: 
14diff
changeset | 64 Coverage sampler is a simple tool for calculating the amount of a gene that is covered by a sample of alignments. The tool takes | 
| 14 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 65 in as input a fasta and alignment file. The output of this program is a tab delimited text file describing the fraction of each gene | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 66 that was covered from a random sampling of alignments. | 
| 6 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 67 | 
| 14 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 68 ------ | 
| 6 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 69 | 
| 14 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 70 **Options** | 
| 6 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 71 | 
| 23 
b0a92d97c485
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 04782fea617623cbaa3bfacf9f891252ffb9dcf8-dirty
 chrisd parents: 
22diff
changeset | 72 min This parameter specifies the starting sample level for the program. For example, a min value | 
| 18 
9dd9da093f21
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit dac82c7c7880aa81a3a0875850854f2405b44dd5-dirty
 chrisd parents: 
17diff
changeset | 73 of five tells the program to begin by taking five percent of alignments from the alignment file. | 
| 6 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 74 | 
| 23 
b0a92d97c485
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 04782fea617623cbaa3bfacf9f891252ffb9dcf8-dirty
 chrisd parents: 
22diff
changeset | 75 max This parameter specifies the ending sample level for the program. | 
| 
b0a92d97c485
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 04782fea617623cbaa3bfacf9f891252ffb9dcf8-dirty
 chrisd parents: 
22diff
changeset | 76 | 
| 
b0a92d97c485
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 04782fea617623cbaa3bfacf9f891252ffb9dcf8-dirty
 chrisd parents: 
22diff
changeset | 77 skip This parameter specifies the amount of levels to skip between min and max. For example, | 
| 18 
9dd9da093f21
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit dac82c7c7880aa81a3a0875850854f2405b44dd5-dirty
 chrisd parents: 
17diff
changeset | 78 if you specify a min value of five, a max value of 100, and a skip value of five, then | 
| 
9dd9da093f21
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit dac82c7c7880aa81a3a0875850854f2405b44dd5-dirty
 chrisd parents: 
17diff
changeset | 79 you would be sampling alignments in intervals of five. | 
| 14 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 80 | 
| 23 
b0a92d97c485
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 04782fea617623cbaa3bfacf9f891252ffb9dcf8-dirty
 chrisd parents: 
22diff
changeset | 81 t This parameter specifies a threshold value. Only genes having a gene fraction greater than | 
| 18 
9dd9da093f21
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit dac82c7c7880aa81a3a0875850854f2405b44dd5-dirty
 chrisd parents: 
17diff
changeset | 82 this value are provided as output. | 
| 14 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 83 | 
| 23 
b0a92d97c485
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 04782fea617623cbaa3bfacf9f891252ffb9dcf8-dirty
 chrisd parents: 
22diff
changeset | 84 samples This parameter specifies the amount of iterations you would like to sample at. For example, | 
| 18 
9dd9da093f21
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit dac82c7c7880aa81a3a0875850854f2405b44dd5-dirty
 chrisd parents: 
17diff
changeset | 85 a sample value of five would sample each level five times. | 
| 14 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 86 | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 87 ------ | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 88 | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 89 **Output** | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 90 | 
| 15 
233b2d979df4
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 98296c46d15c170e77d5eefad61cc447378fa73a-dirty
 chrisd parents: 
14diff
changeset | 91 Output of this program is a tab delimited text file with following: | 
| 14 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 92 | 
| 24 
750a09c9cca2
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b3a650c3506c27e7b80069dd88d87fa11c5369b9-dirty
 chrisd parents: 
23diff
changeset | 93 Column Description | 
| 
750a09c9cca2
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b3a650c3506c27e7b80069dd88d87fa11c5369b9-dirty
 chrisd parents: 
23diff
changeset | 94 Level The sampling level alignments were taken at | 
| 
750a09c9cca2
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b3a650c3506c27e7b80069dd88d87fa11c5369b9-dirty
 chrisd parents: 
23diff
changeset | 95 Iteration The ith iteration of the current sampling level | 
| 
750a09c9cca2
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b3a650c3506c27e7b80069dd88d87fa11c5369b9-dirty
 chrisd parents: 
23diff
changeset | 96 Gene Id The reference sequence having a gene fraction greater than threshold | 
| 
750a09c9cca2
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b3a650c3506c27e7b80069dd88d87fa11c5369b9-dirty
 chrisd parents: 
23diff
changeset | 97 Gene Fraction The overall fraction of the gene that was covered from the sample of alignments | 
| 
750a09c9cca2
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b3a650c3506c27e7b80069dd88d87fa11c5369b9-dirty
 chrisd parents: 
23diff
changeset | 98 Hits The amount of times that the reference sequence was seen from the sample of alignments | 
| 14 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 99 | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 100 ------ | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 101 | 
| 15 
233b2d979df4
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 98296c46d15c170e77d5eefad61cc447378fa73a-dirty
 chrisd parents: 
14diff
changeset | 102 **Development** | 
| 
233b2d979df4
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 98296c46d15c170e77d5eefad61cc447378fa73a-dirty
 chrisd parents: 
14diff
changeset | 103 | 
| 
233b2d979df4
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 98296c46d15c170e77d5eefad61cc447378fa73a-dirty
 chrisd parents: 
14diff
changeset | 104 Development is being done on github_ | 
| 
233b2d979df4
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 98296c46d15c170e77d5eefad61cc447378fa73a-dirty
 chrisd parents: 
14diff
changeset | 105 | 
| 
233b2d979df4
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 98296c46d15c170e77d5eefad61cc447378fa73a-dirty
 chrisd parents: 
14diff
changeset | 106 .. _github: https://github.com/cdeanj/coverage_sampler | 
| 
233b2d979df4
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 98296c46d15c170e77d5eefad61cc447378fa73a-dirty
 chrisd parents: 
14diff
changeset | 107 | 
| 14 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 108 ]]> | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 109 </help> | 
| 6 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 110 <citations> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 111 </citations> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 112 </tool> | 
