Thomas 4 年之前
父节点
当前提交
6b1cbdfbd0
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 1 0
      index.js
  2. 2 0
      index.ts

+ 1 - 0
index.js

@@ -79,6 +79,7 @@ const denovoAssemblage = (reads, rnames, spadesPath, log) => {
             yield rmList([rsltDir]);
             console.log('Trying meta');
             yield async_exec(spadesPath, ['-t', threads, '--meta', correction, ...args, '-o', rsltDir], log, log);
+            console.log('jhhhhhhhh');
             if (!isDone(rsltDir)) {
                 yield rmList([rsltDir, ...tmpSubReads]);
                 reject('No convergence');

+ 2 - 0
index.ts

@@ -82,6 +82,8 @@ const denovoAssemblage = (
             await rmList([rsltDir])
             console.log('Trying meta')
             await async_exec(spadesPath, ['-t', threads, '--meta', correction, ...args, '-o', rsltDir], log, log)
+            console.log('jhhhhhhhh');
+            
             if(!isDone(rsltDir)) {
                 await rmList([rsltDir, ...tmpSubReads])
                 reject('No convergence')