Skip to content

Commit

Permalink
Merge pull request #86 from nf-core/add-missing-markdups-conda-directive
Browse files Browse the repository at this point in the history
Add missing conda directive to MarkDups process
  • Loading branch information
scwatts authored Aug 8, 2024
2 parents 3742776 + 1e9cb5d commit f0184f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/local/markdups/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ process MARKDUPS {
tag "${meta.id}"
label 'process_medium'

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/hmftools-mark-dups:1.1.7--hdfd78af_0' :
'biocontainers/hmftools-mark-dups:1.1.7--hdfd78af_0' }"
Expand Down

0 comments on commit f0184f9

Please sign in to comment.