DeplanckeLab / dgrpool_web

DGRPool is a web application designed to serve as a comprehensive repository for Drosophila Genetic Reference Panel (DGRP) phenotyping datasets.
GNU General Public License v3.0
0 stars 0 forks source link

Check input file type for "check your phenotype" tool #35

Closed fab-dav closed 3 months ago

fab-dav commented 5 months ago

Only plain text files should be allowed (exclude xlsx et gzip) and associate a blocking error if the format is not correct. Also add a blocking error if the header is not OK (should have DGRP and sex as first and second column).

fab-dav commented 3 months ago

Done