-
Notifications
You must be signed in to change notification settings - Fork 70
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
Epigenetic Analysis Pipeline Issue: "Failed to Get Modbase Info AUX Data Not Found #1080
Comments
for an individual bam file: samtools view -H fastq_runid_e77a6fda925a5796b8b74964b42548a9fe2be7ec_6_1.bam | grep -E "MM:|ML:" |
Hi @priyanagpal25,
The issue here is that you have the
Can you check again that the bam file has mods tags? Kind regards, |
The sequencing setup states |
From the list of supported modification we see that 6mA and m6A are modifications supported by dorado but exclusive to DNA and RNA respectively, so this subtlety does matter. What command was used to basecall dorado so that we can look into this further? Did you use a m6A RNA model for on DNA strands to generate 6mA outputs? Kind regards, |
Could this be the cause of the modkit failure? |
Issue Report
Please describe the issue:
I am working on epigenetic analysis for bacterial samples using Oxford Nanopore sequencing (FLO-MIN114), and I’m transitioning from Tombo to Dorado for modified basecalling since Tombo is now deprecated. I’m encountering an issue with processing the output files, and I’m unsure if my pipeline is set up correctly.
Sequencing Setup:
Steps Taken:
samtools merge merged_output.bam *.bam
Then i indexed the merged .bam file
Modkit Pileup:
I ran the following command to generate modified base information:
modkit pileup merged_output.bam > /modkitoutput/pileup.bed
However, I encountered the following error:
Failed to get modbase info AUX data not found
Issue:
Questions:
Any help with understanding the pipeline and resolving this error would be appreciated.
The text was updated successfully, but these errors were encountered: