Skip to content
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

0 reads loaded -> floating point exception #74

Open
Jorisvansteenbrugge opened this issue Feb 24, 2021 · 3 comments
Open

0 reads loaded -> floating point exception #74

Jorisvansteenbrugge opened this issue Feb 24, 2021 · 3 comments

Comments

@Jorisvansteenbrugge
Copy link

Hi,

I am trying to run DBG2OLC on contigs produced by 10x genomics supernova, with Nanopore reads. However, at some point, the log prints "0 reads loaded." and then the program throws a floating exception: "[1] 2977621 floating point exception (core dumped) /home/joris/tools/DBG2OLC/compiled/DBG2OLC k 17 AdaptiveTh 0.0001 KmerCovTh 2".

Do you have any of what I might be doing wrong? I tried running the script with nanopore reads in fasta and fastq formats, but both yield the same result. Here you can find the full log DBG2OLC.log. Thank you in advance!

Joris

@juefish
Copy link

juefish commented May 10, 2021

Had a similar issue. Mine was Illumina assembly + nanopore reads:

246158710 k-mers in round 1.
190511974 k-mers in round 2.
Scoring method: 3
Match method: 2
Loading long read index
0 reads loaded.
Floating point exception

@juefish
Copy link

juefish commented May 10, 2021

Sorry, my command was as follows:

/opt/DBG2OLC/DBG2OLC k 17 AdaptiveTh 0.005 KmerCovTh 2 MinOverlap 20 Contigs [platanus scaffold fasta file] RemoveChimera 1 [ONT fasta file]

@juefish
Copy link

juefish commented May 11, 2021

I resolved my issue. Was missing the "f" before the ONT fasta file. Sorry for any additional work for anyone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants