bgruening / docker-ipython-notebook

:whale: :microscope: :books: IPython running in a docker container. This image can be used to integrate IPython into Galaxy
MIT License
17 stars 9 forks source link

Dyn host #36

Closed hexylena closed 9 years ago

hexylena commented 9 years ago

Major cleanup to get_galaxy_connection function.

New failover path, start with the passed galaxy_url, and try that. Failing that, substitute in $DOCKER_HOST if it's there Major cleanup to get_galaxy_connection function.

New failover path, start with the passed galaxy_url, and try that. If $DOCKER_HOST is in the variable, it'll be substituted in. Failing that, we pass to a completely custom-built URL, and then toss up an exception.

bgruening commented 9 years ago

Nice restructuring!

hexylena commented 9 years ago

@bgruening mind if I push the safe_sub straight to master?

bgruening commented 9 years ago

Of course not.

hexylena commented 9 years ago

Done. https://github.com/bgruening/docker-ipython-notebook/commit/a091be0348734b91ab2b97abd016a34623c51117