@@ -13,8 +13,8 @@ const async_exec = (prog, args, onData) => {
})
}
-const alignOn = (R1, R2, ref, bamOut, opt) => {
+const aligner = (R1, R2, ref, bamOut, opt) => {
return R1
-module.exports = alignOn
+module.exports = aligner
@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "aligning ",
"main": "index.js",
+ "type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},