Skip to content

Commit 00bd393

Browse files
committed
Update local modules with latest conda fixes
1 parent e443512 commit 00bd393

17 files changed

+17
-17
lines changed

modules/local/bedtools_genomecov.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process BEDTOOLS_GENOMECOV {
22
tag "$meta.id"
33
label 'process_medium'
44

5-
conda (params.enable_conda ? "bioconda::bedtools=2.30.0" : null)
5+
conda "bioconda::bedtools=2.30.0"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
77
'https://depot.galaxyproject.org/singularity/bedtools:2.30.0--hc088bd4_0' :
88
'quay.io/biocontainers/bedtools:2.30.0--hc088bd4_0' }"

modules/local/cat_additional_fasta.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process CAT_ADDITIONAL_FASTA {
22
tag "$add_fasta"
33

4-
conda (params.enable_conda ? "conda-forge::python=3.9.5" : null)
4+
conda "conda-forge::python=3.9.5"
55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
66
'https://depot.galaxyproject.org/singularity/python:3.9--1' :
77
'quay.io/biocontainers/python:3.9--1' }"

modules/local/deseq2_qc.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ process DESEQ2_QC {
33

44
// (Bio)conda packages have intentionally not been pinned to a specific version
55
// This was to avoid the pipeline failing due to package conflicts whilst creating the environment when using -profile conda
6-
conda (params.enable_conda ? "conda-forge::r-base bioconda::bioconductor-deseq2 bioconda::bioconductor-biocparallel bioconda::bioconductor-tximport bioconda::bioconductor-complexheatmap conda-forge::r-optparse conda-forge::r-ggplot2 conda-forge::r-rcolorbrewer conda-forge::r-pheatmap" : null)
6+
conda "conda-forge::r-base bioconda::bioconductor-deseq2 bioconda::bioconductor-biocparallel bioconda::bioconductor-tximport bioconda::bioconductor-complexheatmap conda-forge::r-optparse conda-forge::r-ggplot2 conda-forge::r-rcolorbrewer conda-forge::r-pheatmap"
77
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
88
'https://depot.galaxyproject.org/singularity/mulled-v2-8849acf39a43cdd6c839a369a74c0adc823e2f91:ab110436faf952a33575c64dd74615a84011450b-0' :
99
'quay.io/biocontainers/mulled-v2-8849acf39a43cdd6c839a369a74c0adc823e2f91:ab110436faf952a33575c64dd74615a84011450b-0' }"

modules/local/dupradar.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process DUPRADAR {
22
tag "$meta.id"
33
label 'process_long'
44

5-
conda (params.enable_conda ? "bioconda::bioconductor-dupradar=1.18.0" : null)
5+
conda "bioconda::bioconductor-dupradar=1.18.0"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
77
'https://depot.galaxyproject.org/singularity/bioconductor-dupradar:1.18.0--r40_1' :
88
'quay.io/biocontainers/bioconductor-dupradar:1.18.0--r40_1' }"

modules/local/gtf2bed.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process GTF2BED {
22
tag "$gtf"
33
label 'process_low'
44

5-
conda (params.enable_conda ? "conda-forge::perl=5.26.2" : null)
5+
conda "conda-forge::perl=5.26.2"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
77
'https://depot.galaxyproject.org/singularity/perl:5.26.2' :
88
'quay.io/biocontainers/perl:5.26.2' }"

modules/local/gtf_gene_filter.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process GTF_GENE_FILTER {
22
tag "$fasta"
33

4-
conda (params.enable_conda ? "conda-forge::python=3.9.5" : null)
4+
conda "conda-forge::python=3.9.5"
55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
66
'https://depot.galaxyproject.org/singularity/python:3.9--1' :
77
'quay.io/biocontainers/python:3.9--1' }"

modules/local/multiqc.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process MULTIQC {
22
label 'process_medium'
33

4-
conda (params.enable_conda ? 'bioconda::multiqc=1.13' : null)
4+
conda "bioconda::multiqc=1.13"
55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
66
'https://depot.galaxyproject.org/singularity/multiqc:1.13--pyhdfd78af_0' :
77
'quay.io/biocontainers/multiqc:1.13--pyhdfd78af_0' }"

modules/local/multiqc_custom_biotype.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process MULTIQC_CUSTOM_BIOTYPE {
22
tag "$meta.id"
33

4-
conda (params.enable_conda ? "conda-forge::python=3.9.5" : null)
4+
conda "conda-forge::python=3.9.5"
55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
66
'https://depot.galaxyproject.org/singularity/python:3.9--1' :
77
'quay.io/biocontainers/python:3.9--1' }"

modules/local/preprocess_transcripts_fasta_gencode.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process PREPROCESS_TRANSCRIPTS_FASTA_GENCODE {
22
tag "$fasta"
33

4-
conda (params.enable_conda ? "conda-forge::sed=4.7" : null)
4+
conda "conda-forge::sed=4.7"
55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
66
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
77
'ubuntu:20.04' }"

modules/local/rsem_merge_counts.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process RSEM_MERGE_COUNTS {
22
label "process_medium"
33

4-
conda (params.enable_conda ? "conda-forge::sed=4.7" : null)
4+
conda "conda-forge::sed=4.7"
55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
66
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
77
'ubuntu:20.04' }"

0 commit comments

Comments
 (0)