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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ To download model weights:
22
22
This software runs using apptainers. To download the associated apptainer `.sif` file, [click here](https://files.ipd.uw.edu/pub/2025_RFDpoly/SE3nv.sif)
23
23
Equivalent setup instructions for conda are in progress.
24
24
25
-
Once you have these files, you can follow the [design tutorial](https://github.com/andrewfavor95/polydiff/blob/main/RFDpoly_tutorial.pdf) to see various design tasks and the associated documentation/syntax.
25
+
Once you have these files, you can follow the [design tutorial](https://github.com/RosettaCommons/RFDpoly/blob/main/RFDpoly_tutorial.pdf) to see various design tasks and the associated documentation/syntax.
26
26
27
27
Contact [email protected] if you have trouble accessing files or hit any bugs.
28
28
@@ -53,7 +53,7 @@ mkdir -p $DESIGN_DIR
53
53
2. Navigate to the directory where you want to set up the repo, and clone it:
@@ -121,7 +121,7 @@ explanation: model initialization searches for an input pdb filepath, even if yo
121
121
**Expected output:** a three chain .pdb file, containing a complex of DNA (chain A), RNA (chain B), and protein (chain C).
122
122
**NOTE:** using the `--config-name=multi_polymer` specification is the best way to ensure that all settings work together as expected, and are consistent with the behavior reported in the manuscript.
123
123
124
-
## If the example (demo) command above works, proceed to exploration of the full [design tutorial](https://github.com/andrewfavor95/polydiff/blob/main/RFDpoly_tutorial.pdf).
124
+
## If the example (demo) command above works, proceed to exploration of the full [design tutorial](https://github.com/RosettaCommons/RFDpoly/blob/main/RFDpoly_tutorial.pdf).
125
125
The full design tutorial contains many inference commands for the types of designs reported in the RFDpoly paper.
126
126
The design tutorial also is intented to provide documentation, and explain arguments in the context of their use-cases.
0 commit comments