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
/
test
/
test.js
4 lines
(2 loc)
•
95 B
JavaScript
View Raw
1
2
3
4
var
edlib =
require
(
'../index.js'
);
console
.
log
(edlib.
align
(
'abc'
,
'abbcd'
, {
mode
:
'NW'
}));