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

Error: "Searching alignments... No such file or directory" #841

Open
mirandaccarter opened this issue Dec 4, 2024 · 3 comments
Open

Error: "Searching alignments... No such file or directory" #841

mirandaccarter opened this issue Dec 4, 2024 · 3 comments

Comments

@mirandaccarter
Copy link

Hi, I'm trying to run diamond on a file and it appears I get about halfway through before this error gets thrown. I'm not sure why this would be happening, because I've run several other files (some much larger in size) from the same sequencing run without issue, but this file has errored out twice now. Thanks in advance!

This is the last chunk in the log file:

Processing query block 1, reference block 54/137, shape 1/2, index chunk 2/4.
Building reference seed array... [2.17s]
Building query seed array... [0.444s]
Computing hash join... [0.783s]
Masking low complexity seeds... [0.142s]
Searching alignments... No such file or directory
No such file or directory
No such file or directory
No such file or directory
terminate called after throwing an instance of 'terminate called recursively
terminate called recursively
terminate called recursively
/tmp/slurmd/job51687827/slurm_script: line 26: 3962009 Aborted (core dumped)

My code:

diamond blastx
--query SQK-RBK114-96_barcode19.fastq
--db nr.dmnd
--out SQK-RBK114-96_barcode19.daa
-F 15
-f 100
--range-culling
--top 10 \

@bbuchfink
Copy link
Owner

Try to use the option --no-unlink.

@mirandaccarter
Copy link
Author

That worked! Thank you! Just out of curiosity, is there a reason why this one file out of 30 would require that addition when every other file had no issues?

@bbuchfink
Copy link
Owner

No idea but you need not worry, that option does not change the results.

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