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