adjusted test script: all tests pass
* renamed scripts/propka.py to propka31.py so that it can be run without import issues * ran the tests and no difference to the fixtures was detected
This commit is contained in:
@@ -18,7 +18,7 @@ for pdb in pdbs:
|
||||
print('RUNNING '+pdb)
|
||||
|
||||
# Run pka calculation
|
||||
call([sys.executable, '../propka.py','pdb/'+pdb+'.pdb'], stdout = open(pdb+'.out', 'w+'))
|
||||
call([sys.executable, '../scripts/propka31.py','pdb/'+pdb+'.pdb'], stdout = open(pdb+'.out', 'w+'))
|
||||
|
||||
# Test pka predictiona
|
||||
result = open('results/'+pdb+'.dat','r')
|
||||
|
||||
Reference in New Issue
Block a user