Skip to content

Commit

Permalink
add IndexDedup to singularity
Browse files Browse the repository at this point in the history
  • Loading branch information
jIskCoder committed Jun 4, 2024
1 parent c6b354f commit 9902a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ profiles {
docker.enabled = false
singularity.pullTimeout = "3h"
process {
withLabel: 'BWAAlign|Samtools|Bcftools|Fastqc|Multiqc|RGridss|Rfilter' {
withLabel: 'BWAAlign|Samtools|Bcftools|Fastqc|Multiqc|RGridss|Rfilter|IndexDedup' {
container = "ghcr.io/wehi-researchcomputing/nf-malaria-variant-analysis:latest"
}
}
Expand All @@ -43,7 +43,7 @@ profiles {
docker.enabled = true
singularity.enabled = false
process {
withLabel: 'BWAAlign|Samtools|Bcftools|Fastqc|Multiqc|RGridss|Rfilter' {
withLabel: 'BWAAlign|Samtools|Bcftools|Fastqc|Multiqc|RGridss|Rfilter|IndexDedup' {
container = "ghcr.io/wehi-researchcomputing/nf-malaria-variant-analysis:latest"
}
}
Expand Down

0 comments on commit 9902a2c

Please sign in to comment.