Skip to content

Commit

Permalink
Backmerge: #1449 No naturalAnalogShort in KET for basic aminoacids du…
Browse files Browse the repository at this point in the history
…ring conversion MOLV3000 -> KET (#1457)
  • Loading branch information
even1024 authored Dec 27, 2023
1 parent 7b958a4 commit faa03d1
Show file tree
Hide file tree
Showing 10 changed files with 108 additions and 2 deletions.
8 changes: 8 additions & 0 deletions api/tests/integration/tests/formats/ref/anacyclamide.ket
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@
"classHELM": "PEPTIDE",
"alias": "Q",
"name": "Gln",
"naturalAnalogShort": "Q",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -501,6 +502,7 @@
"classHELM": "PEPTIDE",
"alias": "S",
"name": "Ser",
"naturalAnalogShort": "S",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -669,6 +671,7 @@
"classHELM": "PEPTIDE",
"alias": "T",
"name": "Thr",
"naturalAnalogShort": "T",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -854,6 +857,7 @@
"classHELM": "PEPTIDE",
"alias": "P",
"name": "Pro",
"naturalAnalogShort": "P",
"attachmentPoints": [
{
"attachmentAtom": 7,
Expand Down Expand Up @@ -1021,6 +1025,7 @@
"classHELM": "PEPTIDE",
"alias": "V",
"name": "Val",
"naturalAnalogShort": "V",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -1181,6 +1186,7 @@
"classHELM": "PEPTIDE",
"alias": "G",
"name": "Gly",
"naturalAnalogShort": "G",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -1294,6 +1300,7 @@
"classHELM": "PEPTIDE",
"alias": "W",
"name": "Trp",
"naturalAnalogShort": "W",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -1596,6 +1603,7 @@
"classHELM": "PEPTIDE",
"alias": "I",
"name": "Ile",
"naturalAnalogShort": "I",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down
14 changes: 14 additions & 0 deletions api/tests/integration/tests/formats/ref/apamine.ket
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@
"classHELM": "PEPTIDE",
"alias": "H",
"name": "His",
"naturalAnalogShort": "H",
"attachmentPoints": [
{
"attachmentAtom": 5,
Expand Down Expand Up @@ -825,6 +826,7 @@
"classHELM": "PEPTIDE",
"alias": "Q",
"name": "Gln",
"naturalAnalogShort": "Q",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -1038,6 +1040,7 @@
"classHELM": "PEPTIDE",
"alias": "R",
"name": "Arg",
"naturalAnalogShort": "R",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -1281,6 +1284,7 @@
"classHELM": "PEPTIDE",
"alias": "A",
"name": "Ala",
"naturalAnalogShort": "A",
"attachmentPoints": [
{
"attachmentAtom": 2,
Expand Down Expand Up @@ -1411,6 +1415,7 @@
"classHELM": "PEPTIDE",
"alias": "L",
"name": "Leu",
"naturalAnalogShort": "L",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -1586,6 +1591,7 @@
"classHELM": "PEPTIDE",
"alias": "T",
"name": "Thr",
"naturalAnalogShort": "T",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -1771,6 +1777,7 @@
"classHELM": "PEPTIDE",
"alias": "E",
"name": "Glu",
"naturalAnalogShort": "E",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -1984,6 +1991,7 @@
"classHELM": "PEPTIDE",
"alias": "P",
"name": "Pro",
"naturalAnalogShort": "P",
"attachmentPoints": [
{
"attachmentAtom": 7,
Expand Down Expand Up @@ -2151,6 +2159,7 @@
"classHELM": "PEPTIDE",
"alias": "K",
"name": "Lys",
"naturalAnalogShort": "K",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -2364,6 +2373,7 @@
"classHELM": "PEPTIDE",
"alias": "N",
"name": "Asn",
"naturalAnalogShort": "N",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -2562,6 +2572,7 @@
"classHELM": "PEPTIDE",
"alias": "C",
"name": "C",
"naturalAnalogShort": "C",
"attachmentPoints": [
{
"attachmentAtom": 4
Expand Down Expand Up @@ -2670,6 +2681,7 @@
"classHELM": "PEPTIDE",
"alias": "C",
"name": "C",
"naturalAnalogShort": "C",
"attachmentPoints": [
{
"attachmentAtom": 4
Expand Down Expand Up @@ -2778,6 +2790,7 @@
"classHELM": "PEPTIDE",
"alias": "C",
"name": "C",
"naturalAnalogShort": "C",
"attachmentPoints": [
{
"attachmentAtom": 4
Expand Down Expand Up @@ -2886,6 +2899,7 @@
"classHELM": "PEPTIDE",
"alias": "C",
"name": "C",
"naturalAnalogShort": "C",
"attachmentPoints": [
{
"attachmentAtom": 4
Expand Down
10 changes: 10 additions & 0 deletions api/tests/integration/tests/formats/ref/conjugate.ket
Original file line number Diff line number Diff line change
Expand Up @@ -2231,6 +2231,7 @@
"classHELM": "PEPTIDE",
"alias": "D",
"name": "Asp",
"naturalAnalogShort": "D",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -2429,6 +2430,7 @@
"classHELM": "PEPTIDE",
"alias": "F",
"name": "Phe",
"naturalAnalogShort": "F",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -2656,6 +2658,7 @@
"classHELM": "PEPTIDE",
"alias": "G",
"name": "Gly",
"naturalAnalogShort": "G",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -2769,6 +2772,7 @@
"classHELM": "PEPTIDE",
"alias": "H",
"name": "His",
"naturalAnalogShort": "H",
"attachmentPoints": [
{
"attachmentAtom": 5,
Expand Down Expand Up @@ -3004,6 +3008,7 @@
"classHELM": "PEPTIDE",
"alias": "I",
"name": "Ile",
"naturalAnalogShort": "I",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -3181,6 +3186,7 @@
"classHELM": "PEPTIDE",
"alias": "K",
"name": "Lys",
"naturalAnalogShort": "K",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -3562,6 +3568,7 @@
"classHELM": "PEPTIDE",
"alias": "V",
"name": "Val",
"naturalAnalogShort": "V",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -3722,6 +3729,7 @@
"classHELM": "PEPTIDE",
"alias": "E",
"name": "Glu",
"naturalAnalogShort": "E",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -3935,6 +3943,7 @@
"classHELM": "PEPTIDE",
"alias": "C",
"name": "Cys",
"naturalAnalogShort": "C",
"attachmentPoints": [
{
"attachmentAtom": 8,
Expand Down Expand Up @@ -4370,6 +4379,7 @@
"classHELM": "PEPTIDE",
"alias": "E",
"name": "E",
"naturalAnalogShort": "E",
"attachmentPoints": [
{
"attachmentAtom": 0
Expand Down
1 change: 1 addition & 0 deletions api/tests/integration/tests/formats/ref/cysteine.ket
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"classHELM": "PEPTIDE",
"alias": "C",
"name": "cys",
"naturalAnalogShort": "C",
"attachmentPoints": [
{
"attachmentAtom": 8,
Expand Down
16 changes: 16 additions & 0 deletions api/tests/integration/tests/formats/ref/fmoc.ket
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,7 @@
"classHELM": "PEPTIDE",
"alias": "H",
"name": "His",
"naturalAnalogShort": "H",
"attachmentPoints": [
{
"attachmentAtom": 5,
Expand Down Expand Up @@ -1091,6 +1092,7 @@
"classHELM": "PEPTIDE",
"alias": "A",
"name": "Ala",
"naturalAnalogShort": "A",
"attachmentPoints": [
{
"attachmentAtom": 2,
Expand Down Expand Up @@ -1221,6 +1223,7 @@
"classHELM": "PEPTIDE",
"alias": "E",
"name": "Glu",
"naturalAnalogShort": "E",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -1434,6 +1437,7 @@
"classHELM": "PEPTIDE",
"alias": "G",
"name": "Gly",
"naturalAnalogShort": "G",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -1547,6 +1551,7 @@
"classHELM": "PEPTIDE",
"alias": "T",
"name": "Thr",
"naturalAnalogShort": "T",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -1732,6 +1737,7 @@
"classHELM": "PEPTIDE",
"alias": "F",
"name": "Phe",
"naturalAnalogShort": "F",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -1959,6 +1965,7 @@
"classHELM": "PEPTIDE",
"alias": "S",
"name": "Ser",
"naturalAnalogShort": "S",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -2127,6 +2134,7 @@
"classHELM": "PEPTIDE",
"alias": "D",
"name": "Asp",
"naturalAnalogShort": "D",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -2325,6 +2333,7 @@
"classHELM": "PEPTIDE",
"alias": "V",
"name": "Val",
"naturalAnalogShort": "V",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -2485,6 +2494,7 @@
"classHELM": "PEPTIDE",
"alias": "Y",
"name": "Tyr",
"naturalAnalogShort": "Y",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -2750,6 +2760,7 @@
"classHELM": "PEPTIDE",
"alias": "L",
"name": "Leu",
"naturalAnalogShort": "L",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -2925,6 +2936,7 @@
"classHELM": "PEPTIDE",
"alias": "Q",
"name": "Gln",
"naturalAnalogShort": "Q",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -3138,6 +3150,7 @@
"classHELM": "PEPTIDE",
"alias": "K",
"name": "Lys",
"naturalAnalogShort": "K",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -3351,6 +3364,7 @@
"classHELM": "PEPTIDE",
"alias": "I",
"name": "Ile",
"naturalAnalogShort": "I",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -3528,6 +3542,7 @@
"classHELM": "PEPTIDE",
"alias": "W",
"name": "Trp",
"naturalAnalogShort": "W",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down Expand Up @@ -3830,6 +3845,7 @@
"classHELM": "PEPTIDE",
"alias": "R",
"name": "Arg",
"naturalAnalogShort": "R",
"attachmentPoints": [
{
"attachmentAtom": 0,
Expand Down
Loading

0 comments on commit faa03d1

Please sign in to comment.