Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ERROR] FATAL UNHANDLED EXCEPTION: System.Exception: Exception during execution of external process: 217362 #4

Open
Jokendo-collab opened this issue Apr 15, 2020 · 3 comments

Comments

@Jokendo-collab
Copy link

My Maxquant analysis runs smoothly then it fails at the FDR assignment stage. What could be causing this problem?
Loading requirement: compilers/gcc820 python/anaconda-python-3.7
Configuring
Testing fasta files
Testing raw files
Feature detection
Calculating peak properties
Combining apl files for first search
Preparing searches
MS/MS first search
Read search results for recalibration
Mass recalibration
MS/MS preparation for main search
Combining apl files for main search
MS/MS main search
Preparing combined folder
Calculating masses
Correcting errors
Reading search engine results
Preparing reverse hits
Finish search engine results
Filter identifications (MS/MS)
Applying FDR

Unhandled Exception:
System.Exception: Exception during execution of external process: 217362
at BaseLibS.Util.WorkDispatcher.ProcessSingleRunExternalProcess (System.Int32 taskIndex, System.Int32 threadIndex) [0x001a1] in <3fc1eb7cc45041de8ce7f41aa00f3311>:0
at BaseLibS.Util.WorkDispatcher.DoWork (System.Int32 taskIndex, System.Int32 threadIndex) [0x0001e] in <3fc1eb7cc45041de8ce7f41aa00f3311>:0
at BaseLibS.Util.WorkDispatcher.Work (System.Object threadIndex) [0x00054] in <3fc1eb7cc45041de8ce7f41aa00f3311>:0
at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00025] in <6e7e1f2771fe4be7978e37d9d240b9d4>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x0
0071] in <6e7e1f2771fe4be7978e37d9d240b9d4>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in
<6e7e1f2771fe4be7978e37d9d240b9d4>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <6e7e1f2771fe4be7978e37d9d240b9
d4>:0
at System.Threading.ThreadHelper.ThreadStart (System.Object obj) [0x0000f] in <6e7e1f2771fe4be7978e37d9d240b9d4>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.Exception: Exception during execution of external process: 217362
at BaseLibS.Util.WorkDispatcher.ProcessSingleRunExternalProcess (System.Int32 taskIndex, System.Int32 threadIndex) [0x001a1] in <3fc1eb7cc45041de8ce7f41aa00f3311>:0
at BaseLibS.Util.WorkDispatcher.DoWork (System.Int32 taskIndex, System.Int32 threadIndex) [0x0001e] in <3fc1eb7cc45041de8ce7f41aa00f3311>:0
at BaseLibS.Util.WorkDispatcher.Work (System.Object threadIndex) [0x00054] in <3fc1eb7cc45041de8ce7f41aa00f3311>:0
at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00025] in <6e7e1f2771fe4be7978e37d9d240b9d4>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x0
0071] in <6e7e1f2771fe4be7978e37d9d240b9d4>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in
<6e7e1f2771fe4be7978e37d9d240b9d4>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <6e7e1f2771fe4be7978e37d9d240b9
d4>:0
at System.Threading.ThreadHelper.ThreadStart (System.Object obj) [0x0000f] in <6e7e1f2771fe4be7978e37d9d240b9d4>:0

@atc3
Copy link
Owner

atc3 commented Apr 15, 2020

How many files are you processing? It's my anecdotal experience that the FDR calculation can be memory-heavy so maybe you are running out of RAM.

You can also check the combined/proc folder for the Applying FDR step, as a file, to maybe get a more detailed error message.

@Jokendo-collab
Copy link
Author

Hi @blahoink I am processing 200 raw files and I don't know how to go about this problem

@atc3
Copy link
Owner

atc3 commented Apr 18, 2020

In your output folder for your run (MaxQuant calls this the "combined" folder), go into combined/proc and look for a file named Applying_FDR 11.error.txt (or something like that). Inside that file should be more detailed information about why MaxQuant crashed.

If this is an out-of-memory error, then in your SLURM script you can increase the memory per cpu by adding:

#SBATCH --mem-per-cpu=1000

to the top of your submission script. In the above example I'm setting 1000MB (1GB) of memory per core, but depending on your cluster configuration you can increase this until MaxQuant has enough memory to complete the run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants