Closed Biogod2020 closed 3 months ago
Hi @Biogod2020,
Thanks for letting us know about the errors introduced by the upstream release of scipy!
We put out a new tacco release, see the release notes, which takes care off the deprecated functions and includes further maintenance.
The recommended way of installing is via conda again: conda install -c conda-forge tacco
Since the shorthand
.A
for convertomg thecsr_matrix
tonumpy.ndarray
has been deprecated in the latest version ofscipy
. Directly running the raw count for annotation would encounter this error message.I solved this by modify the environment.yml to ` name: TACCO_env channels:
`