# HG changeset patch # User chrisd # Date 1467184700 14400 # Node ID a286d65db4695295d29c99d7212269d1c34f4294 # Parent fad66d1d8bda6e01a24def4318820e51f034121b planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit c21d5d2e0bbd31e8c35250d92d30f5471819f6e5-dirty diff -r fad66d1d8bda -r a286d65db469 coverage_sampler.xml --- a/coverage_sampler.xml Wed Jun 29 03:16:03 2016 -0400 +++ b/coverage_sampler.xml Wed Jun 29 03:18:20 2016 -0400 @@ -70,23 +70,18 @@ **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. - 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. ------