Mercurial > repos > florianbegusch > qiime2_suite
comparison qiime2/qiime_phylogeny_iqtree-ultrafast-bootstrap.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 #if str($pncores): | 18 #if str($pncores): |
19 --p-n-cores=$pncores | 19 --p-n-cores=$pncores |
20 #end if | 20 #end if |
21 | 21 |
22 | 22 |
23 #if $pnruns: | 23 #if str($pnruns): |
24 --p-n-runs=$pnruns | 24 --p-n-runs=$pnruns |
25 #end if | 25 #end if |
26 | 26 |
27 #if str($psubstitutionmodel) != 'None': | 27 #if str($psubstitutionmodel) != 'None': |
28 --p-substitution-model=$psubstitutionmodel | 28 --p-substitution-model=$psubstitutionmodel |
29 #end if | 29 #end if |
30 | 30 |
31 #if $pbootstrapreplicates: | 31 #if str($pbootstrapreplicates): |
32 --p-bootstrap-replicates=$pbootstrapreplicates | 32 --p-bootstrap-replicates=$pbootstrapreplicates |
33 #end if | 33 #end if |
34 | 34 |
35 #if str($pninitparstrees): | 35 #if str($pninitparstrees): |
36 --p-n-init-pars-trees="$pninitparstrees" | 36 --p-n-init-pars-trees="$pninitparstrees" |