Skip to content

Commit

Permalink
missing pip install
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Nov 12, 2023
1 parent caf4971 commit 7097f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakemake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ RUN pip install snakemake && \
pip install git+https://github.com/snakemake/snakemake-executor-plugin-flux && \
pip install git+https://github.com/snakemake/snakemake-interface-executor-plugins && \
pip install git+https://github.com/snakemake/snakemake-executor-flux && \
matplotlib pysam
pip install matplotlib pysam

WORKDIR /code

0 comments on commit 7097f59

Please sign in to comment.