RosettaCommons / tools

Tools for parsing Rosetta source code and scripts for running specific Rosetta applications.
Other
3 stars 1 forks source link

antibody/chothia_renumber_v2.pl: refactoring - use strict, simplifications, indenting, undef vals #18

Closed smoe closed 9 years ago

smoe commented 9 years ago

use strict is introduced, some routines simplified. Indenting improved. Reference implementation is not shy of working with uninitialised values. This is cleaned up, the output remains identical.