pepkit / pepdbagent

Database for storing sample metadata
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Default database name in `Connection.__init__` is inconsistent with the `.sql` schema file #29

Closed nleroy917 closed 1 year ago

nleroy917 commented 1 year ago

I'm testing the latest changes locally with pephub and I noticed that in the constructor method for Connection, the default value for database is pep-db, but the Dockerfile for the database has "pep-base-sql"

Very minor, but I feel like these should be in sync.

khoroshevskyi commented 1 year ago

You are using old docker file