vcf-js:纯JavaScript中的高性能VCF解析器

时间:2021-05-16 00:06:01
【文件属性】:
文件名称:vcf-js:纯JavaScript中的高性能VCF解析器
文件大小:148KB
文件格式:ZIP
更新时间:2021-05-16 00:06:01
JavaScript vcf-js 纯JavaScript中的高性能VCF解析器。 地位 用法 当与一些简单的方法(如@gmod/tabix模块)从VCF检索标头和单独的行结合使用时,最好使用此模块。 const { TabixIndexedFile } = require ( '@gmod/tabix' ) const VCF = require ( '@gmod/vcf' ) const tbiIndexed = new TabixIndexedFile ( { path : '/path/to/my.vcf.gz' } ) async function doStuff ( ) { const headerText = await tbiIndexed . getHeader ( ) const tbiVCFParser = new VCF ( { header : headerText }
【文件预览】:
vcf-js-master
----.travis.yml(185B)
----.eslintrc(742B)
----.babelrc(339B)
----index.js(35B)
----package.json(2KB)
----test()
--------data()
--------__snapshots__()
--------parse.test.js(17KB)
----LICENSE(1KB)
----src()
--------vcfReserved.js(9KB)
--------index.js(72B)
--------parse.js(11KB)
----.gitignore(955B)
----CHANGELOG.md(2KB)
----README.md(10KB)
----yarn.lock(312KB)
----.editorconfig(414B)

网友评论