Skip to content

Commit

Permalink
predict.py as final test
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasTR committed Sep 8, 2022
1 parent 3464c36 commit 6edfdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def predict(

if __name__ == '__main__':
p = Predictor()
p.predict(protein = '/src/test/test.pdb', small_molecule_library = '/src/test/test.sdf')
p.predict(protein = '/src/test/test.pdb', small_molecule_library = '/src/test/test.txt')

# print(sys.argv[0])
# print(sys.argv[1])
Expand Down

0 comments on commit 6edfdb3

Please sign in to comment.