Skip to content
Snippets Groups Projects
Commit 0c28e9ff authored by nservant's avatar nservant
Browse files

[MODIF] add containers info

parent 53208dfb
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,11 @@ ...@@ -5,6 +5,11 @@
process CALL_COMPARTMENTS { process CALL_COMPARTMENTS {
label 'process_medium' label 'process_medium'
conda (params.enable_conda ? "bioconda::cooltools=0.5.1" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/cooltools:0.5.1--py37h37892f8_0' :
'quay.io/biocontainers/cooltools:0.5.1--py37h37892f8_0' }"
input: input:
tuple val(meta), path(cool), val(resolution) tuple val(meta), path(cool), val(resolution)
path(fasta) path(fasta)
......
...@@ -5,6 +5,11 @@ ...@@ -5,6 +5,11 @@
process INSULATION { process INSULATION {
label 'process_medium' label 'process_medium'
conda (params.enable_conda ? "bioconda::cooltools=0.5.1" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/cooltools:0.5.1--py37h37892f8_0' :
'quay.io/biocontainers/cooltools:0.5.1--py37h37892f8_0' }"
input: input:
tuple val(meta), path(cool) tuple val(meta), path(cool)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment