diff qiime2/qiime_cutadapt_trim-single.xml @ 5:a025a4a89e07 draft

Uploaded
author florianbegusch
date Mon, 05 Aug 2019 01:29:30 -0400
parents 914fa4daf16a
children f190567fe3f6
line wrap: on
line diff
--- a/qiime2/qiime_cutadapt_trim-single.xml	Wed Jul 31 03:06:00 2019 -0400
+++ b/qiime2/qiime_cutadapt_trim-single.xml	Mon Aug 05 01:29:30 2019 -0400
@@ -57,7 +57,7 @@
 
 
 
-#if $perrorrate:
+#if str($perrorrate):
  --p-error-rate=$perrorrate
 #end if
 
@@ -65,11 +65,11 @@
  --p-no-indels
 #end if
 
-#if $ptimes:
+#if str($ptimes):
  --p-times=$ptimes
 #end if
 
-#if $poverlap:
+#if str($poverlap):
  --p-overlap=$poverlap
 #end if
 
@@ -81,7 +81,7 @@
  --p-no-match-adapter-wildcards
 #end if
 
-#if $pminimumlength:
+#if str($pminimumlength):
  --p-minimum-length=$pminimumlength
 #end if