MCPcopy Create free account
hub / github.com/DeepGraphLearning/DiffPack / from_pdb_files

Method from_pdb_files

diffpack/dataset.py:137–138  ·  view source on GitHub ↗
(pdb_files, verbose=1, **kwargs)

Source from the content-addressed store, hash-verified

135
136 @staticmethod
137 def from_pdb_files(pdb_files, verbose=1, **kwargs):
138 return SideChainDataset(pdb_files, verbose=verbose, **kwargs)
139
140 def __repr__(self):
141 lines = ["#sample: %d" % len(self)]

Callers

nothing calls this directly

Calls 1

SideChainDatasetClass · 0.85

Tested by

no test coverage detected