:whale::bar_chart::books: Docker Images tracking the stable Galaxy releases.
I am running docker-galaxy-stable in separate containers with galaxy-compose and I have set the following in then environment for galaxy-web:
root@galaxy:/# printenv | sort | grep RUNNERS
GALAXY_RUNNERS_ENABLE_CONDOR=False
GALAXY_RUNNERS_ENABLE_K8=False
GALAXY_RUNNERS_ENABLE_SLURM=Trueyet the condor system is running:
root@galaxy:/# ps -o command ax | grep condor | grep -v grep
condor_master -f -t
condor_procd -A /var/run/condor/procd_pipe -L /var/log/condor/ProcLog -R 1000000 -S 60 -C 102
condor_shared_port -f
condor_schedd -fAny ideas why condor is running?
Thank you.
apt-get install libidn11 and re-ran my blastn job, and it succeeded. Has anyone else seen a similar error? I didn't see any issues on the docker-galaxy-stable GitHub repo. Should I post one there?
GALAXY_MEMORY_* variables
Hello everyone,
I would like to change the middle panel of the galaxy Galaxy docker instance in the "flavor" I am working on and is provided through quay.io. I was wondering what the best way is to do this, since I would like to do this without the /export directory. The things I tried are:
/galaxy-central/static/welcome.html file/etc/galaxy/galaxy.ymlThank you in advance