Skip to content

Commit

Permalink
fix env path
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Jun 5, 2024
1 parent f976905 commit 332c745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def parsePipelineName(name) {
profiles {
conda {
conda.enabled = true
process.conda = "$baseDir/environments/main.yml"
process.conda = "$baseDir/environments/environment.yml"
if (params.cache) {
conda.cacheDir = params.cache
}
Expand Down

0 comments on commit 332c745

Please sign in to comment.