Skip to content

Commit

Permalink
Add conda support for more recent nextflow versions in nextflow.config
Browse files Browse the repository at this point in the history
  • Loading branch information
LKress authored Jun 18, 2024
1 parent a882743 commit 13a586b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
*/

profiles {
conda { params.enable_conda = true }
conda {
params.enable_conda = true
conda.enabled = true
}
debug { process.beforeScript = 'echo $HOSTNAME' }
test {
params.reference = "$baseDir/test/data/ucsc.hg19.minimal.fasta"
Expand Down

0 comments on commit 13a586b

Please sign in to comment.