Skip to content

Commit

Permalink
#4295 - Cannot save FASTA using the Remote mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rrodionov91 committed Mar 21, 2024
1 parent 92c4cfa commit e0e3a0d
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 e0e3a0d

Please sign in to comment.