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

Commit

Permalink
doc for itnerface alignement
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Mar 31, 2020
1 parent 5f68419 commit 5a90e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deeprank/generate/DataGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def __init__(self, pdb_select=None, pdb_source=None,
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"}}
e.g. align = {"selection":"interface","plane":"xy"}
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.
Expand Down

0 comments on commit 5a90e9c

Please sign in to comment.