Skip to content

Strange results appeared when extracting modification information from DRS data #560

@rain-zjg

Description

@rain-zjg

Hello,
Recently, I've been analyzing RNA modification data from DRS (Direct RNA Sequencing) and would like to extract information for a specific type of RNA modification individually. I used the following code to extract modification information of inosine , but the results do not include inosine modifications.

${modkit} pileup --ref ${ref} --preload-references --modified-bases A:17596 --log-filepath ${output}/modkit_${name}.log --header --threads ${thread} ${workdir}/${bam} ${output}/test.pileup.bed

Here is the output:

Image

And here is the information of modification tags:

Image

Then I tried extracting all available modification types, and the results were normal.

Image

Why is this happening? Looking forward to the developer's response. Thank you very much!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingbuild-availablecustom build produced for fix.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions