Skip to content

Commit

Permalink
Update _preprocessing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Oct 9, 2022
1 parent 09c76e5 commit 6a50acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dandelion/preprocessing/_preprocessing.py
Expand Up @@ -2,7 +2,7 @@
# @Author: kt16
# @Date: 2020-05-12 17:56:02
# @Last Modified by: Kelvin
# @Last Modified time: 2022-10-09 14:59:21
# @Last Modified time: 2022-10-09 17:10:29
"""preprocessing module."""
import anndata as ad
import functools
Expand Down Expand Up @@ -6058,7 +6058,7 @@ def multimapper(filename: Union[PathLike, str]) -> pd.DataFrame:
"multiplicity",
"sequence_start_multimappers",
"sequence_end_multimappers",
"score_multimappers",
"support_multimappers",
],
)

Expand Down

0 comments on commit 6a50acf

Please sign in to comment.