mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-31 03:32:10 -05:00
Fix indentation
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
f841483a70
commit
ef1e1b2539
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue