Skip to content

Commit

Permalink
Adding HTTP and HTTPS to the singularity allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzer authored Aug 2, 2023
1 parent a32cd34 commit 7767b87
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 @@ -176,12 +176,14 @@ profiles {
singularity {
enabled = true
autoMounts = true
envWhitelist = "HTTPS_PROXY,HTTP_PROXY,http_proxy,https_proxy,FTP_PROXY,ftp_proxy"
cacheDir = params.singularityCacheDir
}
includeConfig 'configs/container.config'
}



////////////////////////////////////////////////////
// predefined combinations

Expand Down

0 comments on commit 7767b87

Please sign in to comment.