Merge pull request #5136 from aleaverfay/fix_switch_chain_order_pdb_info_bug
Add nullptr check for pdb_info to SwitchChainOrderMover
SwitchChainOrderMover needs to check that the input pose's PDBInfo object is not null before trying to copy data out of it.
Thanks @rpark01