ebi-ait / sars-cov2-data-upload

Apache License 2.0
0 stars 0 forks source link

Certain file name formats cause validation to fail #22

Closed z-w123 closed 4 years ago

z-w123 commented 4 years ago

From Nadim:

A file with a ‘.’ in the middle of the name fails validation on file type, regardless of whether it has an accepted format ending. E.g. CAMB-73D89.20200407_1713_X2_FAN41688_045eb5a8.climb.public.bam is not accepted, but CAMB-73D89_20200407_1713_X2_FAN41688_045eb5a8_climb_public.bam is. This is an example of a real file name (often these are created in automated fashion) and should be accepted - note this file name is accepted by current Webin submission services.

dipayan1985 commented 4 years ago

Addressed and closed. Thanks for reporting.