changeset 24:750a09c9cca2 draft

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b3a650c3506c27e7b80069dd88d87fa11c5369b9-dirty
author chrisd
date Wed, 29 Jun 2016 03:24:38 -0400
parents b0a92d97c485
children 99d75ed267fd
files coverage_sampler.xml
diffstat 1 files changed, 6 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/coverage_sampler.xml	Wed Jun 29 03:20:57 2016 -0400
+++ b/coverage_sampler.xml	Wed Jun 29 03:24:38 2016 -0400
@@ -90,15 +90,12 @@
 
 Output of this program is a tab delimited text file with following:
 
-   Level		The sampling level alignments were taken at
-
-   Iteration		The ith iteration of the current sampling level
-
-   Gene Id		The reference sequence having a gene fraction greater than threshold
-
-   Gene Fraction	The overall fraction of the gene that was covered from the sample of alignments
-
-   Hits			The amount of times that the reference sequence was seen from the sample of alignments
+Column	Description
+Level	The sampling level alignments were taken at
+Iteration	The ith iteration of the current sampling level
+Gene Id	The reference sequence having a gene fraction greater than threshold
+Gene Fraction	The overall fraction of the gene that was covered from the sample of alignments
+Hits	The amount of times that the reference sequence was seen from the sample of alignments
 
 ------