Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallelize BAM chunks #36

Open
thejmazz opened this issue Jul 11, 2016 · 1 comment
Open

Parallelize BAM chunks #36

thejmazz opened this issue Jul 11, 2016 · 1 comment
Labels
Milestone

Comments

@thejmazz
Copy link
Member

  • 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 thejmazz added this to the v0.3 milestone Jul 11, 2016
@thejmazz
Copy link
Member Author

@tiagofilipe12 this is related to #66

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants