Merge pull request #1612 from RosettaCommons/Cyrus/mergetarget
From Steven Lewis:
These are mostly small changes, the code I meant to push today is waiting on RosettaCommons #1601.
Cyrus PR 46: Smlewis/cyrus/score mover tweak: I read ScoreMover fairly closely to write a documentation page for it, and fixed some issues with the code / comments while I was at it.
Cyrus PR 47: smlewis/cyrus/fix copyright headers: fixing copyright headers in new files post Rocco’s fixes. (This is most of the changes in protocols)
-> % python ~/ROSETTA/Rosetta/tools/Check_header_guards_and_copyright.py src/protocols/ | grep "^/Users/smlewis" | sed "s/://" > find_header_these This grabs the files that need header fixes
cat find_header_these| while read line do sed -i bak "s/UW TechTransfer,email:license@u.washington.edu./CoMotion, email: license@uw.edu./" $line done
Cyrus PR 52: smlewis/cyrus/fix_IA_ctor Fixes issues with ignoring user-set options in XML for InterfaceAnalyzer