Skip to content

AttributeError: module 'SEACells' has no attribute 'genescores' #17

Closed
dpeerlab/SEACells
#74
@Connorr0

Description

@Connorr0

When running rule gp_corr I received the following error:

Traceback (most recent call last):
  File "workflow/scripts/gp_corr.py", line 135, in <module>
    main(args)
  File "workflow/scripts/gp_corr.py", line 108, in main
    gp_corr = SEACells.genescores.get_gene_peak_correlations(atac_ad, rna_ad,
AttributeError: module 'SEACells' has no attribute 'genescores'

This may be linked to the latest version of SEAcells no longer linking to gene scores in init.py.

https://github.com/dpeerlab/SEACells/blob/main/SEACells/__init__.py

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions