changeset 35:ca3200bb5c56 draft

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 020ebaf5443dce2ec2ed66bceb32fed61d847d8a-dirty
author chrisd
date Wed, 29 Jun 2016 04:03:43 -0400
parents c0cc4296898e
children f4ace4f007e2
files coverage_sampler.xml
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/coverage_sampler.xml	Wed Jun 29 04:01:49 2016 -0400
+++ b/coverage_sampler.xml	Wed Jun 29 04:03:43 2016 -0400
@@ -84,16 +84,17 @@
 
 Output of this program is a tab delimited text file with following:
 
-Column		Description
-Level		The sampling level alignments were taken at
+Column          Description
 
-Iteration	The ith iteration of the current sampling level
+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 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
+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
+Hits            The amount of times that the reference sequence was seen from the sample of alignments
 
 ------