Skip to content

Commit 10caa38

Browse files
committed
Merge branch 'TU' into 'dev'
Template update See merge request epi2melabs/workflows/wf-pore-c!77
2 parents 3d0e6e6 + c5344ac commit 10caa38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [unreleased]
7+
## [v1.3.0]
88
### Added
99
- Workflow will generate VCF index file if it doesn't exist.
1010
### Fixed

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ params {
6666
"--ref 'wf-pore-c-demo/porec_test.fasta'",
6767
"--vcf 'wf-pore-c-demo/porec_test.phased_variants.vcf.gz'",
6868
]
69-
common_sha = "shae58638742cf84dbeeec683ba24bcdee67f64b986"
69+
common_sha = "shad28e55140f75a68f59bbecc74e880aeab16ab158"
7070
container_sha = 'sha3787c234c0cacf66a67fb77da223cc2e1cb0baf0'
7171
pore_c_py_sha = 'sha50378db56ddafe19f5e1d313ddb52dc70bbcc2bd'
7272
agent = null
@@ -80,7 +80,7 @@ manifest {
8080
description = 'workflow for analysing pore-c data.'
8181
mainScript = 'main.nf'
8282
nextflowVersion = '>=23.04.2'
83-
version = 'v1.2.2'
83+
version = 'v1.3.0'
8484
}
8585

8686
epi2melabs {

0 commit comments

Comments
 (0)