-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Hello,
I am running DDA analysis from data generated on the timsTOF Bruker instrument. I am currently using a 16GB ram machine on azure with 100GB storage. I was able to change configurations to run comet with this machine (by restricting CPU threads to 2 and memory to 7GB, while also editing core parameters restricting numerical threads to 2 and spectrum batch size to 200). While the comet ran successfully, it kept crashing at the MS2Rescore step (error message below). I was wondering what parameter to fix to make MS2Rescore step run.
Thanks in advance!
Basic details:
nf-core/mhcquant: 2.x
Nextflow: 25.04.7
Size: Standard E2s v3 (2 vcpus, 16 GiB memory)
Apptainer 1.3.1
OS: Ubuntu 22.04
Nextflow code:
nextflow run ~/mhcquant/main.nf
-profile singularity
-c ~/mhcquant_run/conf/xyz.config
--input sample_sheet.tsv
--fasta HUMAN_2014_concat.fasta
--skip_decoy_generation true
--ms2pip_model timsTOF
--ms2pip_model_dir /home/xyz/ms2pip_models
--outdir results_main
I have attached my error message in the pdf below.