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
Hello,
On a server without any job submission structure, I am running mitohifi with singularity. I have it limited to 4 threads:
singularity run -B /data/raw/Calosoma/NANOPORE/blobtools/CBX1139/mitohifi:/data/raw/Calosoma/NANOPORE/blobtools/CBX1139/mitohifi mitohifi_master.sif \ mitohifi.py -c /data/raw/Calosoma/NANOPORE/blobtools/CBX1139/mitohifi/assembly.fasta \ -f /data/raw/Calosoma/NANOPORE/blobtools/CBX1139/mitohifi/NC_016469.1.fasta \ -g /data/raw/Calosoma/NANOPORE/blobtools/CBX1139/mitohifi/NC_016469.1.gb \ -t 4 -o 5
Currently there are at most 16 of 24 cores being used. When I running, during annotation step CPU usage goes up to 30-32 CPUs.
Do you have any advice on how to prevent this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
On a server without any job submission structure, I am running mitohifi with singularity. I have it limited to 4 threads:
Currently there are at most 16 of 24 cores being used. When I running, during annotation step CPU usage goes up to 30-32 CPUs.
Do you have any advice on how to prevent this?
The text was updated successfully, but these errors were encountered: