Khodor

Changed codes=codelists[1] to codelists[2]

...@@ -1923,7 +1923,7 @@ def work_infer_mappings(update_only, allmappings, fullinference,redundant, codel ...@@ -1923,7 +1923,7 @@ def work_infer_mappings(update_only, allmappings, fullinference,redundant, codel
1923 1923
1924 # Split the comma-separated list of chain codes into chain codes: 1924 # Split the comma-separated list of chain codes into chain codes:
1925 eq_class = codelist[0] 1925 eq_class = codelist[0]
1926 - codes = codelist[1].replace('+', ',').split(',') 1926 + codes = codelist[2].replace('+', ',').split(',')
1927 representative=codelist[1].replace('+', ',').split(',')[0] 1927 representative=codelist[1].replace('+', ',').split(',')[0]
1928 # Search for mappings that apply to an element of this PDB chains list: 1928 # Search for mappings that apply to an element of this PDB chains list:
1929 for c in codes: 1929 for c in codes:
......