galaxyproject / galaxy-helm

Minimal setup required to run Galaxy under Kubernetes
MIT License
42 stars 39 forks source link

TODOs for integration with docker-galaxy-stable compose containers #3

Closed pcm32 closed 6 years ago

pcm32 commented 7 years ago

These are the main actionables I need to go through to have a first container based on galaxy-stable compose containers working with the helm deployment, as discussed in #2 . More to come here, as I go through them and find dependent tasks.

bgruening commented 7 years ago

Regarding missing datatypes - do you have a list? We should get them into Galaxy 18.01 directly.

pcm32 commented 7 years ago

Datatypes are mostly from W4M XCMS:

# Missing XCMS datatypes for w4m
COPY external-datatypes/rdata_xcms_datatype.py /galaxy/lib/galaxy/datatypes/
COPY external-datatypes/rdata_camera_datatype.py /galaxy/lib/galaxy/datatypes/
COPY external-datatypes/no_unzip_datatypes.py /galaxy/lib/galaxy/datatypes/
COPY external-datatypes/nmrml_datatype.py /galaxy/lib/galaxy/datatypes/
COPY config/datatypes_conf.xml config/datatypes_conf.xml

from this revision: https://github.com/phnmnl/container-galaxy-k8s-runtime/tree/c6b4bea41481894eeac0e54f786b4f9b839c16e5/external-datatypes

pcm32 commented 6 years ago

Will close this as it is mostly addressed by work on the branch feature/sync_with_galaxy_stable, which is functional albeit lacking a bit of documentation. PhenoMeNal public instances have been running on the compose setup for some months now.