diff qiime2/qiime_feature-table_core-features.xml @ 4:914fa4daf16a draft

Fixes
author florianbegusch
date Wed, 31 Jul 2019 03:06:00 -0400
parents 370e0b6e9826
children f190567fe3f6
line wrap: on
line diff
--- a/qiime2/qiime_feature-table_core-features.xml	Sun Jul 21 02:21:34 2019 -0400
+++ b/qiime2/qiime_feature-table_core-features.xml	Wed Jul 31 03:06:00 2019 -0400
@@ -9,15 +9,15 @@
 
 --i-table=$itable
 
-#if $pminfraction:
+#if str($pminfraction):
  --p-min-fraction=$pminfraction
 #end if
 
-#if $pmaxfraction:
+#if str($pmaxfraction):
  --p-max-fraction=$pmaxfraction
 #end if
 
-#if $psteps:
+#if str($psteps):
  --p-steps=$psteps
 #end if