-
Notifications
You must be signed in to change notification settings - Fork 52
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
Segmentation violation error with hmmsearch (died with <Signals.SIGSEGV: 11>) #60
Comments
I had the same problem. change hmmer from 3.3.1 version to 3.1b2 will solve the problem. |
Hello, thanks for your reply ! hum the 3.1b2 is very old version (2015) no ? Then by searching "hmmer and segmentation fault", I was able to find out other similar issues ? (which I did not find the first time): and now I do not know if there is really a solution to this segmentation fault (seems it depends of the system). We are using the hmmer 3.3.1 version. Does upating to 3.3.2 (last release might solved the issue ?) here is the output of conda list packages in environment at /nihs/Software/python/Anaconda3-2020.11-DRAM/envs/DRAM:Name Version Build Channel_libgcc_mutex 0.1 conda_forge conda-forge |
Merge PR #26513, commits were: * increase build number * create hmmer 3.3.2 * fix WrightonLabCSU/DRAM#60
Looks like this has been fixed. Sorry for missing your issue earlier but glad it got figured out! |
hello,
While annotating some mags I encounter this error with the hmmsearch. Does any of you already encounter this error using DRAM and could possibly help ?
ps: my dram setup work and I already annotated dataset of 350 MAGs. But sometimes, rarely, for some MAGs, I encounter this error.
According google it's a "segmentation violation" and it's link with some memory issues....
subprocess.CalledProcessError: Command '['hmmsearch', '--domtblout', 'genomes/annotations/dram/intermediate_files/MAG130/working_dir/MAG130/tmp/kofam_profile.b6', '--cpu', '8', '/Software/python/Anaconda3-2020.11-DRAM/DRAM_data_1/kofam_profiles.hmm', 'genomes/annotations/dram/intermediate_files/MAG130/working_dir/MAG130/tmp/genes.faa']' died with <Signals.SIGSEGV: 11>.
Thanks a lot
Francis
The text was updated successfully, but these errors were encountered: