Skip to content
Snippets Groups Projects
Commit dd5d9a37 authored by Felix Perez's avatar Felix Perez
Browse files

Rewrite container image references in the workflow config files to use the...

Rewrite container image references in the workflow config files to use the official container registry.
parent 447688b0
2 merge requests!3Containerized version of chip-seq analysis,!2Added new Docker file for motif search (named meme-5.5.4) installed from...
Pipeline #14394 canceled with stages
...@@ -63,10 +63,10 @@ workflow_modules: ...@@ -63,10 +63,10 @@ workflow_modules:
# Such as, "docker://", "shub://", "library://", etc. We encourage you to use the GitLab # Such as, "docker://", "shub://", "library://", etc. We encourage you to use the GitLab
# container registry of BioHPC to save and manage your container images. # container registry of BioHPC to save and manage your container images.
workflow_containers: workflow_containers:
- docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/r:3.3.2 - docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/r:3.3.2
- docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/python:3.6.1 - docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/python:3.6.1
- docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/chipseq:1.0.0 - docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0
- docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/motif-search:meme-5.5.4 - docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/motif-search:meme-5.5.4
# A list of parameters used by the workflow, defining how to present them, # A list of parameters used by the workflow, defining how to present them,
# options etc in the web interface. For each parameter: # options etc in the web interface. For each parameter:
......
...@@ -20,70 +20,70 @@ process { ...@@ -20,70 +20,70 @@ process {
} }
withName: checkDesignFile { withName: checkDesignFile {
container = 'docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/python:3.6.1' container = 'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/python:3.6.1'
executor = 'local' executor = 'local'
} }
withName: trimReads { withName: trimReads {
container = 'docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/chipseq:1.0.0' container = 'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
cpus = 32 cpus = 32
} }
withName: alignReads{ withName: alignReads{
container = 'docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/chipseq:1.0.0' container = 'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
queue = '128GB,256GB,256GBv1' queue = '128GB,256GB,256GBv1'
cpus = 32 cpus = 32
} }
withName: filterReads{ withName: filterReads{
container = 'docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/chipseq:1.0.0' container = 'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
queue = '128GB,256GB,256GBv1' queue = '128GB,256GB,256GBv1'
} }
withName: experimentQC { withName: experimentQC {
container = 'docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/chipseq:1.0.0' container = 'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
queue = '128GB,256GB,256GBv1' queue = '128GB,256GB,256GBv1'
} }
withName: convertReads { withName: convertReads {
container = 'docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/chipseq:1.0.0' container = 'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
queue = '128GB,256GB,256GBv1' queue = '128GB,256GB,256GBv1'
} }
withName: crossReads { withName: crossReads {
container = 'docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/chipseq:1.0.0' container = 'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
cpus = 32 cpus = 32
} }
withName: defineExpDesignFiles { withName: defineExpDesignFiles {
container = 'docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/python:3.6.1' container = 'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/python:3.6.1'
executor = 'local' executor = 'local'
} }
withName: poolAndPsuedoReads { withName: poolAndPsuedoReads {
container = 'docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/python:3.6.1' container = 'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/python:3.6.1'
executor = 'local' executor = 'local'
} }
withName: callPeaksMACS { withName: callPeaksMACS {
container = 'docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/chipseq:1.0.0' container = 'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
queue = '128GB,256GB,256GBv1' queue = '128GB,256GB,256GBv1'
} }
withName: plotProfile { withName: plotProfile {
container = 'docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/chipseq:1.0.0' container = 'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
queue = '128GB,256GB,256GBv1' queue = '128GB,256GB,256GBv1'
cpus = 32 cpus = 32
} }
withName: consensusPeaks { withName: consensusPeaks {
container = 'docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/chipseq:1.0.0' container = 'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
executor = 'local' executor = 'local'
} }
withName: peakAnnotation { withName: peakAnnotation {
container = 'docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/r:3.3.2' container = 'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/r:3.3.2'
executor = 'local' executor = 'local'
} }
withName: diffPeaks { withName: diffPeaks {
container = 'docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/r:3.3.2' container = 'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/r:3.3.2'
cpus = 32 cpus = 32
} }
withName: motifSearch { withName: motifSearch {
executor = 'local' executor = 'local'
container = 'docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/motif-search:meme-5.5.4' container = 'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/motif-search:meme-5.5.4'
//cpus = 32 //cpus = 32
} }
withName: multiqcReport { withName: multiqcReport {
container = 'docker://git.biohpc.swmed.edu:5050/s219741/chipseq-analysis-containerized/chipseq:1.0.0' container = 'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
executor = 'local' executor = 'local'
} }
} }
......
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