You are here

Incomplete Error message

2 posts / 0 new
Last post
Incomplete Error message
#1

So, I have a code that is supposed to design an enzyme with constraints taken into account. I started it once, looping through a folder of pdb files (that one is still running, takes a while to design 375 pdb files), then just changed which folder and pdb files it would work with. Unfortunately, I then got an error message that cuts off before actually giving the error:

RuntimeError: 

File: /home/benchmark/benchmark/W.glass/rosetta.Glass/_commits_/main/source/src/core/pack/task/ResfileReader.cc:1638
[ ERROR ] UtilityExitException
ERROR: 
 

Most errors I have managed to debug based upon what the error message is, but this one is a mystery. Code that is trying to run when the error is thrown:

 gtask=TaskFactory.create_packer_task(pose)
 parse_resfile(pose,gtask,gresfn)

gresfn is just the file name for the resfile for that task, and it is in string format.

Any insight or help is greatly appreciated!

 

Category: 
Post Situation: 
Mon, 2019-07-22 14:47
tlc55555

I'm not too sure what's going on, but it looks like there's some issue with your resfile. I'd double check the format of the resfile, and make sure it's what Rosetta expects it to be. To debug, try simpler resfiles until you get something that works, then slowly work your way more complex from there.

Mon, 2019-11-04 12:47
rmoretti