branch: RFdiffusion:main 「№15」
Commited by: Hope Woods
GitHub commit link: 「e22092420281c644」
Difference from previous tested commit:  code diff
Commit date: 2025-09-24 10:28:03
rfd

Retain chain and residue numbering in RFdiffusion (#348) A number of issues (e.g., #103 , #171 , https://github.com/RosettaCommons/RFdiffusion/issues/312 , #315 ) have mentioned that RFdiffusion will change the chain IDs and residue numbering of the input structure. The designed chain ends up as chain "A", and the fixed chain(s) end up as chain "B". The numbering is also reset to start at 1. This can be particularly problematic in cases where comparisons to structures are needed, as well as multi-chain situations where all of the chains get fused. Inspired by @GCS-ZHN 's comment and solution referenced in Issue #103 , I've modified the code to maintain chain and residue numbering. In particular: Chains that are not "designable" will retain their original chain ID letters and residue numbers. Chains that are partially fixed (e.g., motif re-scaffolding) will retain their original chain ID letters. Residues will be re-numbered from 1 to length of chain. (It was not clear to me what the "correct" behaviour of chain residue numbering should be, given that the length of the chain and the position of any fixed residues might change.) Chains that are being fully generated de novo will be assigned the first available chain ID in the alphabet not used by any other chain. Residues will be numbered from 1 to length of chain.

...
Test: ubuntu-20.04.clang.python39.rfd

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: RFdiffusion:main 「№14」
Commited by: Hope Woods
GitHub commit link: 「735de5edb1adce7e」
Difference from previous tested commit:  code diff
Commit date: 2025-09-23 12:38:58
rfd

Update README.md (#365) Update README to point to new [documentation resource](https://sites.google.com/omsf.io/rfdiffusion/overview). I also added some text in the Installation section to 1) specify that Sergey O.'s colab notebook only contains some of the features of RFdiffusion and 2) that there is now a Rosetta Commons-maintained docker image.

...
Test: ubuntu-20.04.clang.python39.rfd

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: RFdiffusion:main 「№13」
Commited by: Sergey Lyskov
GitHub commit link: 「fa340147b9006156」
Difference from previous tested commit:  code diff
Commit date: 2025-06-23 14:49:31
rfd

add GitHub CI workflow for running ppi-scaffolds tests (#1)

...
Test: ubuntu-20.04.clang.python39.rfd

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: RFdiffusion:main 「№12」
Commited by: David Juergens
GitHub commit link: 「b254828f0774ecca」
Difference from previous tested commit:  code diff
Commit date: 2025-06-22 20:56:19
rfd

Update README.md

...
Test: ubuntu-20.04.clang.python39.rfd

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: RFdiffusion:main 「№11」
Commited by: Joseph Watson
GitHub commit link: 「b44206a2a79f219b」
Difference from previous tested commit:  code diff
Commit date: 2024-08-26 13:35:40
rfd

correct example

...
Test: ubuntu-20.04.clang.python39.rfd

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: RFdiffusion:main 「№10」
Commited by: Joseph Watson/Watchwell
GitHub commit link: 「820bfdfaded8c260」
Difference from previous tested commit:  code diff
Commit date: 2023-10-03 17:31:36
rfd

Update LICENSE

...


branch: RFdiffusion:main 「№9」
Commited by: Joseph Watson
GitHub commit link: 「46c0ef6803df475b」
Difference from previous tested commit:  code diff
Commit date: 2023-09-13 20:05:04
rfd

Implemented inpaint_str and added example

...


branch: RFdiffusion:main 「№8」
Commited by: Joseph Watson
GitHub commit link: 「ba8446eae0fb80c1」
Difference from previous tested commit:  code diff
Commit date: 2023-07-25 13:47:14
rfd

Added input pdb for p53 case

...


branch: RFdiffusion:main 「№7」
Commited by: Javier Castellanos
GitHub commit link: 「9149e5395a33e8b3」
Difference from previous tested commit:  code diff
Commit date: 2023-07-25 13:16:40
rfd

Fixed incorrect variable name in contig parsing

...


branch: RFdiffusion:main 「№6」
Commited by: Sergey Lyskov
GitHub commit link: 「5606075d45bd23aa」
Difference from previous tested commit:  code diff
Commit date: 2023-06-28 11:59:51
rfd

updating rosetta-ci test script, adding unpacking ppi scaffolds

...


branch: RFdiffusion:main 「№5」
Commited by: Rocco Moretti
GitHub commit link: 「9da13dc5b37eb2eb」
Difference from previous tested commit:  code diff
Commit date: 2023-06-27 11:38:38
rfd

Update install instructions for model directory location. Be more specific about the location of the models directory. Addresses issue #80

...
Test: ubuntu-20.04.clang.python39.rfd

Failed sub-tests (click for more details):
design_ppi_scaffolded


branch: RFdiffusion:main 「№4」
Commited by: Nick Randolph
GitHub commit link: 「b4f4c264a7256ae8」
Difference from previous tested commit:  code diff
Commit date: 2023-06-22 13:03:14
rfd

Fixed model_only_neighbors typo

...
Test: ubuntu-20.04.clang.python39.rfd

Failed sub-tests (click for more details):
design_ppi_scaffolded


branch: RFdiffusion:main 「№3」
Commited by: Sergey Lyskov
GitHub commit link: 「25e9cda1546a0df8」
Difference from previous tested commit:  code diff
Commit date: 2023-06-01 15:41:09
rfd

adding `pdb-diff` prefix to comparison test names

...
Test: ubuntu-20.04.clang.python39.rfd

Failed sub-tests (click for more details):
design_ppi_scaffolded


branch: RFdiffusion:main 「№2」
Commited by: Rocco Moretti
GitHub commit link: 「06ae1cbcafb632f0」
Difference from previous tested commit:  code diff
Commit date: 2023-05-30 06:45:50

Finalize removing icecream as a dependency. Icecream was removed from the installation dependencies, but was still being imported (but not used).

...


branch: RFdiffusion:main 「№1」
Commited by: Joseph Watson
GitHub commit link: 「5f924fe2e3cb541d」
Difference from previous tested commit:
Commit date: 2023-05-05 19:43:02

Added examples, and updated README

...


Legend:
queued Queued Test
queued for comparison Test finished running but not yet compared
running Test is Running right now
comparing Test results is now comparing with previous results
finished Test is finished without errors
failed Test failed
build Failed Test could not be run because build failed
script failed Test results is unknow because test-script failed
canceled Test was canceled