Skip to content
Snippets Groups Projects
Commit 279a541b authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add singularity and proxy settings to biohpc nf config

parent 103fb9db
Branches
Tags
3 merge requests!37v0.0.1,!11Develop,!10Resolve "Add integration CI test"
Pipeline #5674 failed with stages
in 16 minutes and 28 seconds
......@@ -15,4 +15,15 @@ process {
container = 'docker://bicf/trimgalore:1.1'
queue = '256GB,256GBv1,384GB'
}
}
singularity {
enabled = true
cacheDir = '/project/shared/bicf_workflow_ref/singularity_images/'
}
env {
http_proxy = 'http://proxy.swmed.edu:3128'
https_proxy = 'http://proxy.swmed.edu:3128'
all_proxy = 'http://proxy.swmed.edu:3128'
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment