Skip to content

Commit

Permalink
Add conda support for more recent nexflow versions in nextflow.config
Browse files Browse the repository at this point in the history
  • Loading branch information
LKress committed Jun 18, 2024
1 parent bff8119 commit b3f3de8
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 @@ -6,7 +6,10 @@
*/

profiles {
conda { params.enable_conda = true }
conda {
params.enable_conda = true
conda.enabled = true
}
debug { process.beforeScript = 'echo $HOSTNAME' }
ci {
params.prepare_bam_cpus = 1
Expand Down

0 comments on commit b3f3de8

Please sign in to comment.