Skip to content

Commit

Permalink
Disable singularity
Browse files Browse the repository at this point in the history
  • Loading branch information
jIskCoder authored Oct 3, 2024
1 parent cddbf03 commit ab03544
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ profiles {
process.beforeScript = 'echo $HOSTNAME'
}
apptainer {
apptainer.enabled = true
docker.enabled = false
apptainer.enabled = true
singularity.enabled = false
docker.enabled = false
singularity.pullTimeout = "3h"
process {
withLabel: 'BWAAlign|Samtools|Bcftools|Fastqc|Multiqc|RGridss|Rfilter|IndexDedup' {
Expand All @@ -41,6 +42,7 @@ profiles {
}
docker {
docker.enabled = true
apptainer.enabled = false
singularity.enabled = false
process {
withLabel: 'BWAAlign|Samtools|Bcftools|Fastqc|Multiqc|RGridss|Rfilter|IndexDedup' {
Expand Down

0 comments on commit ab03544

Please sign in to comment.