-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error when attempting to run pipeline #5
Comments
Just as an update, I have consolidated that this issue occurs during the bowtie2 step only when running against the bacterialDB, but this does not occur when aligning using bowtie2 against the taxonomy DB, in summary there appears to be an issue with the bacterialDB. I redownloaded and decompressed and the issue persists! |
Hi @Justinwright973 , could you please send us your samtool version? |
I'm also getting the same issue but not just with the bacterial database. The samtools version I'm running is v1.18. I can't figure out what's going wrong.
|
Hello, I am also trying to use this pipeline and have run into the same issue. Have there been any updates? I found that if I extracted the raw FASTA file from the database, recompiled it with bowtie then run the bowtie2 alignment I do not get such an error but I am getting unusually low amount of alignments in a sample I know has a lot of bacteria. Not sure if this helps decipher this issue at all. I may try redownloading all the raw fasta files from the uhgg and recompile the database in that way as well. |
Hello. Is there any solution for this Error? I tried to run the next loop for file in *.fastq.gz printf "Analysing sample
done |
Same problem over here. There seems to be a problem with the bacterial db (uhgg index)
The bowtie error does only occur with the uhgg index. I tried exactly the same version as reported in the FunOMIC publication
Was the uhgg index updated? could you provide the original one? |
Hello,
I am attempting to run the Funomic pipeline, I have checked and appear to have all needed dependencies.
When I try to execute the pipeline on pre-filtered, paired end fastq data, the following happens:
FunOMIC.sh -1 out.10_S9_1.fq -2 out.10_S9_2.fq -p 10_S9.out -o testing-head-node -a /home/wright2/funOMIC/database/BacterialDB -b /home/wright2/funOMIC/database/FunOMIC-Tv1 -c "/home/wright2/funOMIC/database/FunOMIC.P.v1" -t 8
Error:
When I check the bacterial removal log, it states the following line:
(ERR): bowtie2-align died with signal 11 (SEGV) (core dumped)
Let me know if there is anything I can clarify further, any assistance that can be provided here would be much appreciated
The text was updated successfully, but these errors were encountered: