PSVS Parser Module
parse_psvs_summary(text)
Parse the text summary from a PSVS validation report to extract key metrics.
Extracts
- Verify3D score
- PROCHECK G-factors (phi/psi and all-atom)
- MolProbity Clashscore
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
text
|
str
|
The content of the PSVS summary file. |
required |
Returns:
| Type | Description |
|---|---|
dict
|
A dictionary of extracted metrics. |