Skip to content

Commit 25d330b

Browse files
committed
fix path of conda environment
1 parent 9b62e62 commit 25d330b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ profiles {
6363
}
6464

6565
conda {
66-
process.conda = "environment-conda.yml"
66+
process.conda = "${projectDir}/environment-conda.yml"
6767
conda.enabled = true
6868
}
6969

@@ -80,7 +80,7 @@ profiles {
8080

8181
slurm_conda {
8282
process {
83-
conda = "environment-conda.yml"
83+
conda = "${projectDir}/environment-conda.yml"
8484
executor = "slurm"
8585
time = 4.h
8686
memory = 20.GB

0 commit comments

Comments
 (0)