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.
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.