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
@@ -641,6 +642,8 @@ A few Interactive Tool wrappers are provided with Galaxy, but they are [commente
641
642
> + tools:
642
643
> + - id: interactive_tool_ethercalc
643
644
> + environment: local_interactive_env
645
+
> + - id: interactive_tool_jupyter_notebook
646
+
> + environment: local_interactive_env
644
647
> ```
645
648
>
646
649
> Of considerable note is the `docker_volumes` param: the variable expansions are explained in the [advanced sample job configuration][job-conf-docker]. We'll use this volume configuration for now but it has some considerable data security problems. We'll discuss a better solution at the end of this tutorial.
@@ -1002,13 +1005,13 @@ The next step is configuring Galaxy and the Interactive Tool Proxy to use the ne
1002
1005
> galaxy_config:
1003
1006
> galaxy:
1004
1007
> # ... existing configuration options in the `galaxy` section ...
1005
-
> # interactivetools_map: "{{ gie_proxy_sessions_path }}" # comment, remove or leave this line in place (it will be overridden by the option below)
> # interactivetools_map: "{{ galaxy_config.gravity.gx_it_proxy.sessions }}" # comment, remove or leave this line in place (it will be overridden by the option below)
0 commit comments