Merge pull request #3841 from RosettaCommons/aleaverfay/fix_force_dslf_mvr_schema
Update ForceDisulfideMover's schema to cover valid residue strings
ForceDisulfideMover uses core::pose::parse_resnum, which allows chain ids, but the schema previously refused anything that was a letter.
This PR updates the schema to accept a comma-separated list of colon-separated refpose_enabled_residue_number_strings.
HT: David Nannemann