hammerlab / biokepi

Bioinformatics Ketrew Pipelines
Apache License 2.0
27 stars 4 forks source link

Add mm9 and mm10 mouse genomes #70

Open iskandr opened 9 years ago

iskandr commented 9 years ago

Currently reference_genome (https://github.com/hammerlab/biokepi/blob/master/src/lib/reference_genome.ml#L3) only contains a small number of human references:

type specification =
  [`B37 | `B38 | `hg19 | `hg18 | `B37decoy ]

For working with mouse melanoma data we'll need the mouse references mm9/GRCm37 and mm10/GRCm38.

ihodes commented 8 years ago

mm10 is added