You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipelines/skylab/multiome/Multiome.changelog.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
# 6.0.0
2
+
2025-03-19 (Date of Last Commit)
3
+
* Refactored the STAR alignment step (STARsoloFastq) in Optimus and removed tasks FastqProcessing and MergeSortBamFiles; we are no longer sharding. We are now running one instance of STAR
Copy file name to clipboardExpand all lines: pipelines/skylab/optimus/Optimus.changelog.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
# 8.0.0
2
+
2025-03-19 (Date of Last Commit)
3
+
4
+
* Removed boolean variable is_slidetags; no longer needed with new updates
5
+
* Refactored the STAR alignment step and removed tasks FastqProcessing and MergeSortBamFiles; we are no longer sharding. We are now running one instance of STAR
6
+
* Added parameters for STARsoloFastq task, including cpu_platform_star, mem_size_star, cpu_star, disk_star, limitBAMsortRAM_star, and outBAMsortingBinsN_star, for dynamic allocation of resources depending on input size
description: "The optimus 3' pipeline processes 10x genomics sequencing data based on the v2 chemistry. It corrects cell barcodes and UMIs, aligns reads, marks duplicates, and returns data as alignments in BAM format and as counts in sparse matrix exchange format."
17
+
allowNestedInputs: true
17
18
}
18
19
19
20
input {
@@ -75,12 +76,10 @@ workflow Optimus {
75
76
# for example: `"Optimus.StarAlign.preemptible": 3` will let the StarAlign task, which by default disables the
76
77
# usage of preemptible machines, attempt to request for preemptible instance up to 3 times.
77
78
78
-
# Set to true if slide-tags calls optimus, other wise set to false
79
-
Booleanis_slidetags = false
80
79
}
81
80
82
81
# version of this pipeline
83
-
Stringpipeline_version = "7.9.2"
82
+
Stringpipeline_version = "8.0.0"
84
83
85
84
# this is used to scatter matched [r1_fastq, r2_fastq, i1_fastq] arrays
Copy file name to clipboardExpand all lines: pipelines/skylab/paired_tag/PairedTag.changelog.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
# 2.0.0
2
+
2025-03-19 (Date of Last Commit)
3
+
* Refactored the STAR alignment step in Optimus and removed tasks FastqProcessing and MergeSortBamFiles; we are no longer sharding. We are now running one instance of STAR
Copy file name to clipboardExpand all lines: pipelines/skylab/slideseq/SlideSeq.changelog.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
# 3.5.0
2
+
2025-02-25 (Date of Last Commit)
3
+
* Refactored the STAR alignment step (STARsoloFastq ) in Optimus and removed tasks FastqProcessing and MergeSortBamFiles; we are no longer sharding. We are now running one instance of STAR; this does not affect the outputs of the pipeline
4
+
1
5
# 3.4.9
2
6
2025-02-25 (Date of Last Commit)
3
7
* Updated the warp-tools docker image to include an update to the GroupQCs function in sctools; this does not affect the outputs of the pipeline
0 commit comments