Skip to content
Snippets Groups Projects
Commit 132f40a8 authored by Thamer Alsulaiman's avatar Thamer Alsulaiman
Browse files

updated queues of some intensive processes

parent 5add902e
Branches
Tags
2 merge requests!76Added new Docker file for motif search (named meme-5.5.4) installed from...,!75Containerized version with meme-chip 5.5.4
......@@ -65,19 +65,19 @@ process {
}
withName: consensusPeaks {
container = 'docker://git.biohpc.swmed.edu:5050/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
queue = 'super'
queue = '128GB'
}
withName: peakAnnotation {
container = 'docker://git.biohpc.swmed.edu:5050/astrocyte/workflows/bicf/chipseq_analysis/r:3.3.2'
queue = 'super'
queue = '128GB'
}
withName: diffPeaks {
container = 'docker://git.biohpc.swmed.edu:5050/astrocyte/workflows/bicf/chipseq_analysis/r:3.3.2'
queue = '128GB,256GB,256GBv1'
queue = '256GB,256GBv1'
}
withName: motifSearch {
container = 'docker://git.biohpc.swmed.edu:5050/astrocyte/workflows/bicf/chipseq_analysis/motif-search:meme-5.5.4'
queue = 'super'
queue = '128GB,256GB,256GBv1'
}
withName: multiqcReport {
container = 'docker://git.biohpc.swmed.edu:5050/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
......
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