|
@@ -79,11 +79,14 @@ const denovoAssemblage = (reads, rnames, spadesPath, log) => {
|
|
|
yield async_exec(spadesPath, ['-t', threads, '--meta', correction, ...args, '-o', rsltDir], log, log);
|
|
yield async_exec(spadesPath, ['-t', threads, '--meta', correction, ...args, '-o', rsltDir], log, log);
|
|
|
yield rmList([rsltDir, ...tmpSubReads]);
|
|
yield rmList([rsltDir, ...tmpSubReads]);
|
|
|
yield rmList([rsltDir, ...tmpSubReads]);
|
|
yield rmList([rsltDir, ...tmpSubReads]);
|