Skip to content

error: empty overlap set! and multiple consusnses sequnces  #222

@sandaruwanrat

Description

@sandaruwanrat

Hello,

My question has two parts

1.When I run the command

racon -m 8 -x -6 -g -8 -w 500 cluster_1329.fasta cluster_1329_ovlp_mapping_test_fwd.paf TAIR10_chr_all.fasta > cluster_1329_tmp_consensus_test3.fasta
I am getting the following error.
[racon::Polisher::initialize] loaded target sequences
[racon::Polisher::initialize] loaded sequences
[racon::Polisher::initialize] error: empty overlap set!

However, I only get this for some of the cluster files others works fine.

Below are my minmap2 commands, i have used both paf and sam formats
minimap2 -x map-ont -t 1 -uf TAIR10_chr_all.fasta cluster_1329.fasta > cluster_1329_ovlp_mapping_test_fwd.paf

minimap2 -ax map-ont -t 1 -uf TAIR10_chr_all.fasta cluster_1329.fasta > cluster_1329_ovlp_mapping_test_fwd.sam

2. I get multiple consensus sequences

As I mentioned in the part one, racon generates consensus sequences for some cluster files for the same command

racon -m 8 -x -6 -g -8 -w 500 cluster_9.fasta cluster_9_ovlp_mapping_test_fwd.paf TAIR10_chr_all.fasta > cluster_9_tmp_consensus_test3.fasta
But the problem is there are more than one sequence (I have put example below) in the output

`>chr1 LN:i:30427560 RC:i:155 XC:f:0.000049
Sequnce

chr5 LN:i:30427560 RC:i:155 XC:f:0.000049
Sequnce
`

I would greatly appreciate your feedback on this.
Thank you very much.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions