lazear / sage

Proteomics search & quantification so fast that it feels like magic
https://sage-docs.vercel.app
MIT License
201 stars 38 forks source link

Can't read mgfs with upper cases in path #124

Closed jens-decker-bruker closed 3 months ago

jens-decker-bruker commented 3 months ago

Reading mgf files fails with a file not found error, if there is an upper case in the file name or somewhere in the path.

Should boil down to line 203 in main.rs where read_mgf is called with path_lower instead of path like for the other file options: sage_cloudpath::util::read_mgf(path_lower, file_id)