Yes, you can set these things for each tool independently.
[galaxy:tool_runners]
There you can set the -pe options for GSUB in the same way you can do on the command line...
Here's an example of my setup:
gatk_variant_select = drmaa://-V -pe smp 1
gatk_validate_variants = drmaa://-V -pe smp 1
far = drmaa://-V -pe smp 1
velveth = drmaa://-V -pe mpi 4
velvetg = drmaa://-V -pe mpi 8
I set the -pe mpi option to 8 for VELVETH/G and to 1 for GATK for instance
Thon
On May 23, 2012, at 12:47 PM, "J. Greenbaum" <jgbaum@liai.org> wrote: