changeset 30:c2ec2597409b draft

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 92c908e33faf0215bf10114f5a17acd0c261742e-dirty
author chrisd
date Wed, 29 Jun 2016 03:53:11 -0400
parents 5319e9db6473
children 9b2f98681608
files coverage_sampler.xml
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
 
 ------