# HG changeset patch # User chrisd # Date 1467183685 14400 # Node ID 246302afd4815927a29e2f6145eb66f0c6d7a160 # Parent 9dd9da093f211174e1b21e27c58589be4783d11a planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit f71cd1e6bbc1e28942506b3face7284245827520-dirty diff -r 9dd9da093f21 -r 246302afd481 coverage_sampler.xml --- a/coverage_sampler.xml Wed Jun 29 02:57:50 2016 -0400 +++ b/coverage_sampler.xml Wed Jun 29 03:01:25 2016 -0400 @@ -69,19 +69,19 @@ **Options** - -min This parameter specifies the starting sample level for the program. For example, a min value + - 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. + - max This parameter specifies the ending sample level for the program. - -skip This parameter specifies the amount of levels to skip between min and max. For example, + - 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 + - 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, + - 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. ------