Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document --threads --hapog-threads #40

Open
alpapan opened this issue Dec 4, 2024 · 1 comment
Open

document --threads --hapog-threads #40

alpapan opened this issue Dec 4, 2024 · 1 comment

Comments

@alpapan
Copy link

alpapan commented Dec 4, 2024

Could we please have some documentation on what these variables actually do?
It will help figure out the right settings for an HPC environment

@bistace
Copy link
Collaborator

bistace commented Dec 4, 2024

Hello,

those basically do what the -h says:

  --threads THREADS, -t THREADS
                        Number of threads (used in BWA, Samtools and Hapo-G)
  --hapog-threads HAPOG_THREADS
                        Maximum number of Hapo-G jobs to launch in parallel (Defaults to the same value as --threads)

--threads is given to BWA/Minimap2 as -t and Samtools as -@. --hapog-threads is the number of Hapo-G processes that will run at the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants