Thomas 3 năm trước cách đây
mục cha
commit
805cc74306
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      index.ts

+ 1 - 1
index.ts

@@ -32,7 +32,7 @@ const writeSequence = async (sequenceName:string, sequence:string, filePath: str
 }
 
 const makeReference = async (sequenceName:string, sequence:string, filePath: string, lineN = 80) => {
-  if (await writeSequence(sequenceName, sequence, filePath, lineN)) await async_exec('bwa', ['index',filePath], () => console.log)
+  if (await writeSequence(sequenceName, sequence, filePath, lineN)) await async_exec('bwa', ['index', filePath], () => console.log)
 }
 
 const asyncBwaMem = (