Shifted the residue skipping data structure construction into the relax library.
The code was originally in pipe_control.structure.main.assemble_structural_coordinates() but has
been shifted into the new lib.sequence_alignment.msa.msa_residue_skipping() function. This will
also for greater code reuse. The lib.sequence_alignment.msa module is also a better location for
such functionality.