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

Commit

Permalink
fix code reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Mar 31, 2020
1 parent 7504da7 commit 5f68419
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deeprank/generate/DataGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ def __init__(self, pdb_select=None, pdb_source=None,
pdb_native (list(str), optional): List of folders where to find the native comformations,
nust set it if having targets to compute in parameter "compute_targets".
pssm_source (list(str), optional): List of folders where to find the PSSM files
align (dict, optional): Dicitionary to align the compexes,
e.g. align = {"selection":{"chainID":["A","B"]},"axis":"z"}}
if "selection" is not specified the entire complex is used for alignement
compute_targets (list(str), optional): List of python files computing the targets,
"pdb_native" must be set if having targets to compute.
compute_features (list(str), optional): List of python files computing the features
Expand Down
2 changes: 2 additions & 0 deletions test/test_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,5 @@ def test_6_align_interface(self):
inst.test_1_generate_mapfly()
inst.test_3_add_unique_target()
inst.test_4_add_feature()
inst.test_5_align()
inst.test_6_align_interface()

0 comments on commit 5f68419

Please sign in to comment.