Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
class
Sample:
25
record: Record
26
chain_id: Optional[int] = None
27
interface_id: Optional[int] = None
28
29
30
def
load_input(record: Record, target_dir: Path) -> Input:
Callers
1
tokenize_structure
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected