GO注釋突然遇到一個(gè)報(bào)錯(cuò):
09/08/2023 13:53:59:226 Welcome to InterProScan-5.36-75.0
09/08/2023 13:54:04:551 Running InterProScan v5 in STANDALONE mode... on Linux
09/08/2023 13:54:16:129 Loading file /GO/split_pep/split.01.fa
09/08/2023 13:54:16:134 Running the following analyses:
[CDD-3.17,Coils-2.2.1,Gene3D-4.2.0,Hamap-2019_01,MobiDBLite-2.0,PANTHER-14.1,Pfam-32.0,Phobius-1.01,PIRSF-3.02,PRINTS-42.0,ProSitePatterns-2019_01,ProSiteProfiles-2019_01,SFLD-4,SignalP_EUK-4.1,SignalP_GRAM_NEGATIVE-4.1,SignalP_GRAM_POSITIVE-4.1,SMART-7.1,SUPERFAMILY-1.75,TIGRFAM-15.0,TMHMM-2.0c]
Pre-calculated match lookup service DISABLED. Please wait for match calculations to complete...
09/08/2023 13:54:49:322 25% completed
09/08/2023 13:58:34:783 51% completed
2023-08-09 14:05:12,501 [amqEmbeddedWorkerJmsContainer-2] [uk.ac.ebi.interpro.scan.management.model.implementations.RunBinaryStep:188] ERROR - Command line failed with exit code: 1
Command: bin/tmhmm/2.0c/decodeanhmm data/tmhmm/2.0c/TMHMM2.0c.model /GO/blast_out/tempdir01/compute-b07-8.hpc_20230809_135404545_a9j4//jobTMHMM/000000000001_000000000212.fasta -N 1 -PrintNumbers -background 0.081 0.015 0.054 0.061 0.040 0.068 0.022 0.057 0.056 0.093 0.025 0.045 0.049 0.039 0.057 0.068 0.058 0.067 0.013 0.032
Error output from binary:
decodeanhmm 1.1g
Copyright (C) 1998 by Anders Krogh
Wed Aug 9 14:05:12 2023
Error: Couldn't open file 0000000001_000000000212.fasta
2023-08-09 14:05:12,505 [amqEmbeddedWorkerJmsContainer-2] [uk.ac.ebi.interpro.scan.jms.worker.LocalJobQueueListener:204] ERROR - Execution thrown when attempting to executeInTransaction the StepExecution. All database activity rolled back.
java.lang.IllegalStateException: Command line failed with exit code: 1
Command: bin/tmhmm/2.0c/decodeanhmm data/tmhmm/2.0c/TMHMM2.0c.model /GO/blast_out/tempdir01/compute-b07-8.hpc_20230809_135404545_a9j4//jobTMHMM/000000000001_000000000212.fasta -N 1 -PrintNumbers -background 0.081 0.015 0.054 0.061 0.040 0.068 0.022 0.057 0.056 0.093 0.025 0.045 0.049 0.039 0.057 0.068 0.058 0.067 0.013 0.032
Error output from binary:
decodeanhmm 1.1g
Copyright (C) 1998 by Anders Krogh
Wed Aug 9 14:05:12 2023
Error: Couldn't open file 0000000001_000000000212.fasta
.............略略略意述,后邊我就不貼了哈!
主要報(bào)錯(cuò)信息還是:
ERROR - Command line failed with exit code: 1
如何解決呢?逸嘀!
報(bào)錯(cuò)的原因是:
MHMM 中有一個(gè)錯(cuò)誤社裆,如果 fasta 文件路徑超過(guò) 230 個(gè)字符翁授,它會(huì)拋出如上的錯(cuò)誤残拐。
解決方式:
1)使用不是很長(zhǎng)的目錄路徑涎拉,以便最終路徑仍然少于 230 個(gè)字符
或
2)使用Phobius瑞侮,因?yàn)镻hobius將為您提供使用TMHMM時(shí)獲得的幾乎所有預(yù)測(cè)
由于第1個(gè)方法更好操作,當(dāng)然選它鼓拧!選它半火!選它!
有嘗試過(guò)第2個(gè)方法的寶子歡迎來(lái)補(bǔ)充哈毁枯。慈缔。。
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------I'm a line ! Thanks !---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------