We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
🆒
tb-profiler runs single-threaded, despite WDL task requesting 8 CPUs
public_health_bioinformatics/tasks/species_typing/mycobacterium/task_tbprofiler.wdl
Line 18 in 2f1b351
Need to add --threads ~{cpus} and we could consider --ram ~{memory} to limit max RAM usage.
--threads ~{cpus}
--ram ~{memory}
We should also consider upgrading to the latest version of tb-profiler. The current version as of today is v6.2.0 and the default is v4.4.2
The text was updated successfully, but these errors were encountered:
sage-wright
Successfully merging a pull request may close this issue.
🆒
📌 Explain the Request
tb-profiler runs single-threaded, despite WDL task requesting 8 CPUs
public_health_bioinformatics/tasks/species_typing/mycobacterium/task_tbprofiler.wdl
Line 18 in 2f1b351
Need to add
--threads ~{cpus}
and we could consider--ram ~{memory}
to limit max RAM usage.We should also consider upgrading to the latest version of tb-profiler. The current version as of today is v6.2.0 and the default is v4.4.2
📚 Context
📈 Desired Behavior
ℹ️ Additional Information
The text was updated successfully, but these errors were encountered: