Skip to content
Snippets Groups Projects
Unverified Commit 3ced2125 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

docker: change config file to use lbmc/ docker repository

parent d99fb753
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 21 deletions
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: fasta_from_bed {
container = "bedtools:2.25.0"
container = "lbmc/bedtools:2.25.0"
cpus = 1
}
}
......
......@@ -5,7 +5,7 @@ profiles {
process {
withName: index_fasta {
cpus = 4
container = "bowtie:1.2.2"
container = "lbmc/bowtie:1.2.2"
}
}
}
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: mapping_fastq {
container = "bowtie:1.2.2"
container = "lbmc/bowtie:1.2.2"
cpus = 4
}
}
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: mapping_fastq {
container = "bowtie:1.2.2"
container = "lbmc/bowtie:1.2.2"
cpus = 4
}
}
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: index_fasta {
container = "bowtie2:2.3.4.1"
container = "lbmc/bowtie2:2.3.4.1"
cpus = 4
}
}
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: mapping_fastq {
container = "bowtie2:2.3.4.1"
container = "lbmc/bowtie2:2.3.4.1"
cpus = 4
}
}
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: mapping_fastq {
container = "bowtie2:2.3.4.1"
container = "lbmc/bowtie2:2.3.4.1"
cpus = 4
}
}
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: index_fasta {
container = "bwa:0.7.17"
container = "lbmc/bwa:0.7.17"
cpus = 4
}
}
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: mapping_fastq {
container = "bwa:0.7.17"
container = "lbmc/bwa:0.7.17"
cpus = 4
}
}
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: adaptor_removal {
container = "cutadapt:2.1"
container = "lbmc/cutadapt:2.1"
cpus = 1
}
}
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: adaptor_removal {
container = "cutadapt:2.1"
container = "lbmc/cutadapt:2.1"
cpus = 1
}
}
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: trimming {
container = "cutadapt:2.1"
container = "lbmc/cutadapt:2.1"
cpus = 1
}
}
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: trimming {
container = "cutadapt:2.1"
container = "lbmc/cutadapt:2.1"
cpus = 1
}
}
......
......@@ -4,11 +4,11 @@ profiles {
docker.enabled = true
process {
withName: index_bam {
container = "sambamba:0.6.7"
container = "lbmc/sambamba:0.6.7"
cpus = 4
}
withName: bam_to_bigwig {
container = "deeptools:3.0.2"
container = "lbmc/deeptools:3.0.2"
cpus = 4
}
}
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: compute_matrix {
container = "deeptools:3.0.2"
container = "lbmc/deeptools:3.0.2"
cpus = 4
}
}
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: plot_profile {
container = "deeptools:3.0.2"
container = "lbmc/deeptools:3.0.2"
cpus = 4
}
}
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: fastp_fastq {
container = "fastp:0.19.7"
container = "lbmc/fastp:0.19.7"
cpus = 1
}
}
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: fastp_fastq {
container = "fastp:0.19.7"
container = "lbmc/fastp:0.19.7"
cpus = 1
}
}
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: fastqc_fastq {
container = "fastqc:0.11.5"
container = "lbmc/fastqc:0.11.5"
cpus = 1
}
}
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: fastqc_fastq {
container = "fastqc:0.11.5"
container = "lbmc/fastqc:0.11.5"
cpus = 1
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment