|
|
@@ -34,6 +34,7 @@ const _1 = require(".");
|
|
|
for (const dir of dirs) {
|
|
|
const r = yield (0, _1.openSam)(baseDir + dir + '/' + 'bwa_mem_properly_on_human_NM.sorted.bam', '', true);
|
|
|
allCounts.push([dir, ...r].join('\t'));
|
|
|
+ console.log(allCounts);
|
|
|
}
|
|
|
console.log(allCounts);
|
|
|
yield fs_1.default.promises.writeFile('test/allCounts.tsv', allCounts.join('\n'));
|