MCPcopy Create free account
hub / github.com/DunbrackLab/IPSAE / init_chainpairdict_set

Function init_chainpairdict_set

ipsae.py:307–308  ·  view source on GitHub ↗
(chainlist)

Source from the content-addressed store, hash-verified

305
306# Initializes a nested dictionary with empty sets.
307def init_chainpairdict_set(chainlist):
308 return {chain1: {chain2: set() for chain2 in chainlist if chain1 != chain2} for chain1 in chainlist}
309
310
311def classify_chains(chains, residue_types):

Callers 1

ipsae.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected