Mercurial > repos > florianbegusch > qiime2_suite
comparison qiime2/qiime_sample-classifier_regress-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 |
---|---|
8 qiime sample-classifier regress-samples-ncv | 8 qiime sample-classifier regress-samples-ncv |
9 | 9 |
10 --i-table=$itable | 10 --i-table=$itable |
11 --m-metadata-column="$mmetadatacolumn" | 11 --m-metadata-column="$mmetadatacolumn" |
12 | 12 |
13 #if $pcv: | 13 #if str($pcv): |
14 --p-cv=$pcv | 14 --p-cv=$pcv |
15 #end if | 15 #end if |
16 | 16 |
17 #if str($prandomstate): | 17 #if str($prandomstate): |
18 --p-random-state="$prandomstate" | 18 --p-random-state="$prandomstate" |
23 #if str($pnjobs): | 23 #if str($pnjobs): |
24 --p-n-jobs="$pnjobs" | 24 --p-n-jobs="$pnjobs" |
25 #end if | 25 #end if |
26 | 26 |
27 | 27 |
28 #if $pnestimators: | 28 #if str($pnestimators): |
29 --p-n-estimators=$pnestimators | 29 --p-n-estimators=$pnestimators |
30 #end if | 30 #end if |
31 | 31 |
32 #if str($pestimator) != 'None': | 32 #if str($pestimator) != 'None': |
33 --p-estimator=$pestimator | 33 --p-estimator=$pestimator |