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

feat: adding service jobs, i.e. the ability to define jobs that provide a resource for consumers (like a shared memory device or a database), and will be automatically terminated by Snakemake once all consumers are finished. #1413

Merged
merged 5 commits into from Feb 22, 2022

Commits on Feb 21, 2022

  1. feat: ability to flag output files as service, meaning that the gener…

    …ating job is expected to stay active until the file is not needed anymore by consuming jobs
    johanneskoester committed Feb 21, 2022
    Copy the full SHA
    5b15caf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    11ae7c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Copy the full SHA
    a09ee5c View commit details
    Browse the repository at this point in the history
  2. add missing testcase

    johanneskoester committed Feb 22, 2022
    Copy the full SHA
    d84d52b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5c58a80 View commit details
    Browse the repository at this point in the history