You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [PyMOL and designs on the same machine](readme_link.html#same_machine_pymol)
@@ -58,7 +58,7 @@ provided image and alternative instructions for how to install RFdiffusion2 from
58
58
59
59
*Note: You can also run RFdiffusion2 with [Singularity](https://sylabs.io/singularity/).*
60
60
61
-
RFdiffusion2 (RFD2) uses [Apptainer](https://apptainer.org) to simplify the environment set-up.
61
+
RFdiffusion2 (RFD2) uses [Apptainer](https://apptainer.org) to simplify the environment setup.
62
62
If you do not already have Apptainer on your system, please follow the [Apptainer installation instructions](https://apptainer.org/docs/admin/main/installation.html) for your operating system.
63
63
64
64
If you manage your packages on linux with `apt` you can simply run:
@@ -83,7 +83,7 @@ provided image and alternative instructions for how to install RFdiffusion2 from
83
83
84
84
For other usage examples, see the [Usage page](rosettacommons.github.io/RFdiffusion2/usage/usage.html) in the external documentation.
85
85
86
-
The blow commands run several demos that show off some of the inference capabilities of RFdiffusion2 including:
86
+
The below commands run several demos that show off some of the inference capabilities of RFdiffusion2 including:
87
87
- enzyme design from an atomic motif and small molecule
88
88
- enzyme design from an atomic motif of unknown sequence positions and a small molecule
89
89
- small-molecule binder design with RASA conditioning
@@ -154,7 +154,7 @@ It is still possible to view designs on a remote computer from your local PyMOL,
154
154
155
155
You will need to know an IP address that will point back to your computer, typically you can use 127.0.0.1.
156
156
157
-
You will also need to add the -R option when you are signing into your cluster and provide the path back to yourPyMOL server:
157
+
You will also need to add the -R option when you are signing into your cluster and provide the path back to your PyMOL server:
Thank you to those who posted in [Issue 10](https://github.com/RosettaCommons/RFdiffusion2/issues/10) for reporting this problem and documenting a
29
29
solution.
@@ -54,7 +54,7 @@ If you have trouble with these files but they *should* work based on your system
54
54
```
55
55
conda env create -f cuda121_env.yml
56
56
conda activate rfd2_env
57
-
pip install -r requirements_121.txt
57
+
pip install -r requirements_cuda121.txt
58
58
```
59
59
This will force the dependencies you want installed by CUDA to be installed before pip is used.
60
60
2. Check to make sure the python that is being referenced is the one from your conda environment once it is activated. On clusters different modules you have imported might overrule the python in your conda environment. You can either manually give the path to your Python or change your system settings or environment variables to prefer the environment's python installation.
0 commit comments