diff qiime2/qiime_dada2_denoise-pyro.xml @ 4:71f124e02000 draft default tip

Fixes
author florianbegusch
date Tue, 13 Aug 2019 07:40:25 -0400
parents 149432539226
children
line wrap: on
line diff
--- a/qiime2/qiime_dada2_denoise-pyro.xml	Wed Jul 17 01:53:11 2019 -0400
+++ b/qiime2/qiime_dada2_denoise-pyro.xml	Tue Aug 13 07:40:25 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
 
@@ -141,6 +144,7 @@
     The resulting feature sequences. Each feature in the feature table will
     be represented by exactly one sequence.
 denoising_stats : SampleData[DADA2Stats]
+	\
 	]]></help>
 <macros>
     <import>qiime_citation.xml</import>