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

Backmerge: #2375 - Export to IDT doesn't work at all for mixed bases #2382

Merged
merged 1 commit into from
Sep 16, 2024
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_idt.py.out
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ idt_i2moera_t.ket:SUCCEED
idt_many_molecules.ket:SUCCEED
idt_mixed.ket:SUCCEED
idt_mixed_custom.ket:SUCCEED
idt_mixed_ketcher.ket:SUCCEED
idt_mixed_std.ket:SUCCEED
idt_mod_phosphates.ket:SUCCEED
idt_modifications.ket:SUCCEED
Expand Down
1 change: 1 addition & 0 deletions api/tests/integration/tests/formats/ket_to_idt.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def find_diff(a, b):
"idt_mixed_std": "ARAS",
"idt_mixed_custom": "(N1:10203050)(N1)N",
"idt_rna_dna_mixed_custom": "r(R1:50003000)(R1)",
"idt_mixed_ketcher": "KrK(K1:00003070)r(K2:00003070)",
}

for filename in sorted(idt_data.keys()):
Expand Down
Loading
Loading