Mercurial > repos > lparsons > rseqc
diff geneBody_coverage.xml @ 1:cd2daa987b69 draft default tip
planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit 2400cce6e3918648fda8f2a8d8485ab251a58827
| author | lparsons |
|---|---|
| date | Tue, 07 Jul 2015 14:14:04 -0400 |
| parents | 306127635959 |
| children |
line wrap: on
line diff
--- a/geneBody_coverage.xml Tue Jul 07 10:39:47 2015 -0400 +++ b/geneBody_coverage.xml Tue Jul 07 14:14:04 2015 -0400 @@ -36,12 +36,12 @@ </command> <inputs> - <param name="input" type="data" label="Additional input .bam files" format="bam" /> - <repeat name="additionalinputs" title="Input .bam file"> - <param name="file" type="data" label="Input .bam file" format="bam" /> + <param name="input" type="data" label="Input .bam File" format="bam" help="(--input-file)"/> + <repeat name="additionalinputs" title="Additional input .bam files"> + <param name="file" type="data" label="Additional input .bam file" format="bam" /> </repeat> - <param name="refgene" type="data" label="Reference Genome" format="bed" /> - <param name="minimum_length" type="integer" value="100" label="Minimum mRNA length" help="Minimum mRNA length (bp). mRNA that are shorter than this value will be skipped (default is 100)." /> + <param name="refgene" type="data" format="bed" label="reference gene model" help="(--refgene)"/> + <param name="minimum_length" type="integer" value="100" label="Minimum mRNA length in bp (default: 100)" help="mRNA that are shorter than this value will be skipped (--minimum_length)." /> </inputs> <outputs>
