Open dandaman opened 1 year ago
The fix_pos uses PDB numbering (so that would be 1-index for most PDBs)
@sokrypton, thank you for clearing this up.
So if I use 1-based cords the above code should always result in sequence designs that are identical to the Input pdb seq sites given via fix_pos?
Or are there situations the algorithm/model will change the site anyway?
Dear developers,
I'm trying to use ColabDesign AF to design a sequence using the
fixbb
protocol fixing sites with a list of positions as follows:I've assumed the positions need to 0-based. Is that correct?
I must be doing something wrong as the resulting sequence differs from the input pdb protein sequence in the sites given to
fix_pos
?Any hint would be greatly appreciated.
Best, Daniel