galaxyproject / ephemeris

Library for managing Galaxy plugins - tools, index data, and workflows.
https://ephemeris.readthedocs.org/
Other
27 stars 38 forks source link

Use kwargs for bioblend #9

Closed mvdbeek closed 8 years ago

mvdbeek commented 8 years ago

The latest bioblend adds one more kwarg to the install_repository_revision method. We are passing argument values to bioblend, so this causes some unexpected behaviour (tool_panel_section_label turns into tool_panel_section_id) when using the old script in ansible-galaxy-tools. We should use kwargs anyway to have more obvious errors.

We should also consider deprecating the tool_panel_id, lot's of people on the mailing list appear to be struggling with the old role because of this.