Skip to content

terminate called after throwing an instance of 'std::invalid_argument' what(): [bioparser::SamParser] error: invalid file format #226

@MatsuSui

Description

@MatsuSui

Hi, I have a problem with Racon.

Firstly, I got the .paf with minimap2.
minimap2 -t 35 /data3/suisn/nanopore/bp/miniasm/miniasm.fasta /data3/suisn/nanopore/bp/filter/NanoFilt/nanofilt_trimmed.fastq > racon_round0.paf

Then, I used the folllowing command to run Racon
conda activate racon
racon -t 35 /data3/suisn/nanopore/bp/filter/NanoFilt/nanofilt_trimmed.fastq ./racon_round0.paf /data3/suisn/nanopore/bp/miniasm/miniasm.fasta > ./racon_round1.fasta &

I got the error message:
[racon::Polisher::initialize] loaded target sequences 16.907044 s
[racon::Polisher::initialize] loaded sequences 518.917979 s
terminate called after throwing an instance of 'std::invalid_argument'
what(): [bioparser::SamParser] error: invalid file format

Please give me some advises. Thank you.

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