Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A python package that allows to count antibody TAGS from a [CITE-seq](https://ww

IMPORTANT NEWS
------------------------------------------
There was a major bug in version 1.3.4 of CITE-seq-Count. The results where in read counts and not in UMI counts.
There was a major bug in version 1.3.4 of CITE-seq-Count. The results were in read counts and not in UMI counts.

This is fixed in version 1.4.0 or above. Please rerun your data as this might provide a cleaner result for your data.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'python-levenshtein>=0.12.0',
'scipy>=1.1.0',
'multiprocess>=0.70.6.1',
'umi_tools==1.0.0',
'umi_tools==1.0',
'pytest==4.1.0',
'pytest-dependency==0.4.0',
'pandas>=0.23.4',
Expand Down