「view this page in B3 βῆτα server」

Revisions №60372

branch: master 「№60372」
Commited by: P. Douglas Renfrew
GitHub commit link: 「796bc9ba954f7309」 「№3426」
Difference from previous tested commit:  code diff
Commit date: 2018-08-31 09:49:29

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.

...