Skip to content

Commit

Permalink
use much longer createTimeout for conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Jun 21, 2024
1 parent 4604437 commit c6ad405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ profiles {
conda {
process.conda = "${projectDir}/environment-conda.yml"
conda.enabled = true
conda.createTimeout = '3 h'
}

slurm_singularity {
Expand All @@ -86,6 +87,7 @@ profiles {
memory = 20.GB
}
conda.enabled = true
conda.createTimeout = '3 h'
}
}

Expand Down

0 comments on commit c6ad405

Please sign in to comment.