diff qiime2/qiime_feature-classifier_classify-consensus-vsearch.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_feature-classifier_classify-consensus-vsearch.xml	Mon Aug 05 01:29:30 2019 -0400
+++ b/qiime2/qiime_feature-classifier_classify-consensus-vsearch.xml	Tue Aug 13 07:46:48 2019 -0400
@@ -21,15 +21,15 @@
 
 
 
-#if $pmaxaccepts:
+#if str($pmaxaccepts):
  --p-maxaccepts=$pmaxaccepts
 #end if
 
-#if $ppercidentity:
+#if str($ppercidentity):
  --p-perc-identity=$ppercidentity
 #end if
 
-#if $pquerycov:
+#if str($pquerycov):
  --p-query-cov=$pquerycov
 #end if
 
@@ -37,7 +37,7 @@
  --p-strand=$pstrand
 #end if
 
-#if $pminconsensus:
+#if str($pminconsensus):
  --p-min-consensus=$pminconsensus
 #end if