Skip to content

Commit

Permalink
Merge pull request #444 from ypriverol/dev
Browse files Browse the repository at this point in the history
update container for msgf_plus indexing.
  • Loading branch information
ypriverol authored Nov 25, 2024
2 parents 0a8d513 + 6ff2db1 commit d5f3d5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf/pride_codon_slurm.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ singularity {
process {
// this is to avoid errors for missing files due to shared filesystem latency
maxRetries = 30
errorStrategy = { task.exitStatus in ((130..145) + 104 + 1 + 9 + 134 + 97 + 137 + 0) ? "retry" : "terminate" }
errorStrategy = { task.exitStatus in ((130..145) + 104 + 1 + 9 + 134 + 97 + 0) ? "retry" : "terminate" }
cache = "lenient"
afterScript = "sleep 60"

Expand Down
6 changes: 3 additions & 3 deletions modules/local/openms/thirdparty/msgfdb_indexing/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ process MSGFDBINDEXING {
label 'process_low'
label 'openms'

conda "bioconda::openms-thirdparty=3.2.0"
conda "bioconda::msgf_plus=2024.03.26"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/openms-thirdparty:3.2.0--h9ee0642_4' :
'biocontainers/openms-thirdparty:3.2.0--h9ee0642_4' }"
'https://depot.galaxyproject.org/singularity/msgf_plus:2024.03.26--hdfd78af_0' :
'biocontainers/msgf_plus:2024.03.26--hdfd78af_0' }"

input:
path(database)
Expand Down

0 comments on commit d5f3d5a

Please sign in to comment.