diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b11cdb..ee2a4ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 1.2.9 +* Add sgRNA information as output +* Add pseudocounts for LFC calculation (`perturb-tools>=0.3.5`) ## 1.2.8 * Change .pyx files to be compatible with more recent numpy versions ## 1.2.7 diff --git a/tests/test_qc.py b/tests/test_qc.py index 2e2c846..8601a2d 100755 --- a/tests/test_qc.py +++ b/tests/test_qc.py @@ -48,7 +48,6 @@ def test_dummy_insertion_varscreen(): subprocess.check_output( cmd, shell=True, universal_newlines=True, stderr=subprocess.STDOUT ) - raise ValueError("Filtering should fail with too small number of replicates.") except subprocess.CalledProcessError as exc: raise exc