1.0.6 • Published 2 months ago

@gmod/faidx v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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

1.0.6

2 months ago

1.0.5

2 months ago

1.0.4

1 year ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

2.0.1

3 years ago