Merge pull request #3426 from RosettaCommons/dougrenfrew/seqres_in_pdbinfo
This PR adds the ability to store the SEQRES records from PDB files and have them stored in the PDBInfo object of a pose (the parsing of the SEQRES records was written previously by someone else, thanks +1). The SEQRES records contain the sequence of the full sequence of the protein under study, not just the resolved residues. They are also generally the values that are listed in databases.
This PR simply exposes the chain_sequences strings in the SFR to the PDBInfo object. It requires the --run::preserve_header true flag.