Skip to content

Commit

Permalink
update with QC test to allow non-NaN LFC due to added pseudocounts
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Jun 25, 2024
1 parent 192bd55 commit 31f79f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/test_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 31f79f0

Please sign in to comment.