Registry / utility / bio-samtools

bio-samtools

JSON →
library2.6.2rbrubygemsunverified

Binder of samtools for Ruby, on top of FFI, providing support for BAM files.

gem install bio-samtools
INSTALL
IMPORT
SIG · BIO-SAMTOOLS
B
bio-samtools
utilityrubyv2.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Bio::Samtools
require 'bio-samtools'

Read BAM file and fetch reads in a region

require 'bio-samtools' # Open a BAM file bam = Bio::DB::Sam.open('example.bam') # Fetch reads in a region bam.fetch('chr1:1000-2000').each do |read| puts read.qname end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
bio-samtools — gem install bio-samtools · libregistry