Skip to content

Commit

Permalink
Reorganize docs and add available parameters for buildproductionjars.…
Browse files Browse the repository at this point in the history
…sh script
  • Loading branch information
dippindots committed Apr 12, 2023
1 parent 895793e commit def262c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
17 changes: 16 additions & 1 deletion docs/Database-Migration.md → docs/MSK-Maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,23 @@ In the database migration process, we are going to have two main steps: building
- `cd /data/portal-cron/git-repo/pipelines-configuration/build-importer-jars`
- (Optional) Remove existing jars
- `rm *.jar`
- Build all importers at once
- Build all importers at once (build all importers except cmo-pipelines)
- `sh buildproductionjars.sh -sd=true -sgp=true -b=importers`
- Available parameters:
- [--cbioportal-git-hash|-cgh=<cbioportal_commit_hash>]
- [--skip-deployment|-sd=<true|false>]
- [--skip-git-pull|-sgp=<true|false>]
- [--build|-b=<build_specifier>], build_specifier should be one of the following
- all (build for all artifacts)
- importers (all importers except cmo-pipelines)
- cmo-pipelines (cmo-pipelines artifacts only)
- triage-cmo-importer
- msk-dmp-importer
- msk-cmo-importer
- public-importer
- genie-aws-importer
- genie-archive-importer
- hgnc-importer

### Updating Database Scheme
Database needs to be updated one by one, we have four main databases: triage, private, genie, and public. Take triage database as an example.
Expand Down
3 changes: 1 addition & 2 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@
* [Importing Gene Panels](Import-Gene-Panels.md)
* [Study View Customization with Priority Data](deployment/customization/Studyview.md)
* [cBioPortal Maintenance](deployment/cbioportal-maintenance/README.md)
* [MSK Maintenance]()
* [Database Migration / Importer Update](Database-Migration.md)
* [Updating your cBioPortal Database Scheme](Updating-your-cBioPortal-installation.md)
* [Update genes and gene aliases](Updating-gene-and-gene_alias-tables.md)
* [Migration Guide](Migration-Guide.md)
* [MSK Maintenance](MSK-Maintenance.md)
* [Development](documentation/docs/README.md)
* [Feature Development Guide](feature-development-guide.md)
* [cBioPortal Entity-relationship Diagram](cBioPortal-ER-Diagram.md)
Expand Down

0 comments on commit def262c

Please sign in to comment.