@@ -17,4 +17,4 @@ const aligner = (R1, R2, ref, bamOut, opt) => {
return R1
}
-module.exports = aligner
+export default aligner