Skip to content

How to increase parallelism of minimap2_wnode_fasta in EGAPx? #263

Description

@zhoudreames

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions