Skip to content

Commit

Permalink
updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
aawdeh committed Dec 12, 2024
1 parent e4d6aee commit 7c78925
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 3 deletions.
5 changes: 5 additions & 0 deletions pipelines/skylab/optimus/Optimus.changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 7.9.1
2024-12-12 (Date of Last Commit)

* Added a boolean variable is_slidetag. Set to true if Slide-Tags pipeline calling Optimus, otherwise false.

# 7.9.0
2024-12-05 (Date of Last Commit)

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 @@ -80,7 +80,7 @@ workflow Optimus {
}

# version of this pipeline
String pipeline_version = "7.9.0"
String pipeline_version = "7.9.1"

# this is used to scatter matched [r1_fastq, r2_fastq, i1_fastq] arrays
Array[Int] indices = range(length(r1_fastq))
Expand Down
5 changes: 5 additions & 0 deletions pipelines/skylab/slideseq/SlideSeq.changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.4.8
2024-12-12 (Date of Last Commit)

* Added a boolean variable is_slidetag; this does not affect the outputs of the pipeline.

# 3.4.7
2024-12-3 (Date of Last Commit)

Expand Down
2 changes: 1 addition & 1 deletion pipelines/skylab/slideseq/SlideSeq.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import "../../../tasks/broad/Utilities.wdl" as utils

workflow SlideSeq {

String pipeline_version = "3.4.7"
String pipeline_version = "3.4.8"

input {
Array[File] r1_fastq
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.0.7
2024-12-12 (Date of Last Commit)

* Added a boolean variable is_slidetag; this does not affect the outputs of the pipeline.

# 2.0.6
2024-11-15 (Date of Last Commit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ workflow MultiSampleSmartSeq2SingleNucleus {
}

# Version of this pipeline
String pipeline_version = "2.0.6"
String pipeline_version = "2.0.7"

if (false) {
String? none = "None"
Expand Down

0 comments on commit 7c78925

Please sign in to comment.