Closed mhabsaoui closed 3 days ago
Thanks to @jyotipm29 we are back on track :smile: The new 24.1 image contains a lot of changes and reflects the latest developments in Galaxy. I would like to close this PR, but please feel free to reopen and rebase against the latest version.
Please give it a try:
docker run -p 8080:80 -p 8021:21 -p 4002:4002 --privileged=true -e "GALAXY_DESTINATIONS_DEFAULT=slurm_cluster_docker" -v /tmp/galaxy-data/:/export/ quay.io/bgruening/galaxy:24.1
... or any other combination. The readme has been updated. Please add any useful tip to it.
For a list of changes, see the Changelog.
Hi @bgruening,
I followed those exact steps to add a non-tool-shed to my galaxy instance.
But, when I select my local tool on galaxy web interface I see no file selector icon next to my tool input in order to select my dataset available in history...
Debug Info:
command to run docker galaxy instance:
docker run --rm -p 8080:80 -p 9002:9002 -e "GALAXY_LOGGING=full" -e GALAXY_CONFIG_TOOL_CONFIG_FILE=config/tool_conf.xml.sample,config/shed_tool_conf.xml.sample,/local_tools/tools_conf.xml -v /home/user/Documents/galaxy-tools/:/local_tools --name galaxy bgruening/galaxy-stable
My local tool declaration:
Any suggestion is welcome...
Thanks