Mercurial > repos > chrisd > coverage_sampler
comparison coverage_sampler.xml @ 34:c0cc4296898e draft
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 8d5fea6b20b64356f3aaa48700d0cf29e7352ae7-dirty
author | chrisd |
---|---|
date | Wed, 29 Jun 2016 04:01:49 -0400 |
parents | fab5cf882885 |
children | ca3200bb5c56 |
comparison
equal
deleted
inserted
replaced
33:fab5cf882885 | 34:c0cc4296898e |
---|---|
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 Level The sampling level alignments were taken at | 88 Level The sampling level alignments were taken at |
89 | |
89 Iteration The ith iteration of the current sampling level | 90 Iteration The ith iteration of the current sampling level |
91 | |
90 Gene Id The reference sequence having a gene fraction greater than threshold | 92 Gene Id The reference sequence having a gene fraction greater than threshold |
93 | |
91 Gene Fraction The overall fraction of the gene that was covered from the sample of alignments | 94 Gene Fraction The overall fraction of the gene that was covered from the sample of alignments |
95 | |
92 Hits The amount of times that the reference sequence was seen from the sample of alignments | 96 Hits The amount of times that the reference sequence was seen from the sample of alignments |
93 | 97 |
94 ------ | 98 ------ |
95 | 99 |
96 **Development** | 100 **Development** |