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

Revisions №59600

branch: master 「№59600」
Commited by: Brian Weitzner
GitHub commit link: 「04272c07f7da9547」
Difference from previous tested commit:  code diff
Commit date: 2017-07-25 18:24:45

Create reorder_chains.py Ever need to reorder the chains in a PDB file? Use this here script for that. Example usage: You ran RosettaAntibody (and got some awesome models), but they are heavy chain then light chain. Now you want to run SnugDock, and that requires the light chain to come first. Do this: `python reorder_chains.py -i mdl_0001.pdb -o mdl_0001.reordered.pdb -c L H`

...