We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6f6c9 commit 85445c6Copy full SHA for 85445c6
2 files changed
docs/source/history.rst
@@ -2,8 +2,17 @@
2
History
3
=======
4
5
-0.2.5 (Dec 2023)
+0.2.7 (Mar 2024)
6
~~~~~~~~~~~~~~~~
7
+* introduce `ngs` module to process fastq files and generate count matrix
8
+* add missing features to support single-guide-design screens (i.e. V2 CRISPRi/a screens)
9
+
10
+0.2.5 – 0.2.6 (Dec 2023 - Feb 2024)
11
+~~~~~~~~~~~~~~~~
12
+* public release on Arc's website https://arcinstitute.org/tools/screenpro2
13
+* improve the conda environment and docker config files
14
+* improve documentation
15
+* split phenoScore and phenoStats modules
16
* fix bugs in phenotype score calculation and growth rate normalization
17
18
0.2.1 - 0.2.4 (July 2023 - Nov 2023)
screenpro/__version__.py
@@ -1 +1 @@
1
-__version__ = "0.2.6"
+__version__ = "0.2.7"
0 commit comments