comparison raxml.xml @ 34:40feb8095aee draft

planemo upload commit 34bbc567766bf5b1986ee91bb3e46c542a45e658-dirty
author tiagoantao
date Fri, 13 Nov 2015 11:28:43 -0500
parents d2a97acb9cfc
children 693ffe3c8b26
comparison
equal deleted inserted replaced
33:d2a97acb9cfc 34:40feb8095aee
6 <command interpreter="python">raxml.py 6 <command interpreter="python">raxml.py
7 ## Required parameters 7 ## Required parameters
8 ## binary is hard-coded to the pthreads enabled raxml executable if threads > 1 8 ## binary is hard-coded to the pthreads enabled raxml executable if threads > 1
9 ## (-T) 9 ## (-T)
10 ## Cannot have --threads 1 10 ## Cannot have --threads 1
11 #if $getVar("GALAXY_SLOTS", 1) == 1: 11 #if $getVar("GALAXY_SLOTS", "1") == "1":
12 --binary "raxmlHPC" 12 --binary "raxmlHPC"
13 else: 13 else:
14 --binary "raxmlHPC-PTHREADS" 14 --binary "raxmlHPC-PTHREADS"
15 --threads \${GALAXY_SLOTS:-5} 15 --threads \${GALAXY_SLOTS:-5}
16 #end if 16 #end if