Mercurial > repos > florianbegusch > qiime2_wrappers
comparison qiime2/qiime_phylogeny_raxml-rapid-bootstrap.xml @ 4:71f124e02000 draft default tip
Fixes
author | florianbegusch |
---|---|
date | Tue, 13 Aug 2019 07:40:25 -0400 |
parents | 149432539226 |
children |
comparison
equal
deleted
inserted
replaced
3:eda5df31da55 | 4:71f124e02000 |
---|---|
15 | 15 |
16 #if str($prapidbootstrapseed): | 16 #if str($prapidbootstrapseed): |
17 --p-rapid-bootstrap-seed="$prapidbootstrapseed" | 17 --p-rapid-bootstrap-seed="$prapidbootstrapseed" |
18 #end if | 18 #end if |
19 | 19 |
20 #if $pbootstrapreplicates: | 20 #if str($pbootstrapreplicates): |
21 --p-bootstrap-replicates=$pbootstrapreplicates | 21 --p-bootstrap-replicates=$pbootstrapreplicates |
22 #end if | 22 #end if |
23 | 23 |
24 #set $pnthreads = '${GALAXY_SLOTS:-4}' | 24 #set $pnthreads = '${GALAXY_SLOTS:-4}' |
25 | 25 |