-
Notifications
You must be signed in to change notification settings - Fork 68
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
Polishing index error #1196
Comments
Hi @ekhtan, The input bam file for You can sort and index the bam file using samtools. |
I am getting a different error myself after sorting and indexing |
|
I used the minknow GUI to do live basecalling. Do I need to rebasecall from the pod5s again? |
|
Alright, Thank you @malton-ont |
Thank you! |
Hello, I encountered similar issues with the other commentor here. The file was basecalled and aligned with with dorado all using sup v5.0.0 -- and it's having some header issues
Here's the fq file I used for alignment on dorado, which has the headers.
bam file output from dorado aligner
|
Hello @malton-ont , I am having similar errors after basecalling with dorado sup v5.0.0. |
Hello @malton-ont, I basecalled with dorado v8.3 using model [email protected] then assembled the reads using hifiasm. Then I aligned reads to the assembled contigs using dorado aligner v.0.9.0. Output bam for corresponding read (with long CIGAR, sequence, and quality fields omitted for space): Then I invoked dorado polish and received the basecaller model error: Do we require a specific SAM header line to include the model? If so, please advise. Thanks! $samtools view -h ont.bam | head -10 |
The BAM file must contain the
I believe your issue is that you basecalled to fastq (which does not store these headers) prior to the alignment step. Here's the steps I've just used:
which gives:
|
Thanks. I actually have the bam files available. In the event of multiple runs and multiple bams, does it make a difference whether one cats them into a single bam that's aligned, or is it better to align each bam then cat the output into a single bam? |
I don't believe it should make a difference either way. |
Hello, I'm having issues with the polishing step, even after performing the alignment with dorado (running 0.9.0 on an A100 GPU). Any ideas about thie missing index file?
Error seen below
The text was updated successfully, but these errors were encountered: