# HG changeset patch # User chrisd # Date 1467186678 14400 # Node ID 5319e9db64735f268c8c4d42bb60445acda73070 # Parent 0669c68fadd529544731eece6524bf366d633bcc planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 90ec52cd3837837703eb0c102af398d9ef94e3a1-dirty diff -r 0669c68fadd5 -r 5319e9db6473 coverage_sampler.xml --- a/coverage_sampler.xml Wed Jun 29 03:48:35 2016 -0400 +++ b/coverage_sampler.xml Wed Jun 29 03:51:18 2016 -0400 @@ -69,12 +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 ------