Skip to content

Commit 1784df9

Browse files
authored
addressed gene splitting TODO (#87)
1 parent f0bb443 commit 1784df9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/guidescanpy/flask/blueprints/library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def library(
5656
append5: bool = False,
5757
):
5858
# TODO: Why is this \r\n and not just \n?
59-
genes = genes.split("\r\n")
59+
genes = genes.splitlines()
6060

6161
library_info = get_library_info_by_gene(organism, genes, n_guides)
6262

0 commit comments

Comments
 (0)