comparison raxml.xml @ 39:263441e91fbd draft

planemo upload commit 34bbc567766bf5b1986ee91bb3e46c542a45e658-dirty
author tiagoantao
date Fri, 13 Nov 2015 14:25:07 -0500
parents 2d72690325cf
children 7f7a15dc5b83
comparison
equal deleted inserted replaced
38:2d72690325cf 39:263441e91fbd
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 #set $slots = $GALAXY_SLOTS or 1
12 #if $slots is None or $slots == 1:
12 --binary "raxmlHPC" 13 --binary "raxmlHPC"
14 --threads 1
13 #else: 15 #else:
14 --binary "raxmlHPC-PTHREADS" 16 --binary "raxmlHPC-PTHREADS"
15 --threads $GALAXY_SLOTS 17 --threads $GALAXY_SLOTS
16 #end if 18 #end if
17 ## (-s) 19 ## (-s)