You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
The text was updated successfully, but these errors were encountered: