diff --git a/pipelines/skylab/multiome/Multiome.changelog.md b/pipelines/skylab/multiome/Multiome.changelog.md index 2cac5dc595..76d33efb8b 100644 --- a/pipelines/skylab/multiome/Multiome.changelog.md +++ b/pipelines/skylab/multiome/Multiome.changelog.md @@ -1,5 +1,9 @@ # 5.3.0 +2024-07-18 (Date of Last Commit) +* The atac.wdl was refactored into its own directory under the pipelines/skylab directory; this change does not impact the Multiome outputs +# 5.3.0 +2024-07-11 (Date of Last Commit) * Updated the Multiome.wdl to run on Azure. cloud_provider is a new, required input. # 5.2.0 diff --git a/pipelines/skylab/multiome/Multiome.wdl b/pipelines/skylab/multiome/Multiome.wdl index b860b692a7..18dbf75138 100644 --- a/pipelines/skylab/multiome/Multiome.wdl +++ b/pipelines/skylab/multiome/Multiome.wdl @@ -9,7 +9,7 @@ import "../../../tasks/broad/Utilities.wdl" as utils workflow Multiome { - String pipeline_version = "5.3.0" + String pipeline_version = "5.3.1" input { diff --git a/pipelines/skylab/paired_tag/PairedTag.changelog.md b/pipelines/skylab/paired_tag/PairedTag.changelog.md index d6eefd1ae3..5399d720ca 100644 --- a/pipelines/skylab/paired_tag/PairedTag.changelog.md +++ b/pipelines/skylab/paired_tag/PairedTag.changelog.md @@ -1,3 +1,8 @@ +# 1.3.1 +2024-07-18 (Date of Last Commit) + +* The atac.wdl was refactored into its own directory under the pipelines/skylab directory; this change does not impact the PairedTag outputs + # 1.3.0 2024-07-11 (Date of Last Commit) diff --git a/pipelines/skylab/paired_tag/PairedTag.wdl b/pipelines/skylab/paired_tag/PairedTag.wdl index 6c73c9b7b6..8ba5299e3c 100644 --- a/pipelines/skylab/paired_tag/PairedTag.wdl +++ b/pipelines/skylab/paired_tag/PairedTag.wdl @@ -8,7 +8,7 @@ import "../../../tasks/broad/Utilities.wdl" as utils workflow PairedTag { - String pipeline_version = "1.3.0" + String pipeline_version = "1.3.1" input {