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

Revisions №57823

branch: master 「№57823」
Commited by: Vikram K. Mulligan
GitHub commit link: 「e2650d124e62ac31」 「№500」
Difference from previous tested commit:  code diff
Commit date: 2015-05-02 19:07:01

Merge pull request #500 from RosettaCommons/vmullig/z_is_for_zibo_that_good_enough_for_me Adding output of parameters in PDB file REMARK lines When doing parametric design, it's nice to be able to have the parameters in the REMARK lines of the output PDB file. This adds that. Tasks: -- Add option (enabled by default) to enable/disable this behaviour. -- Add PDB remark line function to the base core::parametric::ParametersSet class. -- Add override of this function to the protocols::helical_bundle::BundleParametersSet class. -- Add remark line function to the protocols::helical_bundle::BundleParameters class. -- Update documentation. Expected integration test changes: -- All PDB files in all bundlegridsampler, helical_bundle, perturb_helical_bundle integration tests should now have additional REMARK lines. The LayerDesign_ncaas integration test also uses the MakeBundle mover, so it will also have additional lines of output in its PDB files.

...