зеркало из https://github.com/dotnetbio/bio.git
This commit is contained in:
Родитель
59f183a6c7
Коммит
3f96c9bd0d
|
@ -672,8 +672,8 @@ namespace Bio
|
||||||
}
|
}
|
||||||
|
|
||||||
this.aminoAcids.Add(aminoAcidValue);
|
this.aminoAcids.Add(aminoAcidValue);
|
||||||
this.abbreviationMap3to1.Add(aminoAcidValue, threeLetterAbbreviation);
|
this.abbreviationMap1to3.Add(aminoAcidValue, threeLetterAbbreviation);
|
||||||
this.abbreviationMap1to3.Add(threeLetterAbbreviation, aminoAcidValue);
|
this.abbreviationMap3to1.Add(threeLetterAbbreviation, aminoAcidValue);
|
||||||
this.friendlyNameMap.Add(aminoAcidValue, friendlyName);
|
this.friendlyNameMap.Add(aminoAcidValue, friendlyName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче