icbi-lab / infercnvpy

Infer copy number variation (CNV) from scRNA-seq data. Plays nicely with Scanpy.

Home Page:https://infercnvpy.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rename toggle_string_cache to enable_string_cache

christophechu opened this issue · comments

Report

when I changed the toggle_string_cache to enable_string_cache in read_gtf.py , another error occurred scan_csv() got an unexpected keyword argument 'sep'

This sounds again like an incompatibility of the gtfparse library with polars. See #86

thx, in order not to affect the normal use of other packages, I chose to create a new infercnv-specific environment and specify that the Polars version of 0.15.* is installed and used normally

I pinned gtfparse<2 in the latest release which doesn't use polars. This should fix the issue.