pyQms / pyqms

pyQms, generalized, fast and accurate mass spectrometry data quantification
MIT License
28 stars 9 forks source link

no import os in adaptors.py #6

Closed RubenRBakker closed 5 years ago

RubenRBakker commented 5 years ago

Hi,

If adapters.py (this github repo) gets a unrecognized file format supplied the line 325 os.path.splitext(evidence_file)[1] is executed. However, nowhere in the script it says import os, so by adding that it will execute without issues. Unless I am mistaken somehow and am using the wrong installment / repo.

MKoesters commented 5 years ago

Hi Ruben, Thanks for reporting this, I'll push a fix tomorrow with the fix for your other Issue :)

MKoesters commented 5 years ago

Fixed with #7