Mercurial > repos > florianbegusch > qiime2_suite
comparison qiime2/qiime_sample-classifier_regress-samples.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 |
---|---|
16 | 16 |
17 #if str($pstep): | 17 #if str($pstep): |
18 --p-step=$pstep | 18 --p-step=$pstep |
19 #end if | 19 #end if |
20 | 20 |
21 #if $pcv: | 21 #if str($pcv): |
22 --p-cv=$pcv | 22 --p-cv=$pcv |
23 #end if | 23 #end if |
24 | 24 |
25 #if str($prandomstate): | 25 #if str($prandomstate): |
26 --p-random-state="$prandomstate" | 26 --p-random-state="$prandomstate" |