Merge pull request #2833 from RosettaCommons/jadolfbr/glycosylation_pdbinfo
Fix writing Link Records for Glycans
Glycan PDB Link Record output only worked for branch points, which is good, but not quite what we want. @BrandonFrenz Fixed this, but it was under an option that only worked for certain circumstances.
This allows proper Link output for all glycans - which allows us to manually create the glycans, de novo model them, and then output them properly. Next step is to allow the atom aliases to work with Rosetta-created ResidueTypes.
This also moves the `GlycanInfoMover` code out of the app and enables its use in RosettaScripts, which makes debugging easier.
Fixed a few GlycanTreeRelax bugs for quench mode and multiple round runs.