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