We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bb443 commit 1784df9Copy full SHA for 1784df9
1 file changed
src/guidescanpy/flask/blueprints/library.py
@@ -56,7 +56,7 @@ def library(
56
append5: bool = False,
57
):
58
# TODO: Why is this \r\n and not just \n?
59
- genes = genes.split("\r\n")
+ genes = genes.splitlines()
60
61
library_info = get_library_info_by_gene(organism, genes, n_guides)
62
0 commit comments