We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0bf89 commit f4620e0Copy full SHA for f4620e0
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
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
8
9
## [1.2.1] - 2022-01-26
10
workflows/main.wdl
@@ -9,7 +9,7 @@ import "./tasks/generate_summary.wdl" as report
workflow main {
11
12
- String pipeline_version = "1.2.1"
+ String pipeline_version = "1.2.2"
13
String container_src = "ghcr.io/anand-imcm/pb-variant-call:~{pipeline_version}"
14
15
input {
0 commit comments