UNPKG
node-edlib
Version:
latest (1.1.2)
1.1.2
1.0.0
0.0.3
0.0.2
0.0.1
0.0.0
Wrapper for edlib sequence alignment library
github.com/Martinsos/node-edlib
Martinsos/node-edlib
node-edlib
/
index.js
4 lines
(2 loc)
•
72 B
JavaScript
View Raw
1
2
3
4
var
edlib
=
require(
'bindings'
)(
'node_edlib'
);
module
.
exports
= edlib;