Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions lomap/gufe_bindings/network_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ def generate_lomap_network(
to 0.0 (worst). These values are use as the "distance" between two molecules, and compared against the
'distance_cutoff' parameter
distance_cutoff : float
the maximum distance/dissimilarity between two molecules for an edge to be accepted
edges with a score < 1 - distance_cutoff will be rejected. Default is 0.4.
max_path_length : int
maximum distance between any two molecules in the resulting network
maximum distance between any two molecules in the resulting network. Default is 6.
actives : list[bool]
for each molecule, if it is tagged as an active molecule
for each molecule, if it is tagged as an active molecule
max_dist_from_active
when 'actives' is given, constrains the resulting map to
when 'actives' is given, constrains the resulting map to be within this this number of edges (e.g. distance) from an active molecule. Default is 2.
require_cycle_covering : bool
add cycles into the network
radial : bool
Expand Down