Forráskód Böngészése

Merge branch 'master' of http://git.t0m4.fr/Thomas/altTranscripts

Thomas 3 éve
szülő
commit
c5168783cc
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      test.ts

+ 2 - 1
test.ts

@@ -3,7 +3,8 @@ import { analysisTranscript, openSam } from '.'
 
 (async()=>{
     const baseDir = '/home/thomas/Turbine-B/Data_2/RNAseqBWA/'
-    const rnaDBPath  = [1,2,3,4,5,6,7,8,9,10].map(n => '/home/thomas/NGS/ref/ncbi/RNA/human.' + n + '.rna.gbff')
+    const rnaDBPath  = [...Array(10).keys()].map(n => '/home/thomas/NGS/ref/ncbi/RNA/human.' + (n+1) + '.rna.gbff')
+    const geneDBPath = [...Array(7).keys()].map(n => '/home/thomas/NGS/ref/ncbi/GENES/refseqgene.' + (n+1) + '.genomic.gbff')
 
     const dirs = fs.readdirSync(baseDir)
     /*const allResults = []