Skip to content

Commit 888ab8e

Browse files
committed
Adds a comment about stability and sasa
1 parent fdd0900 commit 888ab8e

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/protein-optimization/using_poli/objective_repository/foldx_sasa.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
This objective function returns the solvent accesible surface area (SASA) of a wildtype and its mutations using `foldx` and `biopython`.
99

10+
:::{note}
11+
12+
If you are interested in computing both a protein's stability and it's SASA score, try `foldx_stability_and_sasa` instead! Just change the `name` in the `create` method below.
13+
14+
:::
15+
1016
## Prerequisites
1117

1218
- Have `foldx` installed, and available in your home directory. We expect the following files to be there:

docs/protein-optimization/using_poli/objective_repository/foldx_stability.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Protein stability (using `foldx`)
22
![Type of objective function: discrete](https://img.shields.io/badge/Type-discrete_inputs-blue)
3-
![Environment to run this objective function: poli protein](https://img.shields.io/badge/Environment-poli____protein-teal
4-
)
3+
![Environment to run this objective function: poli protein](https://img.shields.io/badge/Environment-poli____protein-teal)
54

65
## About
76

87
This objective function returns the stability (i.e. negative energy) using `foldx`.
98

9+
:::{note}
10+
11+
If you are interested in computing both a protein's stability and it's SASA score, try `foldx_stability_and_sasa` instead! Just change the `name` in the `create` method below.
12+
13+
:::
14+
1015
## Prerequisites
1116

1217
- Have `foldx` installed, and available in your home directory. We expect the following files to be there:

0 commit comments

Comments
 (0)