comparison qiime2/qiime_phylogeny_raxml.xml @ 6:de4c22a52df4 draft

Fixes
author florianbegusch
date Tue, 13 Aug 2019 07:46:48 -0400
parents 370e0b6e9826
children f190567fe3f6
comparison
equal deleted inserted replaced
5:a025a4a89e07 6:de4c22a52df4
11 11
12 #if str($pseed): 12 #if str($pseed):
13 --p-seed="$pseed" 13 --p-seed="$pseed"
14 #end if 14 #end if
15 15
16 #if $pnsearches: 16 #if str($pnsearches):
17 --p-n-searches=$pnsearches 17 --p-n-searches=$pnsearches
18 #end if 18 #end if
19 19
20 #set $pnthreads = '${GALAXY_SLOTS:-4}' 20 #set $pnthreads = '${GALAXY_SLOTS:-4}'
21 #if str($pnthreads): 21 #if str($pnthreads):