Skip to content

Commit

Permalink
crispresso2.0.45
Browse files Browse the repository at this point in the history
CRISPResso 2.0.45
log report viewers
  • Loading branch information
kclem committed Mar 9, 2021
1 parent 28c861c commit e46a04e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MAINTAINER Kendell Clement
ENV SHELL bash

#install CRISPResso
ARG crispresso_version='2.0.44'
ARG crispresso_version='2.0.45'
WORKDIR /tmp/CRISPResso2
RUN wget https://github.com/pinellolab/CRISPResso2/archive/v${crispresso_version}.zip \
&& unzip v${crispresso_version}.zip \
Expand Down
2 changes: 2 additions & 0 deletions conf_files/apache/httpd-vhosts.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@

LogFormat "%{X-Forwarded-For}i %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" xlogformat
SetEnvIf Request_URI "^/submission$" webusers
SetEnvIf Request_URI "^/view_report" webviewers
SetEnvIf Request_URI "^/static/imgs/CRISPResso_justcup.png$" reportviewers
CustomLog ${APACHE_LOG_DIR}/access_webusers.log xlogformat env=webusers
CustomLog ${APACHE_LOG_DIR}/access_webviewers.log xlogformat env=webviewers
CustomLog ${APACHE_LOG_DIR}/access_reportviewers.log xlogformat env=reportviewers

</VirtualHost>

0 comments on commit e46a04e

Please sign in to comment.