Skip to content

Commit f4620e0

Browse files
committed
Fix coverage plot artifacts by sorting coverage data by position
1 parent cc0bf89 commit f4620e0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
All notable changes to this project will be documented in this file.
4+
## [1.2.2] - 2022-01-30
5+
6+
### Fixed
7+
- Coverage plot artifacts -> Sort coverage data by position
48

59
## [1.2.1] - 2022-01-26
610

workflows/main.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import "./tasks/generate_summary.wdl" as report
99

1010
workflow main {
1111

12-
String pipeline_version = "1.2.1"
12+
String pipeline_version = "1.2.2"
1313
String container_src = "ghcr.io/anand-imcm/pb-variant-call:~{pipeline_version}"
1414

1515
input {

0 commit comments

Comments
 (0)