Skip to content
Snippets Groups Projects

Resolve "process_getData"

Merged Gervaise Henry requested to merge 1-process_getData into develop
Viewing commit c54a846c
Next
Show latest version
2 files
+ 21
6
Preferences
File browser
Compare changes
process {
executor = 'slurm'
queue='super'
queue = 'super'
// Process specific configuration
withLabel:getData {
executor = 'super'
withName:getData {
container = 'docker://bicf/bdbag:1.0'
}
}
@@ -28,4 +28,19 @@ report {
tower {
accessToken = '3ade8f325d4855434b49aa387421a44c63e3360f'
enabled = true
}
\ No newline at end of file
}
singularity {
enabled = true
cacheDir = '/project/BICF/BICF_Core/s181706/github/gudmap/rna-seq/workflow/singularity'
}
env {
http_proxy = "http://proxy.swmed.edu:3128"
https_proxy = "http://proxy.swmed.edu:3128"
HTTP_PROXY = "http://proxy.swmed.edu:3128"
HTTPS_PROXY = "http://proxy.swmed.edu:3128"
all_proxy = "http://proxy.swmed.edu:3128"
ALL_PROXY = "http://proxy.swmed.edu:3128"
}