Skip to content

Commit

Permalink
Cromwell job wrapper doesn't take access level any more (#541)
Browse files Browse the repository at this point in the history
* Cromwell job wrapper doesn't take access level any more

* Bump version: 1.18.11 → 1.18.12
  • Loading branch information
MattWellie authored Dec 6, 2023
1 parent f19c937 commit 518d3f2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.18.11
current_version = 1.18.12
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
contents: read

env:
VERSION: 1.18.11
VERSION: 1.18.12

jobs:
docker:
Expand Down
1 change: 0 additions & 1 deletion cpg_workflows/stages/gatk_sv/gatk_sv_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ def add_gatk_sv_jobs(
b=batch,
job_prefix=job_prefix,
dataset=get_config()['workflow']['dataset'],
access_level=get_config()['workflow']['access_level'],
repo='gatk-sv',
commit=GATK_SV_COMMIT,
cwd='wdl',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(
name='cpg-workflows',
# This tag is automatically updated by bumpversion
version='1.18.11',
version='1.18.12',
description='CPG workflows for Hail Batch',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 518d3f2

Please sign in to comment.