Mercurial > repos > florianbegusch > qiime2_suite
comparison qiime2/qiime_sample-classifier_classify-samples-ncv.xml @ 6:de4c22a52df4 draft
Fixes
author | florianbegusch |
---|---|
date | Tue, 13 Aug 2019 07:46:48 -0400 |
parents | a025a4a89e07 |
children | f190567fe3f6 |
comparison
equal
deleted
inserted
replaced
5:a025a4a89e07 | 6:de4c22a52df4 |
---|---|
15 #if $metadatafile: | 15 #if $metadatafile: |
16 --m-metadata-file=$metadatafile | 16 --m-metadata-file=$metadatafile |
17 #end if | 17 #end if |
18 | 18 |
19 | 19 |
20 #if $pcv: | 20 #if str($pcv): |
21 --p-cv=$pcv | 21 --p-cv=$pcv |
22 #end if | 22 #end if |
23 | 23 |
24 #if str($prandomstate): | 24 #if str($prandomstate): |
25 --p-random-state="$prandomstate" | 25 --p-random-state="$prandomstate" |
30 #if str($pnjobs): | 30 #if str($pnjobs): |
31 --p-n-jobs="$pnjobs" | 31 --p-n-jobs="$pnjobs" |
32 #end if | 32 #end if |
33 | 33 |
34 | 34 |
35 #if $pnestimators: | 35 #if str($pnestimators): |
36 --p-n-estimators=$pnestimators | 36 --p-n-estimators=$pnestimators |
37 #end if | 37 #end if |
38 | 38 |
39 #if str($pestimator) != 'None': | 39 #if str($pestimator) != 'None': |
40 --p-estimator=$pestimator | 40 --p-estimator=$pestimator |