diff qiime2/qiime_dada2_denoise-pyro.xml @ 6:de4c22a52df4 draft

Fixes
author florianbegusch
date Tue, 13 Aug 2019 07:46:48 -0400
parents 914fa4daf16a
children f190567fe3f6
line wrap: on
line diff
--- a/qiime2/qiime_dada2_denoise-pyro.xml	Mon Aug 05 01:29:30 2019 -0400
+++ b/qiime2/qiime_dada2_denoise-pyro.xml	Tue Aug 13 07:46:48 2019 -0400
@@ -8,21 +8,24 @@
 qiime dada2 denoise-pyro
 
 --i-demultiplexed-seqs=$idemultiplexedseqs
---p-trunc-len="$ptrunclen"
 
-#if $ptrimleft:
+#if str($ptrunclen):
+ --p-trunc-len="$ptrunclen"
+#end if
+
+#if str($ptrimleft):
  --p-trim-left=$ptrimleft
 #end if
 
-#if $pmaxee:
+#if str($pmaxee):
  --p-max-ee=$pmaxee
 #end if
 
-#if $ptruncq:
+#if str($ptruncq):
  --p-trunc-q=$ptruncq
 #end if
 
-#if $pmaxlen:
+#if str($pmaxlen):
  --p-max-len=$pmaxlen
 #end if
 
@@ -30,7 +33,7 @@
  --p-chimera-method=$pchimeramethod
 #end if
 
-#if $pminfoldparentoverabundance:
+#if str($pminfoldparentoverabundance):
  --p-min-fold-parent-over-abundance=$pminfoldparentoverabundance
 #end if
 
@@ -40,11 +43,11 @@
 #end if
 
 
-#if $pnreadslearn:
+#if str($pnreadslearn):
  --p-n-reads-learn=$pnreadslearn
 #end if
 
-#if $pnohashedfeatureids:
+#if str($pnohashedfeatureids):
  --p-no-hashed-feature-ids
 #end if