@gmod/faidx
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

Build Status

Install

$ npm install --save @gmod/faidx

Usage

Operates on a readStream/writeStream

import { generateFastaIndex } from "@gmod/faidx";
const write = fs.createWriteStream("out.fa.fai");
const read = fs.createReadStream("out.fa");
await generateFastaIndex(write, read);

Academic Use

This package was written with funding from the NHGRI as part of the JBrowse project. If you use it in an academic project that you publish, please cite the most recent JBrowse paper, which will be linked from jbrowse.org.

License

MIT © Colin Diesh

Package Sidebar

Install

npm i @gmod/faidx

Weekly Downloads

54

Version

1.0.6

License

MIT

Unpacked Size

13.6 kB

Total Files

11

Last publish

Collaborators

  • teresam856
  • nathandunn
  • rbuels
  • enuggetry
  • cmdcolin
  • garrettjstevens