Hello EGAPx developers,
I am running EGAPx v0.5.2 on a Slurm cluster. The pipeline works normally, but I noticed that the minimap2_wnode_fasta step has very limited parallelism.
Example:
ega…minimap2_wnode_fasta (139) | 130 of 2304
Although there are 2304 tasks, only ~1–2 Slurm jobs are running at the same time. Other EGAPx steps (e.g., bam_bin) can run many jobs concurrently, so the Slurm and Nextflow configurations seem to work properly.
My configuration:
minimap2_wnode:
gpx_qsubmit: -batch-size 5000 -max-execs 100
split: 16
Could you please advise:
Which parameter controls the number of concurrent jobs for this step?
Should I increase -max-execs or split for large-scale annotation?
Thank you for your help.
Best regards,
Dreames
Hello EGAPx developers,
I am running EGAPx v0.5.2 on a Slurm cluster. The pipeline works normally, but I noticed that the minimap2_wnode_fasta step has very limited parallelism.
Example:
Although there are 2304 tasks, only ~1–2 Slurm jobs are running at the same time. Other EGAPx steps (e.g., bam_bin) can run many jobs concurrently, so the Slurm and Nextflow configurations seem to work properly.
My configuration:
Could you please advise:
Which parameter controls the number of concurrent jobs for this step?
Should I increase -max-execs or split for large-scale annotation?
Thank you for your help.
Best regards,
Dreames