MaxQuant-linux版本使用

弄完我才知道為何很多人吐槽這個軟件的Linux版本很難用,各種報錯都是淚呀。大概正確的安裝和運行操作如下,很多教程遇到的坑我就不寫了。

首先去maxquant的官網(wǎng)去獲得maxquant這個軟件,點擊下載你就要提交一個申請,它會自動發(fā)到你郵箱,然后就可以下載


image.png

然后把這個軟件分別在window上面一份以及在Linux上面一份

安裝環(huán)境

如果奇怪我為何用的是mamba而不是conda可以看這個 mamba極速安裝conda包

mamba create -n Promaxquant
conda activate Promaxquant

mamba install -y -c conda-forge https://anaconda.org/conda-forge/dotnet/3.1.409/download/linux-64/dotnet-3.1.409-ha770c72_0.tar.bz2

 ## 需要3.1.1 左右的.net

mamba install -y -c conda-forge maxquant  
###其實這個maxquant沒有意義,需要的是其中附帶的mono

然后使用windows版本生成相應(yīng)的mqpar.xml 文件,然后最好是手動修改mqpar.xml的路徑(雖然它有推薦有相應(yīng)的命令,在這個youtube視頻以及官網(wǎng)上都可以找到),如何用windows版本生成可以參考這個視頻

MQSS 2021 | Pre-course: How to run MaxQuant on Linux | Pavel Sinitcyn - YouTube

確認好mqpar.xml的文件路徑正確之后,激活相應(yīng)的conda環(huán)境,然后可以運行,需要的是MaxQuantCmd.exe(注意有Cmd這個)

(Promaxquant) [lp@localhost data]$ mono MaxQuant_v2.2.0.0/bin/MaxQuantCmd.exe TestRAW/mqpar.xml 
Configuring 
Assemble run info 
Finish run info 
Testing fasta files 
Testing raw files 
Feature detection 
Deisotoping 
MS/MS preparation 
Calculating peak properties 
Combining apl files for first search 
Preparing searches 
MS/MS first search 
Read search results for recalibration 
Mass recalibration 
Calculating masses 
MS/MS preparation for main search 
Combining apl files for main search 
MS/MS main search 
Preparing combined folder  
Correcting errors 
Reading search engine results 
Preparing reverse hits 
Finish search engine results 
Filter identifications (MS/MS) 
Calculating PEP 
Copying identifications 
Applying FDR 
Assembling second peptide MS/MS 
Combining second peptide files 
Second peptide search 
Reading search engine results (SP) 
Finish search engine results (SP) 
Filtering identifications (SP) 
Applying FDR (SP) 
Re-quantification 
Reporter quantification 
Prepare protein assembly 
Assembling proteins 
Assembling unidentified peptides 
Finish protein assembly 
Updating identifications 
Estimating complexity 
Prepare writing tables  
Writing tables 
Finish writing tables 

下面這些命令我不知道有沒有用,因為我也是安了,不知道有沒有解決其中的依賴,理論上應(yīng)該不用運行和安裝下面的命令

# For CentOS 7:

yum install centos-release-scl
yum install devtoolset-8
scl enable devtoolset-8 -- bash

# Enable the tools (put this into .bash_profile)
source /opt/rh/devtoolset-8/enable

還有一些命令可以參考tc3/maxquant_linux_guide

  1. atc3/maxquant_linux_guide: A guide to running MaxQuant in Linux (github.com)
  1. maxquant:common:download_and_installation [MaxQuant 文檔] (coxdocs.org)

  2. MaxQuant goes Linux | Nature Methods

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • 轉(zhuǎn)自:https://weibo.com/ttarticle/p/show?id=2309404129469920...
    xpf2000閱讀 4,868評論 0 48
  • Python 資源大全中文版 awesome-python[https://github.com/vinta/aw...
    萬色星辰閱讀 9,922評論 0 255
  • Python 資源 我想很多程序員應(yīng)該記得 GitHub 上有一個 Awesome - XXX 系列的資源整理。a...
    葉冷隨記閱讀 7,974評論 1 225
  • # Python 資源大全中文版 我想很多程序員應(yīng)該記得 GitHub 上有一個 Awesome - XXX 系列...
    小邁克閱讀 3,120評論 1 3
  • Python資源大全中文版,包括:Web框架、網(wǎng)絡(luò)爬蟲、模板引擎、數(shù)據(jù)庫、數(shù)據(jù)可視化、圖片處理等,由伯樂在線持續(xù)更...
    dxl1236閱讀 4,822評論 2 33

友情鏈接更多精彩內(nèi)容