Skip to content

Commit

Permalink
Bump CRISPResso verion to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Colelyman committed Sep 10, 2021
1 parent ed8ea68 commit d6b3789
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 @@ -67,7 +67,7 @@ RUN micromamba install -y -n base \
mod_wsgi-express module-config > /etc/apache2/mods-available/wsgi.load

# Install CRISPResso
ARG crispresso_version='2.2.2'
ARG crispresso_version='2.2.4'
WORKDIR /tmp/CRISPResso2
RUN wget https://github.com/pinellolab/CRISPResso2/archive/v${crispresso_version}.zip \
&& unzip v${crispresso_version}.zip
Expand Down

0 comments on commit d6b3789

Please sign in to comment.