Update software/minimap2/align/main.nf

This commit is contained in:
Harshil Patel 2021-02-05 10:45:34 +00:00 committed by GitHub
parent 50bebac136
commit 31520fce97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {