From ef1e1b25390e4b8515f93d1bf96113db44bc7923 Mon Sep 17 00:00:00 2001 From: Anders Goncalves da Silva Date: Mon, 15 Feb 2021 19:51:45 -0800 Subject: [PATCH] Fix indentation Co-authored-by: Harshil Patel --- software/ivar/variants/main.nf | 1 - 1 file changed, 1 deletion(-) diff --git a/software/ivar/variants/main.nf b/software/ivar/variants/main.nf index 3ada428e..d285f9c9 100644 --- a/software/ivar/variants/main.nf +++ b/software/ivar/variants/main.nf @@ -12,7 +12,6 @@ process IVAR_VARIANTS { saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) } conda (params.enable_conda ? "bioconda::ivar=1.3.1" : null) - if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container "https://depot.galaxyproject.org/singularity/ivar:1.3.1--h089eab3_0" } else {