Hello,
I set up RiffDiff as described in the README file, however the following RFDiffusion commit is not compatible with RiffDiff:
RosettaCommons/RFdiffusion@e220924
since it leads to the error "Error: Multiple chain IDs in chain: {'A', 'B', 'C', 'D'}", also described in this RFDiffusion issue:
RosettaCommons/RFdiffusion#432
For me it worked to add the following command after cloning the RFDiffusion repo, to checkout an earlier commit that is still compatible with RiffDiff:
git clone https://github.com/RosettaCommons/RFdiffusion.git
git checkout 7c30fee0abf502e30b3e32c4b7a6e47c20ad74d8
And then continue with the normal RFDiffusion installation.
Since this is an RFDiffusion issue that has already been raised but not fixed yet, I thought maybe RiffDiff could add a note to the README file so that other users don't run into this issue? Just a suggestion, didn't want to leave this undocumented :)
Hello,
I set up RiffDiff as described in the README file, however the following RFDiffusion commit is not compatible with RiffDiff:
RosettaCommons/RFdiffusion@e220924
since it leads to the error "Error: Multiple chain IDs in chain: {'A', 'B', 'C', 'D'}", also described in this RFDiffusion issue:
RosettaCommons/RFdiffusion#432
For me it worked to add the following command after cloning the RFDiffusion repo, to checkout an earlier commit that is still compatible with RiffDiff:
git clone https://github.com/RosettaCommons/RFdiffusion.gitgit checkout 7c30fee0abf502e30b3e32c4b7a6e47c20ad74d8And then continue with the normal RFDiffusion installation.
Since this is an RFDiffusion issue that has already been raised but not fixed yet, I thought maybe RiffDiff could add a note to the README file so that other users don't run into this issue? Just a suggestion, didn't want to leave this undocumented :)