Newer
Older
clusterOptions = '--hold'
withLabel: trackStart {
executor = 'local'
}
withName: trimData {
queue = 'super'
}
withName: getRefInfer {
executor = 'local'
}
withName: alignSampleData {
queue = 'super'
withName: getRef {
executor = 'local'
}
withName: alignData {
queue = 'super'
withName: fastqc {
queue = 'super'
}
withName: dataQC {
queue = 'super'
}
}
singularity {
enabled = true

Gervaise Henry
committed
cacheDir = '/project/BICF/BICF_Core/shared/gudmap/singularity_cache/'
}
env {
http_proxy = 'http://proxy.swmed.edu:3128'
https_proxy = 'http://proxy.swmed.edu:3128'
all_proxy = 'http://proxy.swmed.edu:3128'