Fix for the lib.sequence_alignment.msa.msa_residue_skipping() function.
The sequences argument for passing in the one letter codes has been removed. The per molecule loop
should be over the alignment strings rather than one letter codes, otherwise the loop will be too
short.