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 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:
Sequencing chemistry: FLO-MIN114
Raw file format: POD5
Basecalling: Dorado (sup, m6A)
Software: MinKNOW
Alignment reference genome: FASTA
Steps Taken:
Basecalling and Demultiplexing:
On the MinKNOW interface, I first performed basecalling using sup, m6A and demultiplexed the samples. This produced both .fastq and .bam files.
File Information:
.bam files seem to contain modified base information.
.fastq files do not have modified base information.
Alignment:
I used the .bam files for alignment in MinKNOW, with a reference genome in FASTA format. This produced multiple .bam files and corresponding .bam.bai index files.
Merging:
I merged all .bam files using samtools merge:
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:
It appears that the modified base information is not being recognized by Modkit during the pileup process. The error suggests missing auxiliary (AUX) data, which seems related to the modification calls.
Questions:
What is the correct pipeline for modified basecalling for bacterial samples using Dorado?
Is there a specific step I am missing to ensure that modified base information is included in the .bam file?
Should I adjust my approach to alignment or demultiplexing to resolve this issue?
Any help with understanding the pipeline and resolving this error would be appreciated.
The text was updated successfully, but these errors were encountered:
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: