Socket
Book a DemoInstallSign in
Socket

@gmod/bam

Package Overview
Dependencies
Maintainers
5
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gmod/bam

Parser for BAM and BAM index (bai) files

1.0.9
Source
npmnpm
Version published
Weekly downloads
1.5K
35.55%
Maintainers
5
Weekly downloads
 
Created
Source

Generated with nod NPM version Build Status Coverage Status

Install

$ npm install --save @gmod/bam

Usage

const {BamFile} = require('@gmod/bam');

const t = new BamFile({
		bamPath: 'test.bam',
});

var header = await t.getHeader()

var records = await t.getRecordsForRange('ctgA', 1, 50000)

Input are 0-based half-open coordinates (note: not the same as samtools view coordinate inputs!)

License

MIT © Colin Diesh

Keywords

bionode

FAQs

Package last updated on 16 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.