Skip to content

Commit

Permalink
🔥 drop conda profile
Browse files Browse the repository at this point in the history
  • Loading branch information
bunop committed Feb 26, 2024
1 parent 9cf54b8 commit 1813128
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tskit-pipeline/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -96,21 +96,14 @@ profiles {
cleanup = false
nextflow.enable.configProcessNamesValidation = true
}
conda {
conda.enabled = true
docker.enabled = false
singularity.enabled = false
}
docker {
docker.enabled = true
conda.enabled = false
singularity.enabled = false
docker.runOptions = '-u $(id -u):$(id -g)'
}
singularity {
singularity.enabled = true
singularity.autoMounts = true
conda.enabled = false
docker.enabled = false
}
test { includeConfig 'conf/test.config' }
Expand Down

0 comments on commit 1813128

Please sign in to comment.