Skip to content

Commit

Permalink
Fix typo in embl_hd configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
mberacochea committed Oct 10, 2024
1 parent da855aa commit 23641b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/embl_hd.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apptainer {
docker.enabled = false
pullTimeout = "3 hours" // the default is 20 minutes and fails with large images
envWhitelist = 'CUDA_VISIBLE_DEVICES' // allow the bounding of GPU visible device variable into the containers
cacheDir = params.singularity_cachedir ? '$NFX_SINGULARITY_CACHEDIR'
cacheDir = params.singularity_cachedir ?: '$NFX_SINGULARITY_CACHEDIR'
}

process {
Expand Down

0 comments on commit 23641b6

Please sign in to comment.