Skip to content

Commit dfd35f3

Browse files
authored
Update README.md
Added pegrDB schema to README
1 parent 787922e commit dfd35f3

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A tested stack of versions is listed below.
3030
1. Download the latest releasse of PEGR
3131
- https://github.com/seqcode/pegr/releases/tag/v0.1-beta
3232
33-
1.1 (MacOS only) Turn on MariaDB server
33+
1.1 (MacOS only) Turn on MariaDB server
3434
```
3535
$ mysql.server start
3636
```
@@ -87,6 +87,29 @@ Code following example above:
8787
$ cp -r sample_files/protocols /tmp/
8888
```
8989
90+
<details close>
91+
<summary>pegrDB MariaDB Schema</summary>
92+
<br>
93+
94+
Alignment schema:
95+
![AlignmentTables](https://user-images.githubusercontent.com/18726510/145878749-9148ea49-2ef5-4276-a666-74d76abc8cca.png)
96+
97+
Authorization schema:
98+
99+
![AuthorizationTables](https://user-images.githubusercontent.com/18726510/145878772-fe397589-9d7c-4700-bfca-9c172f3d9c35.png)
100+
101+
Experiment schema:
102+
![ExperimentTables](https://user-images.githubusercontent.com/18726510/145878780-4fe88a96-a141-47be-a0a7-44837fa7da45.png)
103+
104+
Sample schema:
105+
![SampleTables](https://user-images.githubusercontent.com/18726510/145878795-2cb55ba7-462e-4ea9-818c-c96f4818a3a2.png)
106+
107+
Sequencing schema:
108+
![SequencingTables](https://user-images.githubusercontent.com/18726510/145878801-26749c48-8298-46c9-ac08-62fd4fab9a17.png)
109+
110+
111+
</details>
112+
90113
4. Create a config file 'pegr-config.properties' in the folder {userHome}/.grails/ for the environment variables, e.g. the information on database connection, NGS repository connection, email connection and Single Sign On.
91114
92115
A sample config file 'pegr-config.properties' is inlcuded in the sample_files folder https://github.com/seqcode/pegr/tree/master/sample_files.

0 commit comments

Comments
 (0)