FROM wzhou88/saige:1.1.6
ENV PATH /app:$PATH
RUN apt-get update &&
apt-get install -y wget openjdk-11-jre
RUN cd /app &&
wget -qO- https://get.nextflow.io | bash &&
chmod 755 /app/nextflow
CMD ["/bin/bash"]
Content type
Image
Digest
sha256:c37673e7e…
Size
1.2 GB
Last updated
over 3 years ago
docker pull shl198/saige_nextflow:0.45