Skip to content

Commit

Permalink
enable conda and singularity for test config
Browse files Browse the repository at this point in the history
  • Loading branch information
wxicu committed Nov 6, 2023
1 parent 6c41264 commit 49e8cb6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,11 @@ profiles {
apptainer.enabled = false
}
test {
includeConfig 'test.config'
includeConfig 'test.config'
singularity.enabled = true
singularity.runOptions = "--bind $PWD"
singularity.cacheDir = "$PWD"
conda.enabled = true
}
}

Expand Down

0 comments on commit 49e8cb6

Please sign in to comment.