How to get unaligned reads with bowtie for each entry files

Issue #81 resolved
Sebastien created an issue

Hi, I come here again with a question. I'm wondering if their is a way to get the unaligned reads from bowtie with one file per entry files?

Thank you Sebastien

Comments (3)

  1. Eduardo Andres Leon

    Hi, You can use samtools (provided along with miARma) to do it, for example:

    miARma/bin/Linux/samtools/samtools view -f 4 SRR873382_nat_bw1.bam

    (I'll try to answer your other issue this week)

  2. Log in to comment