-
Notifications
You must be signed in to change notification settings - Fork 69
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
dorado v0.9.0 does not remove adapter sequences from Ultra-long data #1219
Comments
Hi @is01, Thanks for reporting this. dorado 0.9.0 is supposed to select the appropriate adapters and primers to trim based on the sequencing kit detected from the pod5 file. It looks like the ULK kits were missed in the look-up - we'll get a fix out for this asap. |
Hi @is01, This issue should be resolved in dorado 0.9.1. If it persists, please re-open this ticket. |
@malton-ont Thank you for your quick response. I will try new version. |
I basecalled the ultra-long data with dorado 0.9.1, but the reads still have adapters/primers. |
Are you able to share a pod5 file containing a few example reads? |
@malton-ont, Custom primer file (primer.fa):
Is it possible that the above sequence is not searched for in the ULK kit? |
Apologies! dorado 0.9.1 added this kit to the adapter search, but is still missing it for the primers. We'll address that in the next release. In the mean time, using the custom primer trimming as you have is the appropriate solution. The other option is to add a
|
Thanks for providing the solution. I look forward to the next release. |
Hello,
I basecalled ultra-long data with dorado v0.9.0, it seems that ~90 bases of adapter are left.
The adapter trimming worked in v0.8.2.
Is there an additional option required to trim the adapter sequence of the ultra long kit?
Run environment:
dorado basecaller -r --reference $fasta --modified-bases 5mC_5hmC $model $pod5 > out.bam
The text was updated successfully, but these errors were encountered: