https://github.com/wingolab-org/GenPro/blob/e6cb97cc87352775a3d49c60f445ba5ce3a37b64/bin/GenPro_make_perprotdb2.pl#L860 This must be `< @cut_sites` because otherwise `$cut_sites[$i + 1]` is out of bounds, since index is 0-based.
GenPro/bin/GenPro_make_perprotdb2.pl
Line 860 in e6cb97c
This must be
< @cut_sitesbecause otherwise$cut_sites[$i + 1]is out of bounds, since index is 0-based.