cusbg / prankweb

Web application for protein-ligand binding sites analysis and visualization
https://prankweb.cz
Apache License 2.0
7 stars 3 forks source link

Can't load MSA (or any file) from a file #26

Closed davidhoksza closed 2 years ago

davidhoksza commented 3 years ago

On Mac

davidhoksza commented 3 years ago

msa.zip

skodapetr commented 3 years ago

Seems like it might be connected to https://stackoverflow.com/questions/47386981/input-type-file-attribute-accept-not-working-in-safari-on-macbook , to quote Indeed it seems Safari doesn't accept files' extensions as accept attribute... as I'm not aware of any standard mime types for sequences it seems like to only option is to remove accept completely from the input element.

davidhoksza commented 3 years ago

The file is always a text file, however, the file suffix tends to vary substantially.

skodapetr commented 2 years ago

MSA will be removed, #67.