Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]: changes that accumulate during working on checkm parsers #65

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Commits on Jul 29, 2020

  1. subparsers that are parents become macros

    - implement output to dir (--directory) to output separate tool
      per subparser
    - prepare to include global macro file (for including
      requirements, citations, help, ...)
    bernt-matthias committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    b67cb4f View commit details
    Browse the repository at this point in the history
  2. install galaxyxml from branch

    corresponding to hexylena/galaxyxml#18
    bernt-matthias committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    00d302d View commit details
    Browse the repository at this point in the history
  3. adapt travis test for submodules

    - output to dir, diff dirs, planemo dir
    bernt-matthias committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    a8991df View commit details
    Browse the repository at this point in the history
  4. switch to py3.7 for testing

    since dicts (and hopefully also attributes) are ordered
    bernt-matthias committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    d1fceab View commit details
    Browse the repository at this point in the history
  5. update example.py

    bernt-matthias committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    c01eede View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f937226 View commit details
    Browse the repository at this point in the history
  7. beautify tool name and id

    - remove '.py' extension if existent
    - replace '-' by '_'
    - for id: replace ' ' by '_'
    
    also overwrite tool xml files (wo warning)
    bernt-matthias committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    cfb73fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f6fa0c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    c5c38fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2915c92 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. update travis

    bernt-matthias committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    dd75615 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    770ba8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed8cc15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56d1a93 View commit details
    Browse the repository at this point in the history
  5. adapt tests for macros

    bernt-matthias committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    c24b323 View commit details
    Browse the repository at this point in the history
  6. allow to use multiple global macro files

    and test cleanup
    bernt-matthias committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    b40d46e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d97c469 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    f298662 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13a4166 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Configuration menu
    Copy the full SHA
    fe89876 View commit details
    Browse the repository at this point in the history
  2. travis fixes

    bernt-matthias committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    fbf0085 View commit details
    Browse the repository at this point in the history
  3. use basename of macros in xml import

    if directory is specified.
    bernt-matthias committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    e69336c View commit details
    Browse the repository at this point in the history
  4. add missing actions

    - print error message if parameter can not be translated
    - cwl: implement StoreConst, Help, and Version actions
    - xml: implement HelpAction
    bernt-matthias committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    b2660ad View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    b242b25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b6cfa4 View commit details
    Browse the repository at this point in the history