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 in DIA:SILICOLIBRARYGENERATION #477

Open
reem-abouward opened this issue Jan 31, 2025 · 3 comments
Open

error in DIA:SILICOLIBRARYGENERATION #477

reem-abouward opened this issue Jan 31, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@reem-abouward
Copy link

reem-abouward commented Jan 31, 2025

Description of the bug

I am trying to analyse a few DIA samples and ran into the following errors:

`NFCORE_QUANTMS:QUANTMS:DIA:SILICOLIBRARYGENERATION (UP000005640_9606.fasta)` terminated with an error exit status (140) --
`NFCORE_QUANTMS:QUANTMS:DIA:DIANN_PRELIMINARY_ANALYSIS (20240805_DRIX089_10pct_20)` terminated with an error exit status (137)

I managed to get to the next steps by allowing 10 retries in the config.

process {
    errorStrategy = 'retry'
    maxRetries = 10
    memory = { 200.GB * task.attempt }
}

Not sure if this is an expected problem or if how I "fixed" it is normal.

I then ran into another issue which was previously reported #427

I attached the log, sdrf and config files.

Relevant files

Archive.zip

System information

Nextflow version 24.10.2
Hardware: HPC
Executor: slurm
Container: Singularity
version 1.3.0
bigbio/quantms r 1.3.0.

@reem-abouward reem-abouward added the bug Something isn't working label Jan 31, 2025
@jpfeuffer
Copy link
Collaborator

Hi!

Yes, this sounds like a memory or time limit that is reached by the SLURM job.
The way you solved it sounds reasonable but maybe you can lower the value a little and/or play with the step's time limit as well.
How big is your fasta and how many variable modifications are you using?

@ypriverol
Copy link
Member

@reem-abouward This is my slurm codon config, https://github.com/bigbio/quantms/blob/dev/conf/pride_codon_slurm.config you can take some ideas from there about how to configure DIANN_PRELIMINARY_ANALYSIS

@reem-abouward
Copy link
Author

reem-abouward commented Feb 4, 2025

Hi!

Yes, this sounds like a memory or time limit that is reached by the SLURM job. The way you solved it sounds reasonable but maybe you can lower the value a little and/or play with the step's time limit as well. How big is your fasta and how many variable modifications are you using?

Thanks for you reply.
fasta is 13.7 MB. I have 3 variable modifications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants