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

error: empty overlap set! #79

Open
mmnascimento opened this issue Jul 10, 2023 · 0 comments
Open

error: empty overlap set! #79

mmnascimento opened this issue Jul 10, 2023 · 0 comments

Comments

@mmnascimento
Copy link

Hi!

For a bit of background, I am trying to assemble a viral genome with nanopore data and illumina data. I assembled the Nanopore data with flye, then used racon twice (successfully), and then medaka twice -> all with just the nanopore data.

After these steps I planned on using racon with the illumina data. I used the script pointed out in another empty overlap issue thread here to join and rename my illumina reads. Then i used minimap as follows:

minimap2 -ax sr ./analysis/medaka/2/output/consensus.fasta ./analysis/Illumina_data/eehv5_illumina_data.fastq > ./analysis/Illumina_data/medaka2_illumina_data.sam

And then racon:

racon ./analysis/medaka/2/output/consensus.fasta ./analysis/Illumina_data/medaka2_illumina_data.sam ./analysis/Illumina_data/eehv5_illumina_data.fastq

But I keep getting the same error:

[racon::Polisher::initialize] loaded target sequences 166.953096 s
[racon::Polisher::initialize] loaded sequences 0.729270 s
[racon::Polisher::initialize] error: empty overlap set!

Any suggestions on how to solve this?

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

1 participant