Skip to content

Commit

Permalink
remove the branch as now working
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcolq committed Jun 21, 2024
1 parent 7615ffc commit 302a46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update -y && \
apt-get clean && apt-get autoclean

# copy in piranha
RUN git clone -b dev https://github.com/polio-nanopore/piranha.git && \
RUN git clone https://github.com/polio-nanopore/piranha.git && \
cd /data/piranha && \
mamba install conda -n base -c conda-forge -c defaults -c bioconda && \
mamba env create -f /data/piranha/environment.yml
Expand Down

0 comments on commit 302a46e

Please sign in to comment.