Skip to content

Commit

Permalink
Merge pull request #375 from openvar/update_to_vvta
Browse files Browse the repository at this point in the history
Final tweaks for 2.1.0
  • Loading branch information
Peter J. Freeman authored May 17, 2022
2 parents c242dca + d30cbb9 commit 32d669d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ before_install:
### also we need to test that the database works with only public permissions too, as should be for any web attached user
- createdb -e vvta -O uta_admin
- psql -d vvta -U postgres -c "CREATE USER ta_user WITH PASSWORD 'read_only'"
- wget --output-document=VVTA_2022_02.noseq.psql.gz https://www528.lamp.le.ac.uk/vvdata/vvta/VVTA_2022_02.noseq.psql.gz
- wget --output-document=VVTA_2022_02_noseq.sql.gz https://www528.lamp.le.ac.uk/vvdata/vvta/VVTA_2022_02_noseq.sql.gz
- gunzip -c VVTA_2022_02.noseq.psql.gz | psql --quiet vvta
- psql -d vvta -U postgres -c 'GRANT SELECT ON vvta_2022_02.gene TO public;'
- psql -d vvta -U postgres -c 'GRANT SELECT ON ALL TABLES IN SCHEMA public TO ta_user;'
Expand Down
2 changes: 1 addition & 1 deletion vvta_docker.df
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ ENV POSTGRES_PASSWORD=uta_admin

RUN apt-get update && apt-get install -y wget && rm -rf /var/lib/apt/lists/*

RUN wget --output-document=VVTA_2022_02.noseq.psql.gz https://www528.lamp.le.ac.uk/vvdata/vvta/VVTA_2022_02.noseq.psql.gz -O /docker-entrypoint-initdb.d/VVTA_2022_02.noseq.psql.gz
RUN wget --output-document=VVTA_2022_02_noseq.sql.gz https://www528.lamp.le.ac.uk/vvdata/vvta/VVTA_2022_02_noseq.sql.gz -O /docker-entrypoint-initdb.d/VVTA_2022_02_noseq.sql.gz

0 comments on commit 32d669d

Please sign in to comment.