Dear developers,
We ran pbee but we failed to calculate the energy. At first PBEE ran without any error message but did not produce any output. We identified that the problem was happening when PBEE called the Get_descriptors function. We then commented these two lines to get errors from Rosetta :
#sys.stdout = open(os.devnull, 'w')
#sys.stderr = open(os.devnull, 'w')
After doing so we got access to rosetta's error and got this error message:
ERROR: Assertion ! lines.empty() failed.
ERROR:: Exit from: /home/benchmark/rosetta/source/src/core/io/pdb/pdb_reader.cc line: 79
We are a bit lost here as we don't have access to this file /home/benchmark/rosetta/source/src/core/io/pdb/pdb_reader.cc to check ourselves the problem.
Thanks in advance for any advice on this problem
Dear developers,
We ran pbee but we failed to calculate the energy. At first PBEE ran without any error message but did not produce any output. We identified that the problem was happening when PBEE called the Get_descriptors function. We then commented these two lines to get errors from Rosetta :
#sys.stdout = open(os.devnull, 'w')
#sys.stderr = open(os.devnull, 'w')
After doing so we got access to rosetta's error and got this error message:
ERROR: Assertion
! lines.empty()failed.ERROR:: Exit from: /home/benchmark/rosetta/source/src/core/io/pdb/pdb_reader.cc line: 79
We are a bit lost here as we don't have access to this file /home/benchmark/rosetta/source/src/core/io/pdb/pdb_reader.cc to check ourselves the problem.
Thanks in advance for any advice on this problem