Export Module
save_for_psvs(struct, file_path)
Save a protein structure to a PDB file specifically formatted for the PSVS validation server (http://psvs-1_5.nesg.org/).
Ensures that chain IDs are set and standard atom/residue naming is used to prevent parsing errors in PROCHECK/MolProbity.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
struct
|
AtomArray
|
The Biotite AtomArray to save. |
required |
file_path
|
str
|
Output destination path. |
required |