Skip to content

Commit

Permalink
Merge pull request #53 from edilytics/updating-crispresso2-version
Browse files Browse the repository at this point in the history
Updating Crispresso2 Version to avoid numpy float error
  • Loading branch information
trevormartinj7 authored Feb 9, 2023
2 parents c301adc + 07e4d90 commit 74105c4
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 @@ -71,7 +71,7 @@ RUN micromamba install -y -n base \
RUN micromamba install -y -n base -c anaconda boto3

# Install CRISPResso
ARG crispresso_version='2.2.7'
ARG crispresso_version='2.2.12'
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 74105c4

Please sign in to comment.