-
Notifications
You must be signed in to change notification settings - Fork 12
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
The program seems stuck #248
Comments
I'm running into the same problem. But not with the Meta, just the default Ray! The program is stuck! And the CPU is not busy neither. Have you figured out what the issue was? Here's the end of the report: Step: K-mer counting Rank 0 number of set bits in the Bloom filter: [ 17169986 / 68113920 ] (Rank 6 number of set bits in the Bloom filter: [ 17175856 / Rank 25.2077Rank 5Rank number of set bits in the Bloom filter: [ 17163771 / 68113920 ] (%)2Rank 68113920 ] ( number of set bits in the Bloom filter: [ 425.1986 number of set bits in the Bloom filter: 171765591 / number of set bits in the Bloom filter: 25.2164[ [ %)1716497917176003 Rank 5: assembler memory usage: 1213212 KiB Rank 0: the minimum coverage is 62 Step: Coverage distribution analysis |
I ended up killing it but unfortunately I don't know what caused the problem :-( I had some samples that were quickly assembled, and other samples that weren't (even though the number of fasta input sequences was comparable). I assume that some artifact about the sample sequences was different that made it hard for the assembler to make an assembly call? However, I am also dealing with metagenomics data which contains short sequence fragments from different microbial species -- not a trivial task. |
Sometimes, Ray Meta seems stuck. The log output looks as follows:
However, the
ElapsedTime.txt
file shows that the step Computing Neighborhoods has finished days ago:On top of that, the CPU is not busy.
Thanks for any suggestions!
The text was updated successfully, but these errors were encountered: