mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update software/minimap2/align/main.nf
This commit is contained in:
parent
50bebac136
commit
31520fce97
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ process MINIMAP2_ALIGN {
|
|||
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) }
|
||||
|
||||
conda (params.enable_conda ? "bioconda::minimap2=2.17=hed695b0_3" : null)
|
||||
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/minimap2:2.17--hed695b0_3"
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue