Skip to content
Snippets Groups Projects

Resolve "Move inference to start of pipeline"

Merged Gervaise Henry requested to merge 47-move.inference into develop
All threads resolved!
@@ -3,34 +3,49 @@ process {
queue = 'super'
clusterOptions = '--hold'
withName:getBag {
withName: getBag {
executor = 'local'
}
withName:getData {
withName: getData {
executor = 'local'
}
withName:parseMetadata {
withName: parseMetadata {
executor = 'local'
}
withName:getRef {
withName: trimData {
queue = 'super'
}
withName: getRefInfer {
executor = 'local'
}
withName: downsampleData {
executor = 'local'
}
withName:trimData {
withName: alignSampleData {
queue = 'super'
}
withName: inferMetadata {
queue = 'super'
}
withName:alignData {
withName: getRef {
executor = 'local'
}
withName: alignData {
queue = '256GB,256GBv1'
}
withName: dedupData {
queue = 'super'
}
withName:fastqc {
withName: countData {
queue = 'super'
}
withName: makeBigWig {
queue = 'super'
}
withName:inferMetadata {
withName: fastqc {
queue = 'super'
}
withName: makeBigWig {
withName: dataQC {
queue = 'super'
}
}