Skip to content

Commit

Permalink
Merge pull request #19433 from bernt-matthias/doc/user_name
Browse files Browse the repository at this point in the history
Document `$__user_name__`
  • Loading branch information
davelopez authored Jan 27, 2025
2 parents bdea7bc + 0291485 commit bb8ecc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/galaxy/tool_util/xsd/galaxy.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4581,7 +4581,8 @@ Name | Description
``$__root_dir__`` | Top-level Galaxy source directory made absolute via ``os.path.abspath()``
``$__datatypes_config__`` | ``config/galaxy.ini``'s datatypes_config value
``$__user_id__`` | Numeric ID of user (id column of ``galaxy_user`` table in the database)
``$__user_email__`` | Email address of user
``$__user_email__`` | Email address of the user
``$__user_name__`` | User name of the user
``$__app__`` | The ``galaxy.app.UniverseApplication`` instance, gives access to all other configuration file variables (e.g. $__app__.config.output_size_limit). Should be used as a last resort, may go away in future releases.
``$__target_datatype__`` | Only available in converter tools when run internally by Galaxy. Contains the target datatype of the conversion
Expand Down

0 comments on commit bb8ecc9

Please sign in to comment.