Skip to content

Commit 79da0aa

Browse files
committed
WARP versions of pipelines depending on StarAlign
1 parent f0f59db commit 79da0aa

File tree

9 files changed

+28
-8
lines changed

9 files changed

+28
-8
lines changed

pipeline_versions.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ IlluminaGenotypingArray 1.12.27 2026-01-21
99
Imputation 1.1.23 2025-10-03
1010
ImputationBeagle 3.0.1 2026-02-23
1111
JointGenotyping 1.7.3 2025-08-11
12-
MultiSampleSmartSeq2SingleNucleus 2.2.5 2026-02-24
13-
Multiome 6.1.5 2026-02-24
12+
MultiSampleSmartSeq2SingleNucleus 2.2.6 2026-03-31
13+
Multiome 6.1.6 2026-03-31
1414
Optimus 8.0.7 2026-03-31
15-
PairedTag 2.1.11 2026-02-24
15+
PairedTag 2.1.12 2026-03-31
1616
PeakCalling 1.0.1 2025-08-11
1717
Pipeline Name Version Date of Last Commit
1818
RNAWithUMIsPipeline 1.0.20 2026-01-21
1919
ReblockGVCF 2.4.4 2026-01-29
2020
SlideSeq 3.6.6 2026-03-31
21-
SlideTags 1.0.8 2026-02-24
21+
SlideTags 1.0.9 2026-03-31
2222
UltimaGenomicsJointGenotyping 1.2.3 2025-08-11
2323
UltimaGenomicsWholeGenomeCramOnly 1.1.3 2026-01-21
2424
UltimaGenomicsWholeGenomeGermline 1.2.2 2026-01-29

pipelines/wdl/multiome/Multiome.changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 6.1.6
2+
2026-03-31 (Date of Last Commit)
3+
4+
* Updated Optimus sub-workflow to v8.0.7 which moved conditional logic for STAR parameters out of task command blocks into workflow-level WDL expressions; this does not affect the outputs of this pipeline
5+
16
# 6.1.5
27
2026-02-24 (Date of Last Commit)
38

pipelines/wdl/multiome/Multiome.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import "../../../tasks/wdl/Utilities.wdl" as utils
1010
workflow Multiome {
1111

1212

13-
String pipeline_version = "6.1.5"
13+
String pipeline_version = "6.1.6"
1414

1515

1616
input {

pipelines/wdl/paired_tag/PairedTag.changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.1.12
2+
2026-03-31 (Date of Last Commit)
3+
4+
* Updated Optimus sub-workflow to v8.0.7 which moved conditional logic for STAR parameters out of task command blocks into workflow-level WDL expressions; this does not affect the outputs of this pipeline
5+
16
# 2.1.11
27
2026-02-24 (Date of Last Commit)
38

pipelines/wdl/paired_tag/PairedTag.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import "../../../tasks/wdl/Utilities.wdl" as utils
99

1010
workflow PairedTag {
1111

12-
String pipeline_version = "2.1.11"
12+
String pipeline_version = "2.1.12"
1313

1414
input {
1515
String input_id

pipelines/wdl/slidetags/SlideTags.changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.0.9
2+
2026-03-31 (Date of Last Commit)
3+
4+
* Updated Optimus sub-workflow to v8.0.7 which moved conditional logic for STAR parameters out of task command blocks into workflow-level WDL expressions; this does not affect the outputs of this pipeline
5+
16
# 1.0.8
27
2026-02-24 (Date of Last Commit)
38

pipelines/wdl/slidetags/SlideTags.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "../optimus/Optimus.wdl" as optimus
66

77
workflow SlideTags {
88

9-
String pipeline_version = "1.0.8"
9+
String pipeline_version = "1.0.9"
1010

1111
input {
1212

pipelines/wdl/smartseq2_single_nucleus_multisample/MultiSampleSmartSeq2SingleNucleus.changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.2.6
2+
2026-03-31 (Date of Last Commit)
3+
4+
* Updated StarAlign.wdl dependency which refactored task inputs and added a new ParseReadStructure utility task; the tasks used by this pipeline (StarAlignFastqMultisample, STARGenomeRefVersion) are unchanged and this does not affect the outputs of this pipeline
5+
16
# 2.2.5
27
2026-02-24 (Date of Last Commit)
38

pipelines/wdl/smartseq2_single_nucleus_multisample/MultiSampleSmartSeq2SingleNucleus.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ workflow MultiSampleSmartSeq2SingleNucleus {
5959
}
6060
6161
# Version of this pipeline
62-
String pipeline_version = "2.2.5"
62+
String pipeline_version = "2.2.6"
6363
6464
if (false) {
6565
String? none = "None"

0 commit comments

Comments
 (0)