# HG changeset patch # User chrisd # Date 1467186791 14400 # Node ID c2ec2597409b96bdac96f984cb0b49416bcc54aa # Parent 5319e9db64735f268c8c4d42bb60445acda73070 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 92c908e33faf0215bf10114f5a17acd0c261742e-dirty diff -r 5319e9db6473 -r c2ec2597409b coverage_sampler.xml --- a/coverage_sampler.xml Wed Jun 29 03:51:18 2016 -0400 +++ b/coverage_sampler.xml Wed Jun 29 03:53:11 2016 -0400 @@ -69,11 +69,11 @@ **Options** - -min INT Starting level to sample reads from (level is in percent) - -max INT Ending level to sample reads from (level is in percent) - -skip INT Number of levels to skip - -t INT Gene fraction threshold (only genes with a gene fraction greater than this threshold are output) - -samples INT Number of iterations per sample level + -min INT Starting level to sample reads from (level is in percent) + -max INT Ending level to sample reads from (level is in percent) + -skip INT Number of levels to skip + -t INT Gene fraction threshold (only genes with a gene fraction greater than this threshold are output) + -samples INT Number of iterations per sample level ------