Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Oct 25, 2023
1 parent 0a8074d commit 3d3052f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dev/clickhouse/DEV_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ All commands start from the root repository location.
1. Start cBioPortal database.
2. Create MySQL views in the cBioPortal database by running the commands
in [cbio_database_views.sql](mysql_provisioning/cbio_database_views.sql).
3. Start Clickhouse (provisioned automatically).
3. Start Clickhouse (provisioned automatically from MySQL).

```
cd ./dev/clickhouse
Expand All @@ -30,7 +30,3 @@ This will start a Clickhouse instance that is available on the host system:
- username: _cbio_
- password: _P@ssword1_

## TODO

- Extend [cbio_database_views.sql](mysql_provisioning/cbio_database_views.sql)
and [c_import_mysql_data.sql](clickhouse_provisioning/c_import_mysql_data.sql) to cover all clickhouse tables.

0 comments on commit 3d3052f

Please sign in to comment.