This repository describes the workflow for the computational modeling of glycoslylation of protein residues using Rosetta Matcher Protocol. The article is now published in Protein Science. (https://onlinelibrary.wiley.com/doi/abs/10.1002/pro.4726)
bash runDSSP.sh
cd ./matcher
bash batch_runMatcher.sh
The output files obtained from matcher protocol contains multiple glycans attached to the same amino acid position as a cluster. Therefore, it is essential to extract one glycan per PDB file. This can be achieved by running a minimization protocol at first prior to the repacking step.
bash batch_minimMatcher.sh
Upon completion of the minimization step, glycan and residues from the neighbourhood of glycan can be repacked to obtain better geometric constraint score and energy score. Repacking of the structure is implemented as below.
bash batch_repackMatcher.sh