kevinkovalchik / RawQuant

RawQuant is a Python package for extracting scan meta data and quantification values from Thermo .raw files.
MIT License
10 stars 2 forks source link

RawQuant does not recognize .raw files in Windows #18

Closed carlomartins closed 5 years ago

carlomartins commented 5 years ago

Hi all,

As you can see in the figure below, there is some sort of error with my installation of RawQuant

capture

I've tried with other .raw files also, but the output is the same. What am I missing?

Thank you!

chrishuges commented 5 years ago

Hi,

We have recently moved the functionality of RawQuant to our new tool called RawTools (https://github.com/kevinkovalchik/RawTools). As such, we are no longer supporting RawQuant. Please give RawTools a try and let us know if it works for you.

Thanks, Chris

kevinkovalchik commented 5 years ago

Hello,

As Chris said, please check out RawTools instead if you are interesting in RawQuant. I do have a question about your computer system, though. Is it 64-bit or 32-bit? The error you got could be caused by running RawQuant on a 32-bit system. RawQuant uses Thermo's RawFileReader for raw file access, and unfortunately RawFileReader only supports 64-bit systems. RawTools also uses the same, so if you are using a 32-bit operating system you will run into the same problem with RawTools. If you are using a 64-bit system, hopefully RawTools will work for you!

Kevin

carlomartins commented 5 years ago

Thank you all!