Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manonreau committed Dec 20, 2021
1 parent 8672ed4 commit eae6637
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion paper_pretrained_models/3DeepFace/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
# to set your own architecture
from arch_001_02 import cnn_class as cnn3d_class

pdb_source = '../../test/1AK4/decoys'
pssm_source = '../../test/1AK4/pssm_new'

database = DataGenerator(pdb_source=pdb_source,
chain1='A', chain2='B',
pssm_source=pssm_source,
Expand All @@ -19,7 +22,7 @@
'deeprank.features.BSA',
'deeprank.features.ResidueDensity'],
data_augmentation = 30, # rotate complexes
hdf5=./)
hdf5=output.hdf5)

# compute features/targets, and write to hdf5 file
print('{:25s}'.format('Create new database') + database.hdf5)
Expand Down

0 comments on commit eae6637

Please sign in to comment.