cBioPortal / cbioportal-core

Externalized cBioPortal Core
2 stars 15 forks source link

RFC79: Incremental Upload of Data Entries #48

Closed forus closed 3 months ago

forus commented 4 months ago

See also RFC79

The solution involves extending the current metaImport.py script and java data loader commands with additional flags to support the incremental upload of entries. This approach allows users to add patients, samples, and molecular data without having to reupload the entire study.

Read more in docs https://github.com/cBioPortal/cbioportal/pull/10816

To review in logical parts and see previous discussions about the implementation, you might want to check the chain of closed PRs this PR consists of:

forus commented 4 months ago

@pieterlukasse Thanks! Please have another look.

sheridancbio commented 4 months ago

I will try to review this.

One quick comment - when it comes time to merge this PR I hope we use "squash and merge" rather than merging in the individual changesets.