Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
SPPearce authored Jan 30, 2025
1 parent 4794ec4 commit 0d8290e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/transdecoder/predict/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process TRANSDECODER_PREDICT {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/transdecoder:5.5.0--pl5262hdfd78af_4':
'https://depot.galaxyproject.org/singularity/transdecoder:5.7.1--pl5321hdfd78af_0':
'biocontainers/transdecoder:5.7.1--pl5321hdfd78af_0' }"

input:
Expand Down

0 comments on commit 0d8290e

Please sign in to comment.