Mercurial > repos > chrisd > coverage_sampler
comparison coverage_sampler.xml @ 37:520bc487403d draft
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 660fc35f51cce194be9d5f050f7353b47ab23fd1-dirty
author | chrisd |
---|---|
date | Wed, 29 Jun 2016 04:21:24 -0400 |
parents | f4ace4f007e2 |
children | 98a7da79f8a8 |
comparison
equal
deleted
inserted
replaced
36:f4ace4f007e2 | 37:520bc487403d |
---|---|
80 | 80 |
81 ------ | 81 ------ |
82 | 82 |
83 **Output** | 83 **Output** |
84 | 84 |
85 Output of this program is a tab delimited text file with following: | 85 A tab delimited text file with the following columns:: |
86 | 86 |
87 Column Description | 87 Level The sampling levels alignments were taken at |
88 | 88 Iteration The iteration at each sample level |
89 Level The sampling level alignments were taken at | 89 Gene Id The reference name having a gene fraction greater than threshold |
90 | 90 Gene Fraction The gene fraction for the current reference sequence (in percent) |
91 Iteration The ith iteration of the current sampling level | 91 Hits The amount of alignments associated with the reference sequence at the current sample level |
92 | |
93 Gene Id The reference sequence having a gene fraction greater than threshold | |
94 | |
95 Gene Fraction The overall fraction of the gene that was covered from the sample of alignments | |
96 | |
97 Hits The amount of times that the reference sequence was seen from the sample of alignments | |
98 | 92 |
99 ------ | 93 ------ |
100 | 94 |
101 **Development** | 95 **Development** |
102 | 96 |