Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nextflow
read-quality-control
Commits
0a8c1b5a
Commit
0a8c1b5a
authored
Sep 03, 2018
by
Lukas Jelonek
Browse files
Remove docker:// from containers
parent
95b88cf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
nextflow.config
View file @
0a8c1b5a
process
{
executor
=
"local"
withName
:
run_fastqc
{
container
=
"
docker://
quay.io/biocontainers/fastqc:0.11.7--5"
container
=
"quay.io/biocontainers/fastqc:0.11.7--5"
}
withName
:
run_multiqc
{
container
=
"
docker://
quay.io/biocontainers/multiqc:1.6--py36h24bf2e0_0"
container
=
"quay.io/biocontainers/multiqc:1.6--py36h24bf2e0_0"
}
}
singularity
.
enabled
=
true
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment