Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




  • BioScripts
  • Neel
  • Commandline to Extract a list of specific read IDs from a bam file

Commandline to Extract a list of specific read IDs from a bam file

  • Public
By Neel 1197 days ago
#Save all the IDs in IDs.txt file #Run it on BAM file samtools view file.bam | fgrep -w -f IDs.txt