Skip to content

Commit

Permalink
sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Dec 27, 2023
1 parent d355476 commit 6ba4a32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/indigo-service/backend/service/v2/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ class InputFormatSchema(Schema):
"chemical/x-cdxml",
"chemical/x-cdx",
"chemical/x-sdf",
"chemical/x-peptide-sequence",
"chemical/x-rna-sequence",
"chemical/x-dna-sequence",
)
input_format = fields.Str(missing=None, validate=OneOf(struct_mime_types))

Expand Down

0 comments on commit 6ba4a32

Please sign in to comment.