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

feature request: adjust fastqc -t switch according to the CPUs available in the system #55

Open
georgemarselis-nvi opened this issue Apr 26, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request later

Comments

@georgemarselis-nvi
Copy link
Collaborator

use lscpu | grep 'CPU(s):' | awk '{print $2 }' to find the amount of cpus

@georgemarselis-nvi georgemarselis-nvi added enhancement New feature or request later labels Apr 26, 2023
@georgemarselis-nvi georgemarselis-nvi self-assigned this Apr 26, 2023
@karinlag
Copy link
Member

I think you might rather go with parallelling it, maybe? Just having a fixed number of cpus for each, but using parallell (or something similar) to fire off several at the time.

@georgemarselis-nvi
Copy link
Collaborator Author

georgemarselis-nvi commented Apr 26, 2023 via email

@karinlag
Copy link
Member

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request later
Projects
None yet
Development

No branches or pull requests

2 participants