Skip to content

Commit

Permalink
Backmerge: #2375 - Export to IDT doesn't work at all for mixed bases (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AliaksandrDziarkach committed Sep 16, 2024
1 parent d5b2588 commit 90b605f
Show file tree
Hide file tree
Showing 5 changed files with 1,521 additions and 25 deletions.
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

0 comments on commit 90b605f

Please sign in to comment.