Skip to content

Commit

Permalink
Merge pull request #28 from edilytics/s3
Browse files Browse the repository at this point in the history
S3
  • Loading branch information
kclem committed Apr 15, 2022
2 parents 222de5b + c9fc141 commit 6394dcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file modified AWS EB instructions.docx
Binary file not shown.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,11 @@ RUN micromamba install -y -n base \
pip install mod_wsgi redis && \
mod_wsgi-express module-config > /etc/apache2/mods-available/wsgi.load

#we can move this to the top later on...
RUN micromamba install -y -n base -c anaconda boto3

# Install CRISPResso
ARG crispresso_version='2.2.4'
ARG crispresso_version='2.2.7'
WORKDIR /tmp/CRISPResso2
RUN wget https://github.com/pinellolab/CRISPResso2/archive/v${crispresso_version}.zip \
&& unzip v${crispresso_version}.zip
Expand Down Expand Up @@ -97,6 +100,7 @@ RUN cp conf_files/apache/httpd-vhosts.conf /etc/apache2/sites-available/crispres
RUN a2ensite crispresso && \
a2dissite 000-default


#recreate demo files
# WORKDIR /var/www/webapps/CRISPRessoWEB/CRISPRessoWEB/static/demo
# RUN run.sh
Expand Down

0 comments on commit 6394dcd

Please sign in to comment.