Skip to content

Can ASCIIGenome filter reads having indels on a specific genomic region? #100

Open
@YingziZhang-github

Description

@YingziZhang-github

Hi,

Thank you very much for developing ASCIIGenome.
I was using the following command to extract reads in test.bam containing variants on chr11:2699098-2699099. It gave the output successfully.

ASCIIGenome.jar \
-fa genome.fa \
test.bam

goto chr11:2699098-2699099
filterVariantReads -r 2699098+1
print > test.chr11:2699098-2699099.SV.txt

Now, I only need reads having indels on chr11:2699098-2699099. And I don't want to have reads only having SNVs on chr11:2699098-2699099. Can ASCIIGenome do this?

Looking forward to your reply.

Many thanks,
Yingzi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions