Skip to content
Snippets Groups Projects
Verified Commit b0a4d2c1 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

fix docker configuration

parent 018f08c7
Branches
No related tags found
No related merge requests found
profiles {
docker {
docker.temp = 'auto'
docker.enabled = true
process {
$sort_bam {
container = "samtools:1.7"
......
profiles {
docker {
docker.temp = 'auto'
docker.enabled = true
process {
$trimming {
container = "urqt:d62c1f8"
......
profiles {
docker {
docker {
temp = 'auto'
enabled = true
}
docker.temp = 'auto'
docker.enabled = true
process {
$adaptor_removal {
container = "cutadapt:1.14"
......@@ -21,6 +19,8 @@ profiles {
profiles {
docker {
docker.temp = 'auto'
docker.enabled = true
process {
$trimming {
container = "cutadapt:1.14"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment