Mercurial > repos > florianbegusch > qiime2_suite
diff qiime2/qiime_longitudinal_maturity-index.xml @ 4:914fa4daf16a draft
Fixes
author | florianbegusch |
---|---|
date | Wed, 31 Jul 2019 03:06:00 -0400 |
parents | 370e0b6e9826 |
children | de4c22a52df4 |
line wrap: on
line diff
--- a/qiime2/qiime_longitudinal_maturity-index.xml Sun Jul 21 02:21:34 2019 -0400 +++ b/qiime2/qiime_longitudinal_maturity-index.xml Wed Jul 31 03:06:00 2019 -0400 @@ -24,11 +24,11 @@ --p-n-estimators=$pnestimators #end if -#if $ptestsize: +#if str($ptestsize): --p-test-size=$ptestsize #end if -#if $pstep: +#if str($pstep): --p-step=$pstep #end if @@ -62,7 +62,7 @@ --p-missing-samples=$pmissingsamples #end if -#if $pfeaturecount: +#if str($pfeaturecount): --p-feature-count=$pfeaturecount #end if @@ -139,7 +139,7 @@ </param> <param label="--p-feature-count: INTEGER Range(0, None) Filter feature table to include top N most important features. Set to zero to include all features. [default: 50]" name="pfeaturecount" optional="True" type="integer" min="0" value="50"/> - <repeat name="input_files_mmetadatafile" optional="True" title="--m-metadata-file"> + <repeat name="input_files_mmetadatafile" optional="True" title="--m-metadata-file [required]"> <param label="--m-metadata-file: Metadata file or artifact viewable as metadata. This option may be supplied multiple times to merge metadata. [optional]" name="additional_input" type="data" format="tabular,qza,no_unzip.zip" /> </repeat> </inputs>