MannLabs / alphapept

A modular, python-based framework for mass spectrometry. Powered by nbdev.
https://mannlabs.github.io/alphapept/
Apache License 2.0
168 stars 31 forks source link

Macbook crash fix #465

Closed swillems closed 2 years ago

swillems commented 2 years ago

FIX: 'os.path.splitdrive' return empty string on unix, which is not a valid path for 'psutil.disk_usage' , crashing the whole workflow before it even starts. This fixes it, but might be implemented with a cleaner approach