Mercurial > repos > matthias > dada2_learnerrors
changeset 8:af8d1ccbd153 draft
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit 977f22125c9ad5c3c5560de8946017305c5633c1
author | matthias |
---|---|
date | Mon, 27 May 2019 13:21:48 -0400 |
parents | 382900945187 |
children | ef3ebaa70032 |
files | macros.xml test-data/qualityProfileMultiple_rev.pdf test-data/qualityProfile_rev.pdf |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Mon May 27 05:32:43 2019 -0400 +++ b/macros.xml Mon May 27 13:21:48 2019 -0400 @@ -69,7 +69,7 @@ <param argument="truncQ" type="integer" value="2" min="0" label="Truncate reads at quality threshold" help="Truncate reads at the first instance of a quality score less than or equal to this threshold"/> <param argument="trimLeft" type="integer" value="0" min="0" label="Trim start of each read" help="The number of nucleotides to remove from the start of each read."/> <param argument="trimRight" type="integer" value="0" min="0" label="Trim end of each read" help="The number of nucleotides to remove from the end of each read"/> - <param argument="truncLen" type="integer" value="0" min="0" label="Truncate read length" help="Truncate reads after this amount of bases. Reads shorter than this are discarded."/> + <param argument="truncLen" type="integer" value="0" min="0" label="Truncate read length" help="Truncate reads after this amount of bases. Reads shorter than this are discarded. (default 0: no truncation)"/> </section> </xml> <xml name="filters">