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

Split script into 2 commands: 1 to extract, 1 to filter tools #18

Merged
merged 21 commits into from
Nov 1, 2023

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    cf5bfd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cee01f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db1bfaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed3faa3 View commit details
    Browse the repository at this point in the history
  5. Fix linting

    bebatut committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b806367 View commit details
    Browse the repository at this point in the history
  6. Fix filtering by categories

    bebatut committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    307917b View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Nicola Soranzo <[email protected]>
    bebatut and nsoranzo authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    183a102 View commit details
    Browse the repository at this point in the history
  8. Restructure check_categories function

    Co-authored-by: Nicola Soranzo <[email protected]>
    bebatut and nsoranzo authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    eff7c73 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: Nicola Soranzo <[email protected]>
    bebatut and nsoranzo authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d36aeb7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4f5c5be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9e29a29 View commit details
    Browse the repository at this point in the history
  12. Update bin/extract_galaxy_tools.py

    Co-authored-by: Nicola Soranzo <[email protected]>
    bebatut and nsoranzo authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b288fd4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9dfe539 View commit details
    Browse the repository at this point in the history
  14. Fix format col

    bebatut committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    4cef75c View commit details
    Browse the repository at this point in the history
  15. Change CSV to TSV

    bebatut committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    fcd978f View commit details
    Browse the repository at this point in the history
  16. Fix format col

    bebatut committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2486e8d View commit details
    Browse the repository at this point in the history
  17. bio.tools DNS entry is back

    nsoranzo committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    49c8a7a View commit details
    Browse the repository at this point in the history
  18. Add missing type annotations

    nsoranzo committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    88c02a3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e71310a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Write extracted tools only once

    Also:
    - Use `.extend()` instead of `+=` (slightly faster)
    - Write error messages to `sys.stderr`
    nsoranzo committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1bfbc2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c667c6e View commit details
    Browse the repository at this point in the history