Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1439 Indigo can't parse KET with R-Site as a leaving group #1443

Merged
merged 4 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api/tests/integration/ref/formats/ket_to_mol.py.out
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dcysteine.ket:SUCCEED
dna_mod.ket:SUCCEED
dthymine.ket:SUCCEED
fmoc.ket:SUCCEED
leaving_rgroup_1439.ket:SUCCEED
mon_long_id.ket:SUCCEED
pepchem.ket:SUCCEED
peptides.ket:SUCCEED
Expand Down
1 change: 1 addition & 0 deletions api/tests/integration/tests/formats/ket_to_mol.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def find_diff(a, b):
"query_explicit_val",
"mon_long_id",
"acgt_1412",
"leaving_rgroup_1439",
]

files.sort()
Expand Down
Loading
Loading