Skip to content

Commit

Permalink
Merge branch 'cw-5106' into 'dev'
Browse files Browse the repository at this point in the history
Template v5.3.3 [CW-5106]

See merge request epi2melabs/workflows/wf-somatic-variation!157
  • Loading branch information
kiahmcintosh committed Dec 13, 2024
2 parents 81de957 + 80c0987 commit f53d3da
Show file tree
Hide file tree
Showing 26 changed files with 620 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- epi2melabs==0.0.57
- id: build_models
name: build_models
entry: datamodel-codegen --strict-nullable --base-class workflow_glue.results_schema_helpers.BaseModel --use-schema-description --disable-timestamp --input results_schema.yml --input-file-type openapi --output bin/workflow_glue/results_schema.py
entry: datamodel-codegen --strict-nullable --base-class workflow_glue.results_schema_helpers.BaseModel --use-subclass-enum --use-schema-description --disable-timestamp --input results_schema.yml --input-file-type openapi --output bin/workflow_glue/results_schema.py
language: python
files: 'results_schema.yml'
pass_filenames: false
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.4.1]
### Changed
- Reconcile workflow with wf-template v5.3.3

## [v1.4.0]
### Added
- BED files for the VNTR regions in hg19/hg38 from [Severus](https://github.com/KolmogorovLab/Severus/tree/main/vntrs).
Expand Down
Empty file modified bin/workflow_glue/__init__.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/annotate_mutations.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/check_bam_headers_in_dir.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/check_mapped_reads.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/check_sample_sheet.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/check_sq_ref.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/check_valid_modbam.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/check_xam_index.py
100755 → 100644
Empty file.
Loading

0 comments on commit f53d3da

Please sign in to comment.