Mercurial > repos > florianbegusch > qiime2_wrappers
comparison qiime2/qiime_longitudinal_maturity-index.xml @ 4:71f124e02000 draft default tip
Fixes
author | florianbegusch |
---|---|
date | Tue, 13 Aug 2019 07:40:25 -0400 |
parents | 149432539226 |
children |
comparison
equal
deleted
inserted
replaced
3:eda5df31da55 | 4:71f124e02000 |
---|---|
18 | 18 |
19 #if str($pestimator) != 'None': | 19 #if str($pestimator) != 'None': |
20 --p-estimator=$pestimator | 20 --p-estimator=$pestimator |
21 #end if | 21 #end if |
22 | 22 |
23 #if $pnestimators: | 23 #if str($pnestimators): |
24 --p-n-estimators=$pnestimators | 24 --p-n-estimators=$pnestimators |
25 #end if | 25 #end if |
26 | 26 |
27 #if $ptestsize: | 27 #if str($ptestsize): |
28 --p-test-size=$ptestsize | 28 --p-test-size=$ptestsize |
29 #end if | 29 #end if |
30 | 30 |
31 #if $pstep: | 31 #if str($pstep): |
32 --p-step=$pstep | 32 --p-step=$pstep |
33 #end if | 33 #end if |
34 | 34 |
35 #if $pcv: | 35 #if str($pcv): |
36 --p-cv=$pcv | 36 --p-cv=$pcv |
37 #end if | 37 #end if |
38 | 38 |
39 #if str($prandomstate): | 39 #if str($prandomstate): |
40 --p-random-state="$prandomstate" | 40 --p-random-state="$prandomstate" |
60 | 60 |
61 #if str($pmissingsamples) != 'None': | 61 #if str($pmissingsamples) != 'None': |
62 --p-missing-samples=$pmissingsamples | 62 --p-missing-samples=$pmissingsamples |
63 #end if | 63 #end if |
64 | 64 |
65 #if $pfeaturecount: | 65 #if str($pfeaturecount): |
66 --p-feature-count=$pfeaturecount | 66 --p-feature-count=$pfeaturecount |
67 #end if | 67 #end if |
68 | 68 |
69 | 69 |
70 #if $input_files_mmetadatafile: | 70 #if $input_files_mmetadatafile: |
137 <option value="error">error</option> | 137 <option value="error">error</option> |
138 <option value="ignore">ignore</option> | 138 <option value="ignore">ignore</option> |
139 </param> | 139 </param> |
140 <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"/> | 140 <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"/> |
141 | 141 |
142 <repeat name="input_files_mmetadatafile" optional="True" title="--m-metadata-file"> | 142 <repeat name="input_files_mmetadatafile" optional="True" title="--m-metadata-file [required]"> |
143 <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" /> | 143 <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" /> |
144 </repeat> </inputs> | 144 </repeat> </inputs> |
145 | 145 |
146 <outputs> | 146 <outputs> |
147 <data format="qza" label="${tool.name} on ${on_string}: sampleestimator.qza" name="osampleestimator"/> | 147 <data format="qza" label="${tool.name} on ${on_string}: sampleestimator.qza" name="osampleestimator"/> |