diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4eb9f858..9ce30a6b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.4 +current_version = 2.1.0 commit = True tag = False diff --git a/.github/workflows/clinvar_runner.yaml b/.github/workflows/clinvar_runner.yaml index b9567be6..422856ae 100644 --- a/.github/workflows/clinvar_runner.yaml +++ b/.github/workflows/clinvar_runner.yaml @@ -32,5 +32,5 @@ jobs: curl --fail --silent --show-error -X POST \ -H "Authorization: Bearer $TOKEN" \ -H "Content-Type:application/json" \ - -d '{"output": "generate_clinvar_${{ steps.date.outputs.date }}", "dataset": "talos", "accessLevel": "full", "repo": "automated-interpretation-pipeline", "commit": "${{ github.sha }}", "cwd": "reanalysis", "script": ["./clinvar_runner.py"], "description": "Generate Latest Clinvar Summaries", "image": "australia-southeast1-docker.pkg.dev/cpg-common/images/cpg_aip:2.0.4", "config": {"workflow": {"sequencing_type": "genome"}, "cohorts": {"talos": {"clinvar_filter": ["victorian clinical genetics services, murdoch childrens research institute"]}}}, "wait": false}' \ + -d '{"output": "generate_clinvar_${{ steps.date.outputs.date }}", "dataset": "talos", "accessLevel": "full", "repo": "automated-interpretation-pipeline", "commit": "${{ github.sha }}", "cwd": "reanalysis", "script": ["./clinvar_runner.py"], "description": "Generate Latest Clinvar Summaries", "image": "australia-southeast1-docker.pkg.dev/cpg-common/images/cpg_aip:2.1.0", "config": {"workflow": {"sequencing_type": "genome"}, "cohorts": {"talos": {"clinvar_filter": ["victorian clinical genetics services, murdoch childrens research institute"]}}}, "wait": false}' \ https://server-a2pko7ameq-ts.a.run.app diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 7a642a3e..36be3424 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -5,7 +5,7 @@ on: - main env: - VERSION: 2.0.4 + VERSION: 2.1.0 jobs: docker: diff --git a/reanalysis/reanalysis_global.toml b/reanalysis/reanalysis_global.toml index 28485008..7c776af9 100644 --- a/reanalysis/reanalysis_global.toml +++ b/reanalysis/reanalysis_global.toml @@ -69,7 +69,7 @@ default_memory = 'highmem' [images] gatk = 'australia-southeast1-docker.pkg.dev/cpg-common/images/gatk:4.2.6.1' -aip = 'australia-southeast1-docker.pkg.dev/cpg-common/images/cpg_aip:2.0.4' +aip = 'australia-southeast1-docker.pkg.dev/cpg-common/images/cpg_aip:2.1.0' vep_110 = "australia-southeast1-docker.pkg.dev/cpg-common/images/vep_110:release_110.1" cpg_workflows = "australia-southeast1-docker.pkg.dev/cpg-common/images/cpg_workflows:latest" diff --git a/reanalysis/version.py b/reanalysis/version.py index fcca3c4a..c4e5d08e 100644 --- a/reanalysis/version.py +++ b/reanalysis/version.py @@ -3,4 +3,4 @@ """ # Do not edit this file manually -__version__ = '2.0.4' +__version__ = '2.1.0' diff --git a/setup.py b/setup.py index 2c9a4806..42840b5b 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def read_reqs(filename: str) -> list[str]: name='automated-interpretation-pipeline', description='CPG Variant Prioritisation', long_description=readme, - version='2.0.4', + version='2.1.0', author='Matthew Welland, CPG', author_email=( 'matthew.welland@populationgenomics.org.au, '