Mercurial > repos > chrisd > coverage_sampler
annotate coverage_sampler.xml @ 38:98a7da79f8a8 draft default tip
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
| author | chrisd | 
|---|---|
| date | Wed, 29 Jun 2016 04:24:37 -0400 | 
| parents | 520bc487403d | 
| children | 
| 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> | 
| 32 
8998b3f44018
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit f40bbce10577e858968aede35464f9c6cb5b2a95-dirty
 chrisd parents: 
31diff
changeset | 59 <help><![CDATA[ | 
| 14 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 60 | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 61 **Coverage sampler** | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 62 | 
| 15 
233b2d979df4
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 98296c46d15c170e77d5eefad61cc447378fa73a-dirty
 chrisd parents: 
14diff
changeset | 63 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 | 64 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 | 65 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 | 66 | 
| 14 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 67 ------ | 
| 6 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 68 | 
| 14 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 69 **Options** | 
| 6 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 70 | 
| 30 
c2ec2597409b
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 92c908e33faf0215bf10114f5a17acd0c261742e-dirty
 chrisd parents: 
29diff
changeset | 71 -min INT Starting level to sample reads from (level is in percent) | 
| 32 
8998b3f44018
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit f40bbce10577e858968aede35464f9c6cb5b2a95-dirty
 chrisd parents: 
31diff
changeset | 72 | 
| 30 
c2ec2597409b
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 92c908e33faf0215bf10114f5a17acd0c261742e-dirty
 chrisd parents: 
29diff
changeset | 73 -max INT Ending level to sample reads from (level is in percent) | 
| 32 
8998b3f44018
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit f40bbce10577e858968aede35464f9c6cb5b2a95-dirty
 chrisd parents: 
31diff
changeset | 74 | 
| 30 
c2ec2597409b
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 92c908e33faf0215bf10114f5a17acd0c261742e-dirty
 chrisd parents: 
29diff
changeset | 75 -skip INT Number of levels to skip | 
| 32 
8998b3f44018
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit f40bbce10577e858968aede35464f9c6cb5b2a95-dirty
 chrisd parents: 
31diff
changeset | 76 | 
| 33 
fab5cf882885
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 7141655be29c3bd9fc52bee257b1c130e2aff9b1-dirty
 chrisd parents: 
32diff
changeset | 77 -samples INT Number of iterations per sample level | 
| 32 
8998b3f44018
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit f40bbce10577e858968aede35464f9c6cb5b2a95-dirty
 chrisd parents: 
31diff
changeset | 78 | 
| 30 
c2ec2597409b
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 92c908e33faf0215bf10114f5a17acd0c261742e-dirty
 chrisd parents: 
29diff
changeset | 79 -t INT Gene fraction threshold (only genes with a gene fraction greater than this threshold are output) | 
| 28 
0669c68fadd5
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit a9eb83d45f0260a8dbb8eff177412f4342c5899c-dirty
 chrisd parents: 
27diff
changeset | 80 | 
| 14 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 81 ------ | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 82 | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 83 **Output** | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 84 | 
| 37 
520bc487403d
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 660fc35f51cce194be9d5f050f7353b47ab23fd1-dirty
 chrisd parents: 
36diff
changeset | 85 A tab delimited text file with the following columns:: | 
| 35 
ca3200bb5c56
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 020ebaf5443dce2ec2ed66bceb32fed61d847d8a-dirty
 chrisd parents: 
34diff
changeset | 86 | 
| 38 
98a7da79f8a8
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
 chrisd parents: 
37diff
changeset | 87 Level The sampling level alignments were taken at | 
| 
98a7da79f8a8
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
 chrisd parents: 
37diff
changeset | 88 Iteration The iteration number of the current sample level | 
| 
98a7da79f8a8
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
 chrisd parents: 
37diff
changeset | 89 Gene Id The reference name having a gene fraction greater than threshold | 
| 37 
520bc487403d
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 660fc35f51cce194be9d5f050f7353b47ab23fd1-dirty
 chrisd parents: 
36diff
changeset | 90 Gene Fraction The gene fraction for the current reference sequence (in percent) | 
| 38 
98a7da79f8a8
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
 chrisd parents: 
37diff
changeset | 91 Hits The number of alignments associated with the reference sequence | 
| 14 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 92 | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 93 ------ | 
| 
53a59e1eaa73
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
 chrisd parents: 
12diff
changeset | 94 | 
| 15 
233b2d979df4
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 98296c46d15c170e77d5eefad61cc447378fa73a-dirty
 chrisd parents: 
14diff
changeset | 95 **Development** | 
| 
233b2d979df4
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 98296c46d15c170e77d5eefad61cc447378fa73a-dirty
 chrisd parents: 
14diff
changeset | 96 | 
| 
233b2d979df4
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 98296c46d15c170e77d5eefad61cc447378fa73a-dirty
 chrisd parents: 
14diff
changeset | 97 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 | 98 | 
| 
233b2d979df4
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 98296c46d15c170e77d5eefad61cc447378fa73a-dirty
 chrisd parents: 
14diff
changeset | 99 .. _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 | 100 | 
| 25 
99d75ed267fd
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 4bed44dc2dcea45acef8693ccd6fbd7aee51aacd-dirty
 chrisd parents: 
24diff
changeset | 101 ]]></help> | 
| 6 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 102 <citations> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 103 </citations> | 
| 
59c6a5729ce0
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/coverage_sampler commit 1127fb7751ab1d3feb4273f23ae3cfea304e0961-dirty
 chrisd parents: diff
changeset | 104 </tool> | 
