Tuks-ICMM / Pharmacogenetic-Analysis-Pipeline

A Snakemake powered pipeline developed to perform variant-effect-prediction and frequency analysis given multiple Variant Call Format datasets. This has been developed in partial fulfilment of a MSc in Bioinformatics at the University of Pretoria by Graeme Ford.
https://tuks-icmm.github.io/Pharmacogenetic-Analysis-Pipeline/
Creative Commons Attribution 4.0 International
0 stars 0 forks source link

pip-compile(deps): bump snakemake from 7.20.0 to 7.22.0 #115

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps snakemake from 7.20.0 to 7.22.0.

Release notes

Sourced from snakemake's releases.

v7.22.0

7.22.0 (2023-02-12)

Features

Bug Fixes

  • assume shared filesystem by default when running with --flux (#2075) (4bec2fd)
  • properly handle NA values for paramspaces (#2098) (6b6a880)

v7.21.0

7.21.0 (2023-01-30)

Features

  • ability to encode paramspaces into a single wildcard, via the newly introduced single_wildcard argument of Paramspace. (#2069) (728ab3c)
  • allow input, output, and params to be used in functions passed to report mark arguments (#2081) (93ff8b6)

Bug Fixes

  • more robust encoding of params in persistent metadata storage. This way, pandas parameters do not lead to spurious rerun triggers. (#2080) (106a4c3)
  • more robust parsing of sacct output in slurm executor (#2036) (fe651f8)
  • Postprocess job groups in toposorted order for correct touch times (#2073) (10b5849)
Changelog

Sourced from snakemake's changelog.

7.22.0 (2023-02-12)

Features

Bug Fixes

  • assume shared filesystem by default when running with --flux (#2075) (4bec2fd)
  • properly handle NA values for paramspaces (#2098) (6b6a880)

7.21.0 (2023-01-30)

Features

  • ability to encode paramspaces into a single wildcard, via the newly introduced single_wildcard argument of Paramspace. (#2069) (728ab3c)
  • allow input, output, and params to be used in functions passed to report mark arguments (#2081) (93ff8b6)

Bug Fixes

  • more robust encoding of params in persistent metadata storage. This way, pandas parameters do not lead to spurious rerun triggers. (#2080) (106a4c3)
  • more robust parsing of sacct output in slurm executor (#2036) (fe651f8)
  • Postprocess job groups in toposorted order for correct touch times (#2073) (10b5849)
Commits
  • 2a4b9b6 chore(main): release 7.22.0 (#2107)
  • 053e3b3 feat: add cleanup containers option (#2088)
  • 6b6a880 fix: properly handle NA values for paramspaces (#2098)
  • 4bec2fd fix: assume shared filesystem by default when running with --flux (#2075)
  • 512e49b chore: testcase for parallel group job execution with slurm executor (#2092)
  • 8f79f22 chore(main): release 7.21.0 (#2074)
  • 93ff8b6 feat: allow input, output, and params to be used in functions passed to repo...
  • 106a4c3 fix: more robust encoding of params in persistent metadata storage. This way,...
  • ac83023 chore(deps): Bump amannn/action-semantic-pull-request from 4.6.0 to 5.0.2 (#1...
  • fe651f8 fix: more robust parsing of sacct output in slurm executor (#2036)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #119.