-
Notifications
You must be signed in to change notification settings - Fork 115
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
CONCOCT - OpenBLAS Warning #551
Comments
Hi @Peter-Kille thanks for the report. Unfortunately we've been very aware of the very slow CONCOCT running time (and one of the authors - @alneberg has acknowledged this, with a few suggestions but I can't find them ATM). I've personally not seen that particular warning before in other reports however. Generally this would imply there is something funky with the biocontainer. I'm still on parental leave until January so I can't investigate further updating the container (if that is the source of the issue). However the general advice we've given to others are:
Finally, @alexhbnr actually had found general problems with OpenBLAS on our (old, SGE) cluster... I don't think this is the same problem as you but you could still try
Edit: the relevant settings - https://github.com/nf-core/configs/blob/master/conf%2Fpipeline%2Fmag%2Feva.config#L7-L10 |
This is a frequently reported issue for CONCOCT actually. Please forgive my ignorance but I don't exactly recall the cause of it. I believe it has to do with how the openblas is compiled inside the concoct conda package. If you're really keen on using CONCOCT, you would have to try to create a container that does not have this issue. I believe the issue is easy enough to trigger for any small test run. |
Dear Both - thank you so much for your time to respond. I will probably skip the concoct step for now as suggested as the current data is rather large and test with smaller data set and report back. I have been using core-nf/mag pipeline previous without the concoct step and it has worked really well - thanks so much for all your efforts in developing the pipeline they are very much appreciated :) |
Should b efixed here! |
Description of the bug
CONCOCT exceeding 24 runtime. Only action for 20 hours in .command.log and .command.err files these are being updated with the following repeated error:
p and running. Check /mnt/scratch/c1711572/mag_nf/work/df/9ed083848ec2dbe65e17338428a179/MEGAHIT-CONCOCT-group-4_log.txt for progress
/usr/local/lib/python3.11/site-packages/sklearn/utils/validation.py:1858: FutureWarning: Feature names only support names that are all strings. Got feature names with dtypes: ['int', 'str']. An error will be raised in 1.2.
warnings.warn(
/usr/local/lib/python3.11/site-packages/sklearn/utils/validation.py:1858: FutureWarning: Feature names only support names that are all strings. Got feature names with dtypes: ['int', 'str']. An error will be raised in 1.2.
warnings.warn(
Setting 24 OMP threads
Generate input data
OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
......
the OpenBLAS warning then repeats x25,200
Command used and terminal output
Relevant files
config_nextflow-log.zip
System information
Nextflow: 23.04.1
Hardware Slurm HPC
Container: Singularity
OS: linux
nf-core/mag 2.5.1
The text was updated successfully, but these errors were encountered: