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

Commit

Permalink
added some descriptions to generate_dataset_alignPDB.py and generate_…
Browse files Browse the repository at this point in the history
…dataset_noalign.py
  • Loading branch information
LilySnow committed Apr 8, 2020
1 parent c1c4373 commit 0cda741
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions example/generate_dataset_alignPDB.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# generate a hdf5 file
# 1. calculate features/targets
# 2. align pdb
# 3. map features to 3D grids
# 4. write to a hdf5 file
from deeprank.generate import *
from mpi4py import MPI

Expand Down
6 changes: 5 additions & 1 deletion example/generate_dataset_noalign.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# generate a hdf5 file
# 1. calculate features/targets
# 2. map features to 3D grids
# 3. write to a hdf5 file
from deeprank.generate import *
from mpi4py import MPI

Expand All @@ -23,7 +27,7 @@
pdb_source=pdb_source,
pdb_native=pdb_native,
pssm_source=pssm_source,
data_augmentation=2,
data_augmentation=None,
compute_targets=[
'deeprank.targets.dockQ',
'deeprank.targets.binary_class'],
Expand Down

0 comments on commit 0cda741

Please sign in to comment.