An error occurred while loading the file. Please try again.
-
Gervaise Henry authored710a67d9
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
biohpc.config 535 B
process {
executor = 'slurm'
queue = 'super'
clusterOptions = '--hold'
withName:getBag {
executor = 'local'
}
withName:getData {
executor = 'local'
}
withName:trimData {
queue = '256GB,256GBv1,384GB'
}
withName:parseMetadata {
executor = 'local'
}
}
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'
}