Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Update README.md #18

Merged
merged 1 commit into from
Nov 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ The required Python package dependencies to query the API, populate the database
```pip install -r requirements.txt```

Config variables should be passed in a `CREDENTIALS.json` file. This should be placed within Ploutos/Ploutos, the same directory level as `settings.py`.

```json
{
"DB_USERNAME": "XXX",
Expand All @@ -42,6 +41,7 @@ Config variables should be passed in a `CREDENTIALS.json` file. This should be p
}
}
```
This contains the required credentials for access to the database and DNAnexus, the organisation this is for (ORG), LIVE_STORAGE_COST_MONTH & ARCHIVED_STORAGE_COST_MONTH are the costs of storage as determined in the org's contract with DNAnexus and PROJ_COLOUR_DICT & ASSAY_COLOUR_DICT set the desired colours for the plots.

To migrate the Django models to the Ploutos database:

Expand Down