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

Implement job and tool stdio separation #318

Merged
merged 10 commits into from
Apr 11, 2023

Commits on Apr 10, 2023

  1. Implement job and tool stdio separation

    and always set up job i/o redirection on the pulsar side.
    Since pulsar stdio is broken prior to this on 23.0 this is maybe
    a good time to make the switch. Seems like this detail should be
    controlled on pulsar, not Galaxy.
    mvdbeek committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    00fa8c6 View commit details
    Browse the repository at this point in the history
  2. Test against my fork

    mvdbeek committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    d0baaa7 View commit details
    Browse the repository at this point in the history
  3. Import MEMORY_STATEMENT.sh from Galaxy

    This will write to metadata/memory_statement.log, instead of the working
    directory. Fixes a bunch of tests that use metadata collection.
    mvdbeek committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    84bc15c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    463f8bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    108946a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c0936f View commit details
    Browse the repository at this point in the history
  7. Decrease complexity

    mvdbeek committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    a0ee452 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    194e525 View commit details
    Browse the repository at this point in the history
  9. Bump up minimum galaxy-util version

    Should fix galaxyproject#311.
    mvdbeek committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    a596a85 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1bab112 View commit details
    Browse the repository at this point in the history