Skip to content

Commit

Permalink
changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Jun 7, 2024
1 parent 774b129 commit 498b743
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
5 changes: 5 additions & 0 deletions pipelines/skylab/multiome/Multiome.changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 5.0.1
2024-05-20 (Date of Last Commit)

* Updated the Multiome.wdl to run on Azure

# 5.0.0
2024-05-20 (Date of Last Commit)

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 @@ -8,7 +8,7 @@ import "../../../tasks/broad/Utilities.wdl" as utils

workflow Multiome {

String pipeline_version = "5.0.0"
String pipeline_version = "5.0.1"

input {
String cloud_provider
Expand Down
5 changes: 5 additions & 0 deletions pipelines/skylab/multiome/atac.changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 5.0.1
2024-06-07 (Date of Last Commit)

* Updated the atac.wdl to run on Azure

# 2.0.0
2024-05-20 (Date of Last Commit)

Expand Down
4 changes: 2 additions & 2 deletions pipelines/skylab/multiome/atac.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ workflow ATAC {
String adapter_seq_read3 = "TCGTCGGCAGCGTCAGATGTGTATAAGAGACAG"
}

String pipeline_version = "2.0.0"
String pipeline_version = "2.0.1"

# Determine docker prefix based on cloud provider
String gcr_docker_prefix = "us.gcr.io/broad-gotc-prod/"
String acr_docker_prefix = "dsppipelinedev.azurecr.io/"
String acr_docker_prefix = "dsppipeli nedev.azurecr.io/"
String docker_prefix = if cloud_provider == "gcp" then gcr_docker_prefix else acr_docker_prefix

# Docker image names
Expand Down
2 changes: 1 addition & 1 deletion pipelines/skylab/optimus/Optimus.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ workflow Optimus {
# version of this pipeline

String pipeline_version = "7.1.0"
String pipeline_version = "7.1.2"


# this is used to scatter matched [r1_fastq, r2_fastq, i1_fastq] arrays
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 @@
# 0.7.1
2024-06-07 (Date of Last Commit)

* Updated the PairedTag.wdl to run on Azure

# 0.7.0
2024-05-20

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 @@ -7,7 +7,7 @@ import "../../../tasks/skylab/PairedTagUtils.wdl" as Demultiplexing
import "../../../tasks/broad/Utilities.wdl" as utils

workflow PairedTag {
String pipeline_version = "0.7.0"
String pipeline_version = "0.7.1"

input {
String input_id
Expand Down

0 comments on commit 498b743

Please sign in to comment.