Skip to content

Commit

Permalink
fix interproscan conda package
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-panchal committed Jun 5, 2024
1 parent 6af85a4 commit baf6656
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 @@ -2,7 +2,7 @@ process INTERPROSCAN {
tag "$meta.id"
label 'process_medium'

conda "${moduleDir}/environment.yml"
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' :
'biocontainers/interproscan:5.59_91.0--hec16e2b_1' }"
Expand Down

0 comments on commit baf6656

Please sign in to comment.