berman-lab / ymap

YMAP - Yeast Mapping Analysis Pipeline : An online pipeline for the analysis of yeast genomic datasets.
MIT License
6 stars 6 forks source link

Uploading .fna references fails #68

Open vladimirg opened 2 years ago

vladimirg commented 2 years ago

Does not recognize the extension, and gives an error of "This is an unknown file type.". This is despite renaming the file correctly into a .fasta file. It appears that there are all sorts of name-change things going on in scripts_genomes/process_input_files.genome.php, and in theory this should've been handled - but there's probably a bug somewhere. In any case, .fna should be accepted, or the bug should be fixed, and perhaps the code should be reviewed and simplified.