atc3 / maxquant_linux_guide

A guide to running MaxQuant in Linux
http://atchen.me/research/2019/03/21/mq-linux.html
MIT License
30 stars 11 forks source link

System.IO.FileNotFoundException: Centos7, netstandard #6

Open TrekHsu opened 4 years ago

TrekHsu commented 4 years ago

I tried many ways to solve the problem but didn't. It's the problem of Maxquant or mono? mono MaxQuant/bin/MaxQuantCmd.exe mqpar.xml image

atc3 commented 4 years ago

Have you confirmed that mono is working? You can test it with mono --version.

What MaxQuant version are you using?

TrekHsu commented 4 years ago

Version: mono --version Mono JIT compiler version 4.6.2 MaxQuant version [1.6.12.0] (download from https://maxquant.org/)

Solution: I download a previous version (maxquant-1.6.3.4-0.tar.bz2) from (https://anaconda.org/bioconda/maxquant/files). And it works. image

atc3 commented 4 years ago

That's great! You should let the MaxQuant developers know about this discrepancy with the later version: https://groups.google.com/forum/#!forum/maxquant-list

TrekHsu commented 4 years ago

Thanks, blahoink. I had seen somebody already submit the same error to the developers but no solution yet. Maybe they will fix it in the next version.