ketcher-core
Version:
Web-based molecule sketcher
20 lines (19 loc) • 393 B
TypeScript
export declare const macromoleculesFilesInputFormats: {
ket: string;
mol: string;
seq: {
rna: string;
dna: string;
peptide: string;
peptide3Letter: string;
};
fasta: {
rna: string;
dna: string;
peptide: string;
};
idt: string;
'axo-labs': string;
helm: string;
biln: string;
};