ayushkarnawat / profit

Exploring evolutionary protein fitness landscapes
MIT License
1 stars 0 forks source link

Remove peptide builder #106

Closed ayushkarnawat closed 4 years ago

ayushkarnawat commented 4 years ago

What does this PR do?

Removes peptide builder since it is no longer needed (aka it is out of scope of the project). The original idea was to re-built the 3D structure of the protein after mutating certain amino acid residues. However, since we are using PyMOL's built-in mutagenesis wizard, which handles mutating residues at specific locations, we no longer need to build the 3D structure from scratch.