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: Ansible script that installs FastQC and changes the "processes" variable in the startup script from 4 to nCPUs #53

Open
georgemarselis-nvi opened this issue Apr 21, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request later

Comments

@georgemarselis-nvi
Copy link
Collaborator

so FastQC is a java program mainly, but it includes a start-up perl script.

Look at /usr/local/bin/fastqc for source

That script initializes the memory, threads and CPUs used for the program.

We should customize it to utilize all the available CPUs to speed up demultiplexing

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

FastQC is quite fast already, so I suspect that the time gained to do this might not be cost effective.

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