Closed Iseez closed 2 years ago
First, v1.8 is almost 4 yrs old so you should update to a recent release. Second, your coverage is quite low and the reads look to be pretty short (I'm guessing this is what the error in sqStore logs is, have you checked?) and low quality, almost none of them have overlaps. If you haven't already, I'd see if you can re-call the ONT data with the latest base caller as well.
You need to increase the sensitivity and reduce corMinCoverage (see FAQ about low coverage) so try adding corMhapSensitivity=high corMinCoverage=0
. That said, it's not a very good dataset for assembly so I wouldn't expect it to assemble well.
Idle
Hello, I'm using canu 1.8 to correct my Ustilago maydis reads, I'm using oxford nanopore reads. The correction failed and the error message says the following:
The full report generated when running canu like this
canu -correct -p Umaydis -d corrected_Umaydis_ndf genomeSize=19m -nanopore-raw ./porechop/no_adapters_Umaydis.fastq.gz useGrid=false
says the following:
I tried the solution posted here adding
corMhapSensitivity=normal
but nothing changes.I would really appreciate some help.