Skip to content

Commit

Permalink
Use seqera containers to fix ps error
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-panchal committed Jun 17, 2024
1 parent baf6656 commit ab2f579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/interproscan.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process INTERPROSCAN {

conda "bioconda::interproscan:5.59_91.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/interproscan:5.59_91.0--hec16e2b_1' :
'oras://community.wave.seqera.io/library/interproscan:5.59_91.0--c515d30aea1d4874' :
'biocontainers/interproscan:5.59_91.0--hec16e2b_1' }"

input:
Expand Down

0 comments on commit ab2f579

Please sign in to comment.