glormph / kantele

Lab proteomics raw and search data management
2 stars 1 forks source link

Remove zip extension from rawfile name, not only storedfile #98

Closed glormph closed 2 weeks ago

glormph commented 2 months ago

The commit says 19, but that is wrong, in #89 we introduced a fix for #37, changing filenames when these change during uploads. What I missed was that this happens every time we upload zip files, which get reset after the unzip is ready - but ONLY on the storedfile table, not in the rawfile table. Then we cant move files to dataset etc. This should fix that problem.

found by @rui-branca