nebulizer-v0.4.0
Nebulizer provides a set of command line utilities to help administer users, tools and data libraries in Galaxy instances.
Significant changes in version 0.4.0:
- New subcommand
ping
: 'ping' a Galaxy instance to see if it's responsive (PR #33). - New subcommand
whoami
: reports user associated with the API key (PR #37). add_library_datasets
: refuses to perform upload if using the master API key (essentially API key must have an associated user).install_repositories
: prints a list of all tool repositories that couldn't be installed.- New
--timeout
and--nowait
options added forinstall_tool
,update_tool
andinstall_repositories
subcommands. - Fix to treat tool repositories with status
New
as still installing when trying to install tools (PR #31). - Some improvements to logging (PR #38).