Skip to content

Commit

Permalink
Adding README.md file for database folder, delete old database folder…
Browse files Browse the repository at this point in the history
…, and rename database2 to database
  • Loading branch information
ntran18 committed Feb 26, 2025
1 parent 2c5adbb commit a452a54
Show file tree
Hide file tree
Showing 40 changed files with 180 additions and 2,574 deletions.
287 changes: 110 additions & 177 deletions database/README.md

Large diffs are not rendered by default.

42 changes: 0 additions & 42 deletions database/constants.py

This file was deleted.

16 changes: 0 additions & 16 deletions database/expression-database/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,6 @@ All files pertaining the expression database live within this directory.

## The basics

#### Schema

All network data is stored within the gene_expression schema on our Postgres database.

The schema is located within this directory at the top level in the file `schema.sql`. It defines the tables located within the gene_expression schema.

Usage:
To load to local database
```
psql postgresql://localhost/postgres -f schema.sql
```
To load to production database
```
psql <address to database> -f schema.sql
```

### Scripts

All scripts live within the subdirectory `scripts`, located in the top-level of the network database directory.
Expand Down
71 changes: 0 additions & 71 deletions database/expression-database/schema.sql

This file was deleted.

168 changes: 0 additions & 168 deletions database/filter_update.py

This file was deleted.

4 changes: 0 additions & 4 deletions database/grnsettings-database/schema.sql

This file was deleted.

30 changes: 0 additions & 30 deletions database/loader.py

This file was deleted.

36 changes: 0 additions & 36 deletions database/loader_update.py

This file was deleted.

Loading

0 comments on commit a452a54

Please sign in to comment.