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
Now you can detach again with Ctrl + P followed by Ctrl + Q
Check logs with kubectl logs -f cbioportal-importer
Delete the pod again with kubectl delete pod cbioportal-importer
We should find some way to this in a more automated fashion. Some options:
Spin up a pod with multiple containers. First container downloads the datahub study of interest set with some env variable. Second container is the cBioPortal importer that actually imports it
Have an "always on" import container. Whenever we copy files into a particular folder it starts importing
The text was updated successfully, but these errors were encountered:
One way to do it semi-manually now is:
First download a study from datahub on your local machine following https://github.com/cbioportal/datahub#how-to-download-data
Update a local portal.properties to have the correct import credentials
Start a cbioportal-importer container:
You can exit it for now after starting
Now you can detach again with Ctrl + P followed by Ctrl + Q
Check logs with kubectl logs -f cbioportal-importer
Delete the pod again with
kubectl delete pod cbioportal-importer
We should find some way to this in a more automated fashion. Some options:
Spin up a pod with multiple containers. First container downloads the datahub study of interest set with some env variable. Second container is the cBioPortal importer that actually imports it
Have an "always on" import container. Whenever we copy files into a particular folder it starts importing
The text was updated successfully, but these errors were encountered: