You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cBioPortal: cBioPortal is an open-source platform for cancer genomics data analysis and visualization. It provides a centralized resource for exploring and analyzing large-scale cancer genomic data sets, including genomic alterations, gene expression, and clinical information. The platform integrates data from multiple sources, including The Cancer Genome Atlas (TCGA) and the International Cancer Genome Consortium (ICGC), and makes it available through a web interface for researchers, clinicians, and the general public. Please refer to the cBioPortal home page for an overview.
Docker Compose: We also provide a Docker Compose Setup to allow users to spin up their own local instances of cBioPortal. This approach involves a lot of bash scripts that need to be run as part of the initialization setup, leading to incompatibility issues and silent errors when these scripts are run on varying operating systems.
Goal:
Streamline the cBioPortal docker compose initialization setup by ensuring consistency across operating systems and eliminating silent errors.
Approach:
Detect points of failure in the init scripts and eliminate them. Dockerize the init scripts to eliminate dependency on the operating system.
@zainasir Indeed a great issue, It would be a great work to do, I love working with scripts, have explored it for a long time, will love to do this.
Also do you want to make some other minor fixes like
TODO: servlet-api should be excluded from deps in mvn, the removal below is just a quick fix
Background:
Goal:
Approach:
Need skills:
Familiarity with the command line, bash, docker/docker compose.
Possible mentors:
@zainasir
The text was updated successfully, but these errors were encountered: