changeset 29:5319e9db6473 draft

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 90ec52cd3837837703eb0c102af398d9ef94e3a1-dirty
author chrisd
date Wed, 29 Jun 2016 03:51:18 -0400
parents 0669c68fadd5
children c2ec2597409b
files coverage_sampler.xml
diffstat 1 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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
 
 ------