Skip to content

Commit

Permalink
Exomiser scripts were swapped (#1090)
Browse files Browse the repository at this point in the history
* I swapped the scripts by accident

* Bump version: 1.32.9 → 1.32.10
  • Loading branch information
MattWellie authored Jan 3, 2025
1 parent af163cb commit 985d5d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.32.9
current_version = 1.32.10
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.32.9
VERSION: 1.32.10

jobs:
docker:
Expand Down
8 changes: 4 additions & 4 deletions 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.32.9',
version='1.32.10',
description='CPG workflows for Hail Batch',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -82,10 +82,10 @@
'subset_mt_to_dataset = cpg_workflows.scripts.subset_mt_to_dataset:cli_main',
# Reconfigure annotations for Seqr Export
'annotate_dataset_small = cpg_workflows.scripts.annotate_dataset_small_vars:cli_main',
# script for combining multiple per-family exomiser Variant-level TSVs into a single JSON & Hail Table
'combine_exomiser_variants = cpg_workflows.scripts.combine_exomiser_gene_tsvs:cli_main',
# script for combining multiple per-family exomiser Gene-level TSVs into a single JSON
'combine_exomiser_genes = cpg_workflows.scripts.combine_exomiser_variant_tsvs:cli_main',
'combine_exomiser_genes = cpg_workflows.scripts.combine_exomiser_gene_tsvs:cli_main',
# script for combining multiple per-family exomiser Variant-level TSVs into a single JSON & Hail Table
'combine_exomiser_variants = cpg_workflows.scripts.combine_exomiser_variant_tsvs:cli_main',
],
},
)

0 comments on commit 985d5d3

Please sign in to comment.