annotate coverage_sampler.xml @ 2:ec439b0e7512 draft default tip

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
author chrisd
date Thu, 30 Jun 2016 02:15:50 -0400
parents fa1aae53a2f3
children
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>
2
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
4 <requirement type="package" version="0.1">coverage_sampler</requirement>
1
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[
2
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
60
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
61 **Coverage sampler**
1
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
62
2
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff 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
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff 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
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
65 that was covered from a random sampling of alignments.
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
66
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
67 ------
1
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
68
2
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
69 **Options**
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
70
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
71 -min INT Starting level to sample reads from (level is in percent)
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
72
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
73 -max INT Ending level to sample reads from (level is in percent)
1
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
74
2
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
75 -skip INT Number of levels to skip
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
76
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
77 -samples INT Number of iterations per sample level
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
78
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
79 -t INT Gene fraction threshold (only genes with a gene fraction greater than this threshold are output)
1
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
80
2
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
81 ------
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
82
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
83 **Output**
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
84
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
85 A tab delimited text file with the following columns::
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
86
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
87 Level The sampling level alignments were taken at
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
88 Iteration The iteration number of the current sample level
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
89 Gene Id The reference name having a gene fraction greater than threshold
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
90 Gene Fraction The gene fraction for the current reference sequence (in percent)
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
91 Hits The number of alignments associated with the reference sequence
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
92
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
93 ------
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
94
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
95 **Development**
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
96
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
97 Development is being done on github_
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
98
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
99 .. _github: https://github.com/cdeanj/coverage_sampler
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
100
ec439b0e7512 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
chrisd
parents: 1
diff changeset
101 ]]></help>
1
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
102 <citations>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
103 </citations>
fa1aae53a2f3 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
chrisd
parents:
diff changeset
104 </tool>