Is it possible to access session parameters and use them in Galaxy tool wrappers? If so, how? I am integrating Galaxy with a local system, and I need the current session ID to be able to access user and session-specific data. I am already getting the user email as $__user_email__ (from https://wiki.galaxyproject.org/Admin/Tools/ToolConfigSyntax#A.3Ccommand.3E_t... ). Any suggestions gratefully received. Thanks!
This information is not readily accessible during tool command line generation. You can access some extra data with the $__user__ object - it is the underlying model object. Are you hacking the session information with extras or do you want stuff already associated with the Galaxy session such as current history? -John On Wed, Jun 8, 2016 at 3:11 PM, Amelia Ireland <aireland@lbl.gov> wrote:
Is it possible to access session parameters and use them in Galaxy tool wrappers? If so, how? I am integrating Galaxy with a local system, and I need the current session ID to be able to access user and session-specific data. I am already getting the user email as $__user_email__ (from https://wiki.galaxyproject.org/Admin/Tools/ToolConfigSyntax#A.3Ccommand.3E_t...).
Any suggestions gratefully received. Thanks!
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: https://lists.galaxyproject.org/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
participants (2)
-
Amelia Ireland
-
John Chilton