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
cfd568ba
Commit
cfd568ba
authored
Oct 10, 2018
by
Lukas Jelonek
Browse files
Add profiles for singularity and docker
parent
3724fc0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
nextflow.config
View file @
cfd568ba
...
...
@@ -7,3 +7,13 @@ process {
container
=
"quay.io/biocontainers/multiqc:1.6--py36h24bf2e0_0"
}
}
profiles
{
singularity
{
singularity
.
enabled
=
true
}
docker
{
docker
.
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