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

Segmentation fault (core dumped) #27

Open
steven0seagal opened this issue Sep 1, 2022 · 1 comment
Open

Segmentation fault (core dumped) #27

steven0seagal opened this issue Sep 1, 2022 · 1 comment

Comments

@steven0seagal
Copy link

Hi, I created docker version of megadock:cpu and run it in interactive shell and run
megadock -R data/1gcq_r.pdb -L data/1gcq_l.pdb

Later I tried to generate any structure just like in docs using

for i in `seq 1 2000`; do decoygen lig.${i}.pdb lig.pdb dock.out $i; cat rec.pdb lig.${i}.pdb > decoy.${i}.pdb; done

or just

decoygen output.out data/1gcq_l.pdb test.pdb 1 

And I am still getting Segmentation fault (core dumped)

What I am doing wrong ?

@jstrobaek
Copy link
Contributor

Hi,

I'm having the same issue myself... Tried building both CPU and GPU images of 4.1.3 and 4.1.4 with the same result. Running megadock-gpu does not cause the same issue...

Did you ever resolve this issue, @steven0seagal?

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