UNPKG
bioinformatics-parser
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
.fasta and .fastq parsers
github.com/romgrk/bioinformatics-parser
romgrk/bioinformatics-parser
bioinformatics-parser
/
src
/
index.js
9 lines
(6 loc)
•
121 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/* * index.js */
const
fasta =
require
(
'./fasta'
)
const
fastq =
require
(
'./fastq'
)
module
.
exports
= { fasta, fastq }