Mercurial > repos > florianbegusch > qiime2_suite
diff qiime2/qiime_feature-classifier_classify-consensus-blast.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-blast.xml Mon Aug 05 01:29:30 2019 -0400 +++ b/qiime2/qiime_feature-classifier_classify-consensus-blast.xml Tue Aug 13 07:46:48 2019 -0400 @@ -19,15 +19,15 @@ #end if -#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 @@ -35,11 +35,11 @@ --p-strand=$pstrand #end if -#if $pevalue: +#if str($pevalue): --p-evalue=$pevalue #end if -#if $pminconsensus: +#if str($pminconsensus): --p-min-consensus=$pminconsensus #end if