nanoporetech / dorado

Oxford Nanopore's Basecaller
https://nanoporetech.com/
Other
439 stars 53 forks source link

Dorado correct killed without explanation #907

Closed JasonJWilliamsNY closed 5 days ago

JasonJWilliamsNY commented 1 week ago

Issue Report

Please describe the issue:

Please provide a clear and concise description of the issue you are seeing and the result you expect.

I run 'dorado correct -v filtered_simplex_reads.fastq >output.fasta' this seems to run well for a few hours and then is killed. Without any used debug or error message about ~20% in.

Steps to reproduce the issue:

Please list any steps to reproduce the issue.

As above.

Run environment:

Logs

malton-ont commented 1 week ago

Hi @JasonJWilliamsNY,

I suspect you are running out of memory. From the dorado correct documentation:

The error correction tool is both compute and memory intensive. As a result, it is best run on a system with multiple high performance CPU cores ( > 64 cores), large system memory ( > 256GB) and a modern GPU with a large VRAM ( > 32GB).

JasonJWilliamsNY commented 5 days ago

Thanks. I did get this to run on a much larger system. Without any specific memory error I couldn't be sure what happened.