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

Invalid dumped, #217

Open
naahraissa opened this issue May 18, 2022 · 2 comments
Open

Invalid dumped, #217

naahraissa opened this issue May 18, 2022 · 2 comments

Comments

@naahraissa
Copy link

Hi Rvaser,

i have been very curious comparing racon with hypo polish. Hypo work well but i keep getting this problem:

[racon::Polisher::initialize] loaded target sequences 8.372787 s [racon::Polisher::initialize] loaded sequences 2478.189205 s terminate called after throwing an instance of 'std::invalid_argument' what(): [bioparser::SamParser] error: invalid file format Aborted (core dumped),

troubleshooting with raised issues doesn't help me:

please can you help me with some ideas

this is by command: i am using illumina paired end reads

minimap2 -t 64 consensus.fasta ${reads} > illumina.sam

racon -t 48 CsM2.fastq illumina.sam draft.fa > polished_Male3.racon.fa

Alternatively i tried overalapping the reads with generate and use a paf. file still it didn't work,

minimap2 -x ava-pb -t 8 reads.fa reads.fq > raw_hifiam.paf

Please i need your help. thanks,

Raissa

Originally posted by @naahraissa in #99 (comment)

@naahraissa
Copy link
Author

i used your script to generate a single file from the paired end reads as input for my sequence file

illumina-Rmerge.py.txt

but sill not working

@rvaser
Copy link
Collaborator

rvaser commented Jul 13, 2022

If you want a SAM file please run minimap2 -t 64 -a consensus.fasta ${reads} > illumina.sam (note the -a).

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