raxml-ng-buildcache (498f218741018b2d04f54fcccc72a969ea7fa0c8cb5a9002acb4094803390139)

Published 2025-07-22 10:10:57 +02:00 by christoph

Installation

docker pull git.ch-st.de/christoph/raxml-ng-buildcache:498f218741018b2d04f54fcccc72a969ea7fa0c8cb5a9002acb4094803390139
sha256:bd6da65ac36657374cf25412282d04c71dd3c00cdd93c408349fc1f2b7caf404

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:b4619a63cd7829e1338ddaa4995ca17003002dd54b0dfd675a6f54a2b69151a6 in /
CMD ["/bin/bash"]
MAINTAINER Oleksiy Kozlov alexey.kozlov@h-its.org
/bin/sh -c apt-get update && apt-get install -y cmake g++ git libgmp-dev libbz2-dev libhts-dev libhtscodecs-dev flex bison && apt-get clean && rm -rf /var/lib/apt/lists/*
ARG VERSION
|1 VERSION=master /bin/sh -c cd /opt && git clone -b ${VERSION} --recursive https://github.com/amkozlov/raxml-ng.git
|1 VERSION=master /bin/sh -c cd /opt/raxml-ng && mkdir build && cd build && cmake -DRAXML_BINARY_NAME=raxml-ng -DSTATIC_BUILD=ON -DPORTABLE_BUILD=ON -DUSE_TERRAPHAST=ON -DUSE_VCF=ON .. && make && make install

Labels

Key Value
io.buildah.version 1.28.2
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04