Mercurial > repos > florianbegusch > qiime2_suite
diff qiime2/qiime_deblur_denoise-16S.xml @ 6:de4c22a52df4 draft
Fixes
author | florianbegusch |
---|---|
date | Tue, 13 Aug 2019 07:46:48 -0400 |
parents | 370e0b6e9826 |
children | f190567fe3f6 |
line wrap: on
line diff
--- a/qiime2/qiime_deblur_denoise-16S.xml Mon Aug 05 01:29:30 2019 -0400 +++ b/qiime2/qiime_deblur_denoise-16S.xml Tue Aug 13 07:46:48 2019 -0400 @@ -8,33 +8,38 @@ qiime deblur denoise-16S --i-demultiplexed-seqs=$idemultiplexedseqs ---p-trim-length="$ptrimlength" + + -#if $plefttrimlen: +#if str($ptrimlength): + --p-trim-length=$ptrimlength +#end if + +#if str($plefttrimlen): --p-left-trim-len=$plefttrimlen #end if -#if $psamplestats: +#if str($psamplestats): --p-sample-stats #end if -#if $pmeanerror: +#if str($pmeanerror): --p-mean-error=$pmeanerror #end if -#if $pindelprob: +#if str($pindelprob): --p-indel-prob=$pindelprob #end if -#if $pindelmax: +#if str($pindelmax): --p-indel-max=$pindelmax #end if -#if $pminreads: +#if str($pminreads): --p-min-reads=$pminreads #end if -#if $pminsize: +#if str($pminsize): --p-min-size=$pminsize #end if @@ -45,7 +50,7 @@ #end if -#if $pnohashedfeatureids: +#if str($pnohashedfeatureids): --p-no-hashed-feature-ids #end if