changeset 38:98a7da79f8a8 draft default tip

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 9982b8cd32dc6ecef17cd8c3bf16f42d8eb30d75-dirty
author chrisd
date Wed, 29 Jun 2016 04:24:37 -0400
parents 520bc487403d
children
files coverage_sampler.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/coverage_sampler.xml	Wed Jun 29 04:21:24 2016 -0400
+++ b/coverage_sampler.xml	Wed Jun 29 04:24:37 2016 -0400
@@ -84,11 +84,11 @@
 
 A tab delimited text file with the following columns::
 
-    Level	The sampling levels alignments were taken at
-    Iteration	The iteration at each sample level
-    Gene Id	The reference name having a gene fraction greater than threshold
+    Level		The sampling level alignments were taken at
+    Iteration		The iteration number of the current sample level
+    Gene Id		The reference name having a gene fraction greater than threshold
     Gene Fraction	The gene fraction for the current reference sequence (in percent)
-    Hits	The amount of alignments associated with the reference sequence at the current sample level
+    Hits		The number of alignments associated with the reference sequence
 
 ------