[Work in progress!] Docker configuration for genomics workshop #44
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
During last week's bug BBQ, several related threads all ran together for me.
bwa aln
tobwa mem
in the variant calling section of wrangling-genomics (Using bwa mem instead of bwa aln in 02-variant_calling.md wrangling-genomics#111)On Friday (and a bit on Saturday) I prototyped a Docker image with the software required to run most of the genomics modules. Note: I haven't installed R or Rstudio yet since I'm not familiar with those materials, but this shouldn't be too difficult to add.
This is a work in progress that ties all of these related issues together.
Before I got much further, I wanted to open this up for discussion and feedback.