From baf6656faa4f1cd3de572aa59ef63878e90f0e07 Mon Sep 17 00:00:00 2001 From: Mahesh Binzer-Panchal Date: Wed, 5 Jun 2024 14:24:00 +0000 Subject: [PATCH] fix interproscan conda package --- modules/local/interproscan.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/interproscan.nf b/modules/local/interproscan.nf index a4b749b..595d1de 100644 --- a/modules/local/interproscan.nf +++ b/modules/local/interproscan.nf @@ -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' }"