# HG changeset patch
# User chrisd
# Date 1467182029 14400
# Node ID 53a59e1eaa73cd5906fbe35ac62e4e7ef47dc731
# Parent 65d8343a6122c47be4deb3e90334963319b2c699
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit deb65bbedf931660e614f8fbffe0567d03c5a133-dirty
diff -r 65d8343a6122 -r 53a59e1eaa73 coverage_sampler.xml
--- a/coverage_sampler.xml Wed Jun 29 00:29:22 2016 -0400
+++ b/coverage_sampler.xml Wed Jun 29 02:33:49 2016 -0400
@@ -56,25 +56,52 @@
-
+
+**Options**
-Usage: csa [options]
+ -min This parameter specifies the starting sample level for the program. For example, a min value
+ of five tells the program to begin by taking five percent of alignments from the alignment file.
+
+ -max This parameter specifies the ending sample level for the program.
-Options:
- -ref_fp STR/FILE ref file path
- -sam_fp STR/FILE sam file path
- -min INT starting sample level
- -max INT ending sample level
- -skip INT amount of sample levels to skip
- -t INT gene fraction threshold
- -samples INT iterations per sample level
- -out_fp STR/FILE output file path
- ]]>
+ -skip This parameter specifies the amount of levels to skip between min and max. For example,
+ if you specify a min value of five, a max value of 100, and a skip value of five, then
+ you would be sampling alignments in intervals of five.
+
+ -t This parameter specifies a threshold value. Only genes having a gene fraction greater than
+ this value are provided as output.
+
+ -samples This parameter specifies the amount of iterations you would like to sample at. For example, a
+ sample value of five would sample each level five times.
+
+------
+
+**Output**
+
+ Output of this program is a tab delimited text file with following:
+
+ 1 Level The sampling level alignments were taken at
+ 2 Iteration The ith iteration of the current sampling level
+ 3 Gene Id The reference sequence having a gene fraction greater than threshold
+ 4 Gene Fraction The overall fraction of the gene that was covered from the sample of alignments
+ 5 Hits The amount of times that the reference sequence was seen from the sample of alignments
+
+------
+
+]]>
+