Skip to content

nebulizer-v0.4.0

Compare
Choose a tag to compare
@pjbriggs pjbriggs released this 18 Nov 16:54
· 262 commits to master since this release

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 for install_tool, update_tool and install_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).