Skip to content

Commit

Permalink
Backmerge: #1881 Macro: Cannot load Peptides from our Library that ar…
Browse files Browse the repository at this point in the history
…e not connected by bonds using FASTA file (#1897)
  • Loading branch information
AliaksandrDziarkach authored Apr 2, 2024
1 parent d0224f9 commit fe00419
Show file tree
Hide file tree
Showing 5 changed files with 591 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/tests/integration/ref/formats/fasta_to_ket.py.out
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ test_dna.ket:SUCCEED
multiseq.ket:SUCCEED
break.ket:SUCCEED
comment.ket:SUCCEED
test_1881.ket:SUCCEED
1 change: 1 addition & 0 deletions api/tests/integration/tests/formats/fasta_to_ket.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def find_diff(a, b):
{"file": "multiseq", "seq_type": "DNA"},
{"file": "break", "seq_type": "PEPTIDE"},
{"file": "comment", "seq_type": "PEPTIDE"},
{"file": "test_1881", "seq_type": "PEPTIDE"},
]

for desc in fasta_files:
Expand Down
8 changes: 8 additions & 0 deletions api/tests/integration/tests/formats/molecules/test_1881.fasta
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
>Sequence1
A
>Sequence2
A
>Sequence3
D
>Sequence4
C
Loading

0 comments on commit fe00419

Please sign in to comment.