You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: