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

Revisions №56758

branch: master 「№56758」
Commited by: Luki Goldschmidt
GitHub commit link: 「85c6b693821eb9e4」
Difference from previous tested commit:  code diff
Commit date: 2014-05-04 16:31:35

Output data added to a pose with setPoseExtraScores() to PDB and score files. Use this function if you'd like the additional scores from your movers, filters, etc. to be output by the JD2 to files. Extra scores and strings are kept in the DataCache types ARBITRARY_FLOAT_DATA and ARBITRARY_STRING_DATA. RosettaScripts filters and pose selectors now report their computed values to the pose using setPoseExtraScores() rather than to the job, since a job can operate on many poses if the used mover implements get_additional_output(). Unit Test Status: All Pass Integration Test Status: 16 test changes (vs. fe265a4df6): Additional data in output PDB/score/silent files in tests: density_refine density_refine_symm docking_ensemble Enzrevert_xml filter_termini_near_interface hotspot_graft KIC_refine KIC_vicinity kinematic_looprelax loop_modeling next_generation_KIC place_simultaneously rs_loophash score12_docking score_only_silence torsion_restricted_sampling

...