bionode-watermill icon indicating copy to clipboard operation
bionode-watermill copied to clipboard

Parallelize BAM chunks

Open thejmazz opened this issue 8 years ago • 1 comments

  • parallelization with patches of bam
  • for example, split bam into 20 sections if 20 cores available
  • both options: concatenate vs. run analysis on regions

Example:

  • get whole genome reference, produce BAM from it
  • run, in parallel, a task on each chromosome
  • for each chromosome task, after its done do further analysis AND
  • after all chromosomes finish, do something that needs all of them (e.g. GWAS)

thejmazz avatar Jul 11 '16 15:07 thejmazz

@tiagofilipe12 this is related to #66

thejmazz avatar Jul 20 '17 12:07 thejmazz