Skip to content

Commit

Permalink
Clarify what this repo represents (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
inodb authored Feb 5, 2024
1 parent 8a4e8c9 commit 8515c49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# cbioportal-core
Legacy cBioPortal Core. Although many of the Java classes here are still in use by the main codebase and the `metaImport.py` Python scripts are still used for importing, we decided to move them all here for deprecating in the future once we have come up with a good plan for replacing them.
Many of the Java classes here are in use by the main [cbioportal/cbioportal codebase](https://github.com/cbioPortal/cbioportal), the `metaImport.py` Python scripts are all used for importing. We decided to move them all to a single repo so that we might deprecate them in the future once we have come up with a good plan for replacing them.

This repo contains:

- many old Java classes for interacting with the database
- The `metaImport.py` Python script used for importing

## Inclusion in main codebase
The `cbioportal-core` code is currently included in the final Docker image during the Docker build process: https://github.com/cBioPortal/cbioportal/blob/master/docker/web-and-data/Dockerfile#L48

0 comments on commit 8515c49

Please sign in to comment.