mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-21 18:58:16 +00:00
parent
9d5ad1894b
commit
72adfbff72
5 changed files with 15 additions and 15 deletions
|
@ -2,10 +2,10 @@ process DSHBIO_EXPORTSEGMENTS {
|
||||||
tag "${meta.id}"
|
tag "${meta.id}"
|
||||||
label 'process_medium'
|
label 'process_medium'
|
||||||
|
|
||||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.8" : null)
|
conda (params.enable_conda ? "bioconda::dsh-bio=2.1" : null)
|
||||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||||
'https://depot.galaxyproject.org/singularity/dsh-bio:2.0.8--hdfd78af_0' :
|
'https://depot.galaxyproject.org/singularity/dsh-bio:2.1--hdfd78af_0' :
|
||||||
'quay.io/biocontainers/dsh-bio:2.0.8--hdfd78af_0' }"
|
'quay.io/biocontainers/dsh-bio:2.1--hdfd78af_0' }"
|
||||||
|
|
||||||
input:
|
input:
|
||||||
tuple val(meta), path(gfa)
|
tuple val(meta), path(gfa)
|
||||||
|
|
|
@ -2,10 +2,10 @@ process DSHBIO_FILTERBED {
|
||||||
tag "${meta.id}"
|
tag "${meta.id}"
|
||||||
label 'process_medium'
|
label 'process_medium'
|
||||||
|
|
||||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.8" : null)
|
conda (params.enable_conda ? "bioconda::dsh-bio=2.1" : null)
|
||||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||||
'https://depot.galaxyproject.org/singularity/dsh-bio:2.0.8--hdfd78af_0' :
|
'https://depot.galaxyproject.org/singularity/dsh-bio:2.1--hdfd78af_0' :
|
||||||
'quay.io/biocontainers/dsh-bio:2.0.8--hdfd78af_0' }"
|
'quay.io/biocontainers/dsh-bio:2.1--hdfd78af_0' }"
|
||||||
|
|
||||||
input:
|
input:
|
||||||
tuple val(meta), path(bed)
|
tuple val(meta), path(bed)
|
||||||
|
|
|
@ -2,10 +2,10 @@ process DSHBIO_FILTERGFF3 {
|
||||||
tag "${meta.id}"
|
tag "${meta.id}"
|
||||||
label 'process_medium'
|
label 'process_medium'
|
||||||
|
|
||||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.8" : null)
|
conda (params.enable_conda ? "bioconda::dsh-bio=2.1" : null)
|
||||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||||
'https://depot.galaxyproject.org/singularity/dsh-bio:2.0.8--hdfd78af_0' :
|
'https://depot.galaxyproject.org/singularity/dsh-bio:2.1--hdfd78af_0' :
|
||||||
'quay.io/biocontainers/dsh-bio:2.0.8--hdfd78af_0' }"
|
'quay.io/biocontainers/dsh-bio:2.1--hdfd78af_0' }"
|
||||||
|
|
||||||
input:
|
input:
|
||||||
tuple val(meta), path(gff3)
|
tuple val(meta), path(gff3)
|
||||||
|
|
|
@ -2,10 +2,10 @@ process DSHBIO_SPLITBED {
|
||||||
tag "${meta.id}"
|
tag "${meta.id}"
|
||||||
label 'process_medium'
|
label 'process_medium'
|
||||||
|
|
||||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.8" : null)
|
conda (params.enable_conda ? "bioconda::dsh-bio=2.1" : null)
|
||||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||||
'https://depot.galaxyproject.org/singularity/dsh-bio:2.0.8--hdfd78af_0' :
|
'https://depot.galaxyproject.org/singularity/dsh-bio:2.1--hdfd78af_0' :
|
||||||
'quay.io/biocontainers/dsh-bio:2.0.8--hdfd78af_0' }"
|
'quay.io/biocontainers/dsh-bio:2.1--hdfd78af_0' }"
|
||||||
|
|
||||||
input:
|
input:
|
||||||
tuple val(meta), path(bed)
|
tuple val(meta), path(bed)
|
||||||
|
|
|
@ -2,10 +2,10 @@ process DSHBIO_SPLITGFF3 {
|
||||||
tag "${meta.id}"
|
tag "${meta.id}"
|
||||||
label 'process_medium'
|
label 'process_medium'
|
||||||
|
|
||||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.8" : null)
|
conda (params.enable_conda ? "bioconda::dsh-bio=2.1" : null)
|
||||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||||
'https://depot.galaxyproject.org/singularity/dsh-bio:2.0.8--hdfd78af_0' :
|
'https://depot.galaxyproject.org/singularity/dsh-bio:2.1--hdfd78af_0' :
|
||||||
'quay.io/biocontainers/dsh-bio:2.0.8--hdfd78af_0' }"
|
'quay.io/biocontainers/dsh-bio:2.1--hdfd78af_0' }"
|
||||||
|
|
||||||
input:
|
input:
|
||||||
tuple val(meta), path(gff3)
|
tuple val(meta), path(gff3)
|
||||||
|
|
Loading…
Reference in a new issue