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

loop extrusion example #60

Open
SorenKyhl opened this issue Jan 21, 2023 · 1 comment
Open

loop extrusion example #60

SorenKyhl opened this issue Jan 21, 2023 · 1 comment

Comments

@SorenKyhl
Copy link

I've tried to get the examples/loopExtrusion/extrusion_3D.ipynb example going, but I've run into an error. The jupyter notebook tries to read in LEF positions from a "trajectory" directory that doesn't seem to exist. Is this example up to date?


FileNotFoundError Traceback (most recent call last)
Cell In[2], line 6
1 # -------defining parameters----------
2 # -- basic loop extrusion parameters
4 folder = "trajectory"
----> 6 myfile = h5py.File("trajectory/LEFPositions.h5", mode='r')

FileNotFoundError: [Errno 2] Unable to open file (unable to open file: name = 'trajectory/LEFPositions.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)

@henrik-dahl-pinholt
Copy link
Contributor

I think this problem arises because the extrusion_3D code can only be run after first running a 1D loop extusion simulation.

Try to:

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

2 participants