Re: [galaxy-dev] use multiple cores in BWA

2012-11-30 Thread Peter Cock
On Thursday, November 29, 2012, Fenglou Mao wrote:

 I can use aln -t n to ask BWA to use multiple cores if I run it in command
 line, in Galaxy, I did not find this option even i tried Full Parameter
 List, anyone know how to do it? (I installed a local Galaxy server with 64
 cores, I want to use multiple cores to run my jobs.)

 Thanks,
 Frank


The number of cores isn't exposed to the end user (although
in some cases it might make sense to do so), but is rather
down to the Galaxy administrators (in some cases by editing
the defaults in the tool XML or wrapper scripts). There was
a discussion about this on the list recently.

Peter
___
Please keep all replies on the list by using reply all
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/

Re: [galaxy-dev] use multiple cores in BWA

2012-11-30 Thread Fenglou Mao
That will be a pain since so many tools can use multiple cores, and if I edit 
tool XML file, what will happen is I update Galaxy? Will those edited XML be 
replaced by the files in Galaxy-dist?

Thanks,
Frank


On Nov 30, 2012, at 3:01 AM, Peter Cock p.j.a.c...@googlemail.com wrote:

 
 On Thursday, November 29, 2012, Fenglou Mao wrote:
 I can use aln -t n to ask BWA to use multiple cores if I run it in command 
 line, in Galaxy, I did not find this option even i tried Full Parameter 
 List, anyone know how to do it? (I installed a local Galaxy server with 64 
 cores, I want to use multiple cores to run my jobs.)
 
 Thanks,
 Frank
 
 The number of cores isn't exposed to the end user (although
 in some cases it might make sense to do so), but is rather
 down to the Galaxy administrators (in some cases by editing
 the defaults in the tool XML or wrapper scripts). There was
 a discussion about this on the list recently.
 
 Peter
 

___
Please keep all replies on the list by using reply all
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/

Re: [galaxy-dev] use multiple cores in BWA

2012-11-30 Thread Peter Cock
On Fri, Nov 30, 2012 at 2:54 PM, Fenglou Mao feng...@gmail.com wrote:
 That will be a pain since so many tools can use multiple cores, and if I
 edit tool XML file, what will happen is I update Galaxy? Will those edited
 XML be replaced by the files in Galaxy-dist?

If you modify a tool bundled with Galaxy, then when you do an hg update
in simple cases it would all be handled automatically. However, if there
was a change in the same part of the code, you would have to do a
manual merge (the simplest route is just take the 'official' changes
from the Galaxy team, and in the short term discard your local change).
i.e. Not a good idea for long term maintenance.

The other thread I was referring to was discussing how to move the
thread settings into the Galaxy configuration files instead.

Peter
___
Please keep all replies on the list by using reply all
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/


[galaxy-dev] use multiple cores in BWA

2012-11-29 Thread Fenglou Mao
I can use aln -t n to ask BWA to use multiple cores if I run it in command
line, in Galaxy, I did not find this option even i tried Full Parameter
List, anyone know how to do it? (I installed a local Galaxy server with 64
cores, I want to use multiple cores to run my jobs.)

Thanks,
Frank
___
Please keep all replies on the list by using reply all
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/