Skip to content

Commit 3b7f935

Browse files
committed
Document Container Engine Support and Native Runs
1 parent 661fce2 commit 3b7f935

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Supported container engines:
4343
- `docker` (default)
4444
- `singularity`
4545
- `apptainer`
46-
- `none` (run natively without containers)
46+
- `none` (run natively without containers - supported by RFDiffusion and Foundry)
4747

4848
### Working Directory
4949

@@ -93,6 +93,19 @@ rc run [OPTIONS] <APP> [ARGS]...
9393
- `ligandmpnn` - Run LigandMPNN for protein-ligand interface design
9494
- `foundry` - Run Foundry toolkit (RFDiffusion3, LigandMPNN, RoseTTAFold3) for integrated protein design workflows
9595

96+
**Container Engine Support:**
97+
98+
| App | Docker | HPC Containers (Singularity/Apptainer) | Native |
99+
|-----|--------|----------------------------------------|--------|
100+
| `rosetta` ||| |
101+
| `score` ||| |
102+
| `pyrosetta` ||| |
103+
| `rfdiffusion` ||||
104+
| `proteinmpnn` ||| |
105+
| `proteinmpnn-script` ||| |
106+
| `ligandmpnn` ||| |
107+
| `foundry` ||||
108+
96109
### `install`
97110

98111
Install an application (not yet implemented).
@@ -153,6 +166,8 @@ rc run pyrosetta design_script.py
153166

154167
### RFdiffusion
155168

169+
RFdiffusion supports native runs without containers ((uses `-e none`).
170+
156171
#### Generate a protein backbone
157172

158173
```bash
@@ -194,9 +209,7 @@ rc run proteinmpnn \
194209

195210
### Foundry
196211

197-
**Note:** Foundry currently supports Docker/HPC container environments only (native run not yet implemented).
198-
199-
Foundry provides an integrated toolkit combining RFDiffusion3 (rfd3), LigandMPNN (mpnn), and RoseTTAFold3 (rf3) for comprehensive protein design workflows.
212+
Foundry provides an integrated toolkit combining RFDiffusion3 (rfd3), LigandMPNN (mpnn), and RoseTTAFold3 (rf3) for comprehensive protein design workflows. It supports native runs without containers (uses `-e none`).
200213

201214
#### Complete workflow example
202215

0 commit comments

Comments
 (0)