Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'cooltools.expected' #1

Open
PengfeiInTuebingen opened this issue Nov 24, 2022 · 0 comments
Open

Comments

@PengfeiInTuebingen
Copy link

Hi, I am using this tool to calculate the contact P(s) curve, I met a problem like below:
from cooltools.expected import logbin_expected, diagsum, combine_binned_expected
import cooler
import matplotlib.pyplot as plt
import pandas as pd
import multiprocess
import bioframe
import pickle
from scipy.interpolate import interp1d

#cooler, version 0.8.10
#Python 3.7.9

ModuleNotFoundError Traceback (most recent call last)
Input In [39], in <cell line: 1>()
----> 1 from cooltools.expected import logbin_expected, diagsum, combine_binned_expected
2 import cooler
3 import matplotlib.pyplot as plt

ModuleNotFoundError: No module named 'cooltools.expected'
do you have any suggestions to solve this?
Thanks in advance!
Best,
Pengfei

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant