Closed jsmedmar closed 4 years ago
If you are running as pindel.pl ...-p input -i N
then setting 4 is the maximum as that is the max for the underlying process (beyond this it will get slower).
If you are running as a "one shot" either just defining -p input
(no -i
) or no -p
at all, then 8 is valid.
Please note that from v3.2.0 onwards the input step is significantly faster anyway, so 2-3 is probably optimum.
I'd honestly recommend trying 1,2,3 and 4 to check the benefit, ultimately you only need to test this script for that bit:
https://github.com/cancerit/cgpPindel/blob/dev/perl/bin/pindel_input_gen.pl
This is really useful, thanks so much for clarifying
The docs suggest to use 4 cores for Pindel Input, I'm just curious why 4? Would, say, 8 make it faster?
Thank you so much for your time in advance