Thomas há 3 anos atrás
pai
commit
7bb2186a45
2 ficheiros alterados com 3 adições e 0 exclusões
  1. 1 0
      test.js
  2. 2 0
      test.ts

+ 1 - 0
test.js

@@ -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'));

+ 2 - 0
test.ts

@@ -24,6 +24,8 @@ import { analysisTranscript, openSam } from '.'
     for (const dir of dirs) {
         const r = await openSam(baseDir + dir + '/' + 'bwa_mem_properly_on_human_NM.sorted.bam', '' , true)
         allCounts.push([dir, ...r].join('\t'))
+        console.log(allCounts);
+        
     }
     console.log(allCounts);