Sign inSign up

pbieber/bwa-pilon-samtools-python

By pbieber

•Updated about 2 years ago

Uses Miniconda3 and installs bwa, samtools, pilon packages for use in IMMense

Image
Data science
0

146

pbieber/bwa-pilon-samtools-python repository overview

⁠Description

Uses the continuumio/miniconda3 docker container and installs bwa, samtools and pilon packages to be used in the IMMense nextflow pipeline.

⁠Dockerfile

# Use the Miniconda base image
FROM continuumio/miniconda3:24.5.0-0

# Set environment variables
ENV PATH /opt/conda/bin:$PATH

# Install dependencies from bioconda
RUN conda config --add channels defaults && \
    conda config --add channels bioconda && \
    conda config --add channels conda-forge && \
    conda install -y bwa samtools pilon && \
    conda clean --all -y

# Define default command
CMD ["bash"]

RUN apt-get update && \
	apt-get upgrade -y && \
	apt-get install -y git && \
	apt-get clean

Tag summary

Content type

Image

Digest

sha256:c1e5e6883…

Size

580.1 MB

Last updated

about 2 years ago

docker pull pbieber/bwa-pilon-samtools-python:2.0.0