Mercurial > repos > florianbegusch > qiime2_suite
comparison qiime2/qiime_longitudinal_maturity-index.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 |
---|---|
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 str($ptestsize): | 27 #if str($ptestsize): |
28 --p-test-size=$ptestsize | 28 --p-test-size=$ptestsize |
30 | 30 |
31 #if str($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" |