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

Question about trRosetta running #7

Closed
kch38896 opened this issue Dec 1, 2020 · 1 comment
Closed

Question about trRosetta running #7

kch38896 opened this issue Dec 1, 2020 · 1 comment

Comments

@kch38896
Copy link

kch38896 commented Dec 1, 2020

Hi there.

I want generate structure models from trRosetta. So, I typed below.
python trRosetta/trRosetta.py trRosetta/example/T1008.npz trRosetta/example/T1008.fasta model.pdb

But, the output is it

temp folder: /dev/shm/3rsb8fq5
dist restraints: 2877
omega restraints: 2872
theta restraints: 5835
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "trRosetta/trRosetta.py", line 212, in
main()
File "trRosetta/trRosetta.py", line 58, in main
rst = gen_rst(npz,tmpdir,params)
File "/tf/trRosetta/utils_ros.py", line 137, in gen_rst
f.close()
OSError: [Errno 28] No space left on device

my shm folder has inode=7.9M, IUse%=1%, size=64M
How can I fix it?

@gjoni
Copy link
Owner

gjoni commented Dec 10, 2020

Hi,

I believe you are referring to the structure prediction module which is not part of this repo. That one is using /dev/shm by default to store various temporary data. To change the default location you can specify any other folder by changing "WDIR" field in trRosetta/data/params.json.

Ivan

@gjoni gjoni closed this as completed Dec 10, 2020
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