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

CPU utilization of Prokka #711

Open
Sourdoc opened this issue Oct 4, 2024 · 0 comments
Open

CPU utilization of Prokka #711

Sourdoc opened this issue Oct 4, 2024 · 0 comments

Comments

@Sourdoc
Copy link

Sourdoc commented Oct 4, 2024

Dear @tseemann,
Thanks for developing prokka. This tools is very useful!
I was wondering if all the steps of Prokka’s workflow could fully use the available CPUs. I am running prokka for annotating a fasta (.fna) file that has around 7 billion nucleotides and I am providing maximum number of cpus available. But when I can see that it is utilizing only 1% of the CPU resources requested. I am running this via PBS qsub jobs.

`cat prokka_run.sh
#!/bin/bash

#PBS -l ncpus=96
#PBS -l mem=50GB
#PBS -l jobfs=5GB
#PBS -q normal
#PBS -P ****
#PBS -l walltime=24:00:00
#PBS -l storage=****
#PBS -l wd

module load prokka
prokka --outdir annotation --prefix prokka prokka.fna --cpus $PBS_NCPUS`

Many thanks for your time and I look forward to hearing from you,

Sourav

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

1 participant