comparison coverage_sampler.xml @ 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
comparison
equal deleted inserted replaced
23:b0a92d97c485 24:750a09c9cca2
88 88
89 **Output** 89 **Output**
90 90
91 Output of this program is a tab delimited text file with following: 91 Output of this program is a tab delimited text file with following:
92 92
93 Level The sampling level alignments were taken at 93 Column Description
94 94 Level The sampling level alignments were taken at
95 Iteration The ith iteration of the current sampling level 95 Iteration The ith iteration of the current sampling level
96 96 Gene Id The reference sequence having a gene fraction greater than threshold
97 Gene Id The reference sequence having a gene fraction greater than threshold 97 Gene Fraction The overall fraction of the gene that was covered from the sample of alignments
98 98 Hits The amount of times that the reference sequence was seen from the sample of alignments
99 Gene Fraction The overall fraction of the gene that was covered from the sample of alignments
100
101 Hits The amount of times that the reference sequence was seen from the sample of alignments
102 99
103 ------ 100 ------
104 101
105 **Development** 102 **Development**
106 103