Skip to content

snakemake v7.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 08:18
35d72ee

Features

  • 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) (4c11893)
  • enable the definition of conda pin files in order to freeze an environment. This can drastically increase the robustness because it allows to freeze an environment at a working state. (#1667) (53972bf)

Bug Fixes

  • fail with error if conda installation is not set to strict channel priorities (#1672) (f1ffbf2)
  • fix errors occurring when refering to input func via rules..input (#1669) (28a4795)
  • parsing error when combining single line directive with multi-line directive in use rule statements (#1662) (26e57d6)