Ensembl / WiggleTools

Basic operations on the space of numerical functions defined on the genome using lazy evaluators for flexibility and efficiency
Apache License 2.0
143 stars 25 forks source link

Dockerize #50

Closed nathanweeks closed 4 years ago

nathanweeks commented 4 years ago

It can be convenient Dockerfile that formalizes build requirements & facilitates a reproducible build. This example uses a multi-stage build to build & test in the first stage, with the resulting slimmer image containing only the wiggletools executable and shared library dependencies.

dzerbino commented 4 years ago

Ace, thanks!