Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions pipelines/optimus/Optimus.changelog.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,39 @@
# (next version)
2020-04-24 (Date of Last Commit)

* Added a new counting_mode parameter to Optimus workflow which enables processing of single-nuclei datasets
* Updated Drop-seq tools to v2.3.0; this update is only used when the workflow is set to the single-nuclei mode (counting_mode = sn_rna)
* Updated sctools to support the single-nuclei parameter (counting_mode = sn_rna)
* Added tests for running the workflow when counting_mode = sn_rna
* Updated the Zarr and Loom output to include a global attribute describing the counting mode
* Added new example datasets that can be used with the Optimus workflow
* Updated the README documentation to detail the new counting_mode parameter, describe example datasets, and to include a new FAQ section



# optimus_v2.0.0
2020-02-28 (Date of Last Commit)

* Fixed bug that resulted in emptyDrops output being incorrect

* Updated workflow to WDL 1.0

# optimus_v1.4.0

2019-11-08 (Date of Last Commit)

* Addition of support for V3 chemistry

* Addition of input parameter validation step

* Greatly improved documentation

* Improvements to ZARR output

# optimus_v1.3.6

2019-09-23 (Date of Last Commit)

* EmptyDrops output is now included in the ZARR output

* The GTF modification step is removed from the scatter, resulting in better performance and caching

* Memory of several tasks is increased

* The ZARR output is now compulsory and the relevant input flag has been removed

* Support for loom format has been added and a new optional flag dictates if the file is created
Documentation has been updated

Expand All @@ -49,7 +55,6 @@ Documentation has been updated
2019-08-08 (Date of Last Commit)

* Release a new patch version of Optimus with an ambitious memory allocation for CalculateCellMetrics task.

* This version and all future versions have been scientifically validated on Mouse reference version mm10 (GRCm39, Gencode M21)

# optimus_v1.3.2
Expand Down