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: automatically rerun jobs if parameters, code, input file set, or software stack changed (thanks to @cclienty and @timtroendle). This also increases performance of DAG building by handling job "needrun" updates level wise, while avoiding to perform a full check for those jobs that are already downstream of a job that has been determined to require a rerun. #1663

Merged
merged 12 commits into from May 24, 2022

Commits on May 17, 2022

  1. Copy the full SHA
    3889acb View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Copy the full SHA
    11a1879 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Copy the full SHA
    38b2b53 View commit details
    Browse the repository at this point in the history
  2. fix

    johanneskoester committed May 20, 2022
    Copy the full SHA
    3885cdf View commit details
    Browse the repository at this point in the history
  3. fix msg

    johanneskoester committed May 20, 2022
    Copy the full SHA
    19d7d36 View commit details
    Browse the repository at this point in the history
  4. always print reason

    johanneskoester committed May 20, 2022
    Copy the full SHA
    8d91273 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat/rerun-on-all-changes' of github.com:snakemake/snak…

    …emake into feat/rerun-on-all-changes
    johanneskoester committed May 20, 2022
    Copy the full SHA
    75df92b View commit details
    Browse the repository at this point in the history
  6. help message

    johanneskoester committed May 20, 2022
    Copy the full SHA
    4eb5320 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    546b0a4 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    6603a19 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Copy the full SHA
    a3481ae View commit details
    Browse the repository at this point in the history
  2. docs

    johanneskoester committed May 23, 2022
    Copy the full SHA
    a85b248 View commit details
    Browse the repository at this point in the history