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

RuntimeError: Chosen validation reference is not included in run. #20

Open
gszwabowski opened this issue Aug 5, 2019 · 0 comments
Open

Comments

@gszwabowski
Copy link

gszwabowski commented Aug 5, 2019

I am currently trying to model a G-protein coupled receptor from its FASTA sequence using the pre-trained CASP12 model and am running into an issue. The command I'm running is:

rgn/model/protling.py RGN12/runs/CASP12/ProteinNet12Thinning90/configuration -d RGN12 -p -e weighted_testing -g 0

And the error I'm getting is this:

Traceback (most recent call last):
File "rgn/model/protling.py", line 527, in
while loop(args): pass
File "rgn/model/protling.py", line 290, in loop
raise RuntimeError('Chosen validation reference is not included in run.')
RuntimeError: Chosen validation reference is not included in run.

I believe I have everything in the correct directories, with my .tfrecord in the "..RGN12/data/ProteinNet12Thinning90/testing/" folder. What exactly is the validation reference it is asking for, and how do I denote it if I need it to generate my model?

In addition, I've tried dropping the -p argument by running "rgn/model/protling.py RGN12/runs/CASP12/ProteinNet12Thinning90/configuration -d RGN12 -e weighted_testing -g 0" but it just outputs the validation reference error in a separate log file, the one in the "RGN12/logs/" folder rather than in the "-p" folder.

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