MCPcopy Create free account
hub / github.com/apple/ml-simplefold / Sample

Class Sample

src/simplefold/process_structure.py:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23@dataclass
24class Sample:
25 record: Record
26 chain_id: Optional[int] = None
27 interface_id: Optional[int] = None
28
29
30def load_input(record: Record, target_dir: Path) -> Input:

Callers 1

tokenize_structureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected