Skip to content

Commit

Permalink
changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Jul 18, 2024
1 parent 608e3ea commit 5edf70e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pipelines/skylab/multiome/Multiome.changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pipelines/skylab/multiome/Multiome.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
5 changes: 5 additions & 0 deletions pipelines/skylab/paired_tag/PairedTag.changelog.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion pipelines/skylab/paired_tag/PairedTag.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5edf70e

Please sign in to comment.