According to the Import Reference Genome docs, reference genomes can be imported via the importReferenceGenome.pl script, located in <your_cbioportal_dir>/core/src/main/scripts.
However, this script doesn't exist in the /cbioportal/core/src/main/scripts directory in a container running the cbioportal/cbioportal image.
Below is me connecting to the docker image via docker-compose, using the yml file from the cBioPortal/cBioPortal-docker-compose repo:
According to the Import Reference Genome docs, reference genomes can be imported via the
importReferenceGenome.pl
script, located in<your_cbioportal_dir>/core/src/main/scripts
.However, this script doesn't exist in the
/cbioportal/core/src/main/scripts
directory in a container running thecbioportal/cbioportal
image.Below is me connecting to the docker image via
docker-compose
, using theyml
file from thecBioPortal/cBioPortal-docker-compose
repo:Any help is appreciated!