Mercurial > repos > chrisd > coverage_sampler
comparison coverage_sampler.xml @ 23:b0a92d97c485 draft
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 04782fea617623cbaa3bfacf9f891252ffb9dcf8-dirty
author | chrisd |
---|---|
date | Wed, 29 Jun 2016 03:20:57 -0400 |
parents | a286d65db469 |
children | 750a09c9cca2 |
comparison
equal
deleted
inserted
replaced
22:a286d65db469 | 23:b0a92d97c485 |
---|---|
67 | 67 |
68 ------ | 68 ------ |
69 | 69 |
70 **Options** | 70 **Options** |
71 | 71 |
72 - min This parameter specifies the starting sample level for the program. For example, a min value | 72 min This parameter specifies the starting sample level for the program. For example, a min value |
73 of five tells the program to begin by taking five percent of alignments from the alignment file. | 73 of five tells the program to begin by taking five percent of alignments from the alignment file. |
74 | |
75 - max This parameter specifies the ending sample level for the program. | |
76 | 74 |
77 - skip This parameter specifies the amount of levels to skip between min and max. For example, | 75 max This parameter specifies the ending sample level for the program. |
76 | |
77 skip This parameter specifies the amount of levels to skip between min and max. For example, | |
78 if you specify a min value of five, a max value of 100, and a skip value of five, then | 78 if you specify a min value of five, a max value of 100, and a skip value of five, then |
79 you would be sampling alignments in intervals of five. | 79 you would be sampling alignments in intervals of five. |
80 | 80 |
81 - t This parameter specifies a threshold value. Only genes having a gene fraction greater than | 81 t This parameter specifies a threshold value. Only genes having a gene fraction greater than |
82 this value are provided as output. | 82 this value are provided as output. |
83 | 83 |
84 - samples This parameter specifies the amount of iterations you would like to sample at. For example, | 84 samples This parameter specifies the amount of iterations you would like to sample at. For example, |
85 a sample value of five would sample each level five times. | 85 a sample value of five would sample each level five times. |
86 | 86 |
87 ------ | 87 ------ |
88 | 88 |
89 **Output** | 89 **Output** |