-
Notifications
You must be signed in to change notification settings - Fork 103
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
Seg fault on running Kraken2 #140
Comments
Hi I am also getting a segmentation error while running kraken2.
Thanks! |
Hi, I got the same problem. |
If you are using kraken2, please open this issue on the kraken2 github: https://github.com/DerrickWood/kraken2/ Please try running without |
Thank you, i will give a try without --use-names. If the error continues, i will open the issue in https://github.com/DerrickWood/kraken2/. Khem |
Hi guys,
I wonder if anyone has any ideas what is causing this:
Processed 26958 sequences (8114358 bp) ...Segmentation fault: 11
Command was:
kraken --use-names --db minikraken2_v1_8GB --report Kraken2Mini8GB_report.txt --output Kraken2MiniTest.txt 1118_S37_L001_R1_001.fastq
So whether by redirect or using the --output (or just letting it scroll) kraken2 does most of the job, looking at a kraken1 run. The only thing missing is the final summary. However, this blocks the --report switch, and I still haven't figured out how to reproduce that functionality. So if someone could point me to some suggestions I can try them out. Either to run the analysis to get the report structure out or to figure out what's stopping the run.
I'll point out that this is on a mac, so I suspect there's something missing somewhere - currently upgraded bash, installed BLAST, libomp etc.
Thanks
Tim
The text was updated successfully, but these errors were encountered: