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

k-mer counting take too long #1111

Open
1 task done
muzi9841 opened this issue Mar 22, 2023 · 1 comment
Open
1 task done

k-mer counting take too long #1111

muzi9841 opened this issue Mar 22, 2023 · 1 comment

Comments

@muzi9841
Copy link

Description of bug

Hi, I am assembling my sequencing data on a cluster but this step takes me more than 12 hours. Is there any problem with it?

spades.log

spades.log

params.txt

params.txt

SPAdes version

3.15.4

Operating System

Linux-3.10.0-1160.36.2.el7.x86_64-x86_64-with-glibc2.2.5

Python Version

3.8.6

Method of SPAdes installation

conda

No errors reported in spades.log

  • Yes
@asl
Copy link
Member

asl commented Mar 22, 2023

Hello

First of all, it seems you're having lots of input reads. So this is going to take a while. However, the most important problem is as follows:

  0:00:00.001     1M / 17M   INFO    General                 (main.cpp                  :  78)   Maximum # of threads to use (adjusted due to OMP capabilities): 1

It seems that your cluster imposes some additional restrictions on jobs that use OpenMP. You'd likely need to check with your system administrator how to setup # of OpenMP threads during your job submission

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

2 participants