Skip to content
Snippets Groups Projects
Commit de155d15 authored by Brankovics, Balazs's avatar Brankovics, Balazs
Browse files

Dockerfile

parent 67f55e4e
Branches
No related tags found
No related merge requests found
FROM brankovics/snake-setup:v01
COPY src/ /opt/sam-harmonization
# Modify access rights so any user can run snakemake
RUN mkdir /.cache; chmod a+rwX /.cache
WORKDIR /analysis/snakemake
ENV PATH /opt/sam-harmonization:$PATH
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment