Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Apr 6, 2022
1 parent 26fbb5b commit 1519f8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ RUN perl Makefile.PL GMOD_ROOT=/usr/share/gmod/ DEFAULTS=1 RECONFIGURE=1 && \
make && \
make install && \
wget --quiet $SCHEMA_URL -O /chado.sql.gz && gunzip /chado.sql.gz && \
wget --quiet http://downloads.yeastgenome.org/curation/chromosomal_feature/saccharomyces_cerevisiae.gff && \
wget --quiet http://downloads.yeastgenome.org/curation/chromosomal_feature/saccharomyces_cerevisiae.gff.gz -O saccharomyces_cerevisiae.gff.gz && \
gunzip -c saccharomyces_cerevisiae.gff.gz > saccharomyces_cerevisiae.gff && \
sed -i s'/%20/ /g' saccharomyces_cerevisiae.gff && \
chown -R postgres:postgres /chado/chado/

Expand Down

0 comments on commit 1519f8f

Please sign in to comment.