Skip to content

Commit

Permalink
#4295 - Cannot save FASTA using the Remote mode (#4299)
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Rodionov <roman_rodionov@epam.com>
  • Loading branch information
rrodionov91 and rrodionov91 committed Mar 21, 2024
1 parent e39ee87 commit a25842b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export enum ChemicalMimeType {
KET = 'chemical/x-indigo-ket',
UNKNOWN = 'chemical/x-unknown',
SDF = 'chemical/x-sdf',
FASTA = 'fasta',
FASTA = 'chemical/x-fasta',
SEQUENCE = 'chemical/x-sequence',
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export enum ChemicalMimeType {
Ket = 'chemical/x-ket',
Mol = 'chemical/x-mdl-molfile',
Helm = 'chemical/x-helm',
Fasta = 'fasta',
Sequence = 'sequence',
Fasta = 'chemical/x-fasta',
Sequence = 'chemical/x-sequence',
}

interface SupportedFormatPropertiesOptions {
Expand Down

0 comments on commit a25842b

Please sign in to comment.