Skip to content

Commit eae0112

Browse files
authored
Merge pull request nf-core#1021 from jzinno/master
Update NYGC profile for strict syntax
2 parents a886e39 + f95ace0 commit eae0112

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

conf/nygc.config

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
singularityDir = "${HOME}/.singularity/singularity_images_nextflow"
2-
3-
41
singularity {
52
enabled = true
63
autoMounts = true
7-
cacheDir = singularityDir
4+
cacheDir = "${System.getenv('HOME')}/.singularity/singularity_images_nextflow"
85
}
96

107
process {

0 commit comments

Comments
 (0)