Skip to content

tf_result_explanations - AttributeError: module 'networkx' has no attribute 'read_gpickle' #38

Description

@sngholee

Hello,

I'm attempting to run tf_results_explanations. I successfully ran the previous two steps

tf_result_explanations -p 0.01 -d High_ATAC_0_peaks_vs_High_ATAC_24_peaks_differential_md_scores.txt -o High_0vs24_explanations

But I get this error:

Traceback (most recent call last): File "/public/home/slee393/miniconda3/bin/tf_result_explanations", line 8, in <module> sys.exit(tf_result_explanations()) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/public/home/slee393/miniconda3/lib/python3.11/site-packages/DAStk/__init__.py", line 21, in tf_result_explanations e.main() ^^^^^^^^ File "/public/home/slee393/miniconda3/lib/python3.11/site-packages/DAStk/tf_result_explanations.py", line 36, in main G = nx.read_gpickle(KNOWLEDGE_GRAPH) ^^^^^^^^^^^^^^^ AttributeError: module 'networkx' has no attribute 'read_gpickle'

Any help would be appreciated. Is this a Python version issue?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    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