Skip to content

Commit

Permalink
2.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yihming committed May 31, 2023
1 parent a5c0a68 commit 2544d46
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions docs/release_notes/version_2_4.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
2.4.1 :small:`May 30, 2023`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

**Improve:**

* In STARsolo workflow:

* Add *limitBAMsortRAM* and *outBAMsortingBinsN* inputs to handle out-of-memory error in BAM sorting phase.

* In GeoMx_fastq_to_dcc workflow:

* Support multiple FASTQ folders as input.

**Updates:**

* In Demultiplexing workflow:

* Upgrade *souporcell_version* to ``2022.12``, which is based on commit `9fb527 <https://github.com/wheaton5/souporcell/tree/9fb5271ae9f2257ea9a8552dfda3d4b7080be194>`_ on 2022/12/13.

* In STARsolo workflow:

* Upgrade *star_version* to ``2.7.10b``.

**Bug Fixes:**

* In Spaceranger workflow:

* Fix the image localization issue for CytAssist samples.

2.4.0 :small:`January 28, 2023`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
6 changes: 3 additions & 3 deletions docs/starsolo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@ Below are inputs for *count* workflow. Notice that required inputs are in bold.
- 50
- 50
* - star_version
- STAR version to use. Currently support: ``2.7.9a``, ``2.7.10a`` (`2.7.10a_alpha_220601 <https://github.com/alexdobin/STAR/releases/tag/2.7.10a_alpha_220601>`_).
- "2.7.10a"
- "2.7.10a"
- STAR version to use. Currently support: ``2.7.9a``, ``2.7.10a`` (`2.7.10a_alpha_220818 <https://github.com/alexdobin/STAR/releases/tag/2.7.10a_alpha_220818>`_), ``2.7.10b`` (`2.7.10b_alpha_230301 <https://github.com/alexdobin/STAR/releases/tag/STAR_2.7.10b_alpha_230301>`_).
- "2.7.10b"
- "2.7.10b"
* - docker_registry
- Docker registry to use:

Expand Down

0 comments on commit 2544d46

Please sign in to comment.