Diamond blast running in a loop
0
0
Entering edit mode
6 months ago
bioinfo_ga ▴ 70

Hi ! I am using diamond blast (blastx) to align nanopore reads against NR database. The process runs fine until the last bin but suddenly gets in a loop and restarts the complete process again. It works fine on 1000 reads but dowmsampling to 1 million also sows same issue without throwing any error.

Any help appreciated. Thank you.

nanopore blast diamond • 534 views
ADD COMMENT
0
Entering edit mode

The process runs fine until the last bin but suddenly gets in a loop and restarts the complete process again.

So the process starts over? Have you checked to the logs to see if there is any useful info there? How many threads are you running?

Author of DIAMOND notes the following for the memory requirements:

The memory needed depends on the options -b and -c, it is roughly 20*b/c. 

--block-size (-b)        sequence block size in billions of letters (default=2.0)
--index-chunks (-c)      number of chunks for index processing (default=4)

There are a couple of threads on this by author of DIAMOND that may be useful:
https://github.com/bbuchfink/diamond/issues/397
https://github.com/bbuchfink/diamond/issues/629

ADD REPLY
0
Entering edit mode

okay will try with the new parameters .

Thank you

ADD REPLY

Login before adding your answer.

Traffic: 1898 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6