marbl / canu

A single molecule sequence assembler for genomes large and small.
http://canu.readthedocs.io/
660 stars 179 forks source link

Read coverage (0) lower than allowed. minInputCoverage = 10. Help me boss #2316

Closed helloworldABCD1234 closed 5 months ago

helloworldABCD1234 commented 6 months ago
-- BEGIN CORRECTION
----------------------------------------
-- Starting command on Mon May 13 16:59:54 2024 with 761.581 GB free disk space

    cd .
    ./correct.seqStore.sh \
    > ./correct.seqStore.err 2>&1

-- Finished on Mon May 13 17:01:10 2024 (76 seconds) with 758.199 GB free disk space
----------------------------------------
--
-- ERROR:  Read coverage (0) lower than allowed.
-- ERROR:    minInputCoverage  = 10
-- ERROR:
-- ERROR:  This could be caused by an incorrect genomeSize.
-- ERROR:
-- ERROR:  You can force Canu to continue by decreasing parameter
-- ERROR:  minInputCoverage.  Be warned that the quality of corrected
-- ERROR:  reads and/or contiguity of contigs will be poor.
--

ABORT:
ABORT: canu 2.2
ABORT: Don't panic, but a mostly harmless error occurred and Canu stopped.
ABORT: Try restarting.  If that doesn't work, ask for help.
ABORT:

canu-problem canu-problem2

skoren commented 6 months ago

I guess you were able to resolve the previous issue (#2315)? The error message means you have insufficient coverage for your genome. How big is your genome and how much coverage do you expect to have? Post the full log of the run and the report file in the folder.

helloworldABCD1234 commented 6 months ago

my genome are 220M, I set genomeSize=5.4m nohup canu -p test1 -d test1 genomeSize=5.4m -pacbio pacbio.fastq

skoren commented 6 months ago

If the genome is 220mb, is there a reason you're setting genome size to 5.4m instead? What sequencing coverage do you expect to have in your input? Can you post the full report and output of the canu run I mentioned last time?

skoren commented 5 months ago

Idle, no reply