-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
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 ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels