comparison qiime2/qiime_phylogeny_raxml.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
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):