8000 remove enable_conda param by jma1991 · Pull Request #38 · nf-core/rnasplice · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

remove enable_conda param #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/local/bedtools_genomecov.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process BEDTOOLS_GENOMECOV {
tag "$meta.id"
label 'process_medium'

conda (params.enable_conda ? "bioconda::bedtools=2.30.0" : null)
conda "bioconda::bedtools=2.30.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/bedtools:2.30.0--hc088bd4_0' :
'quay.io/biocontainers/bedtools:2.30.0--hc088bd4_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/create_bamlist.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process CREATE_BAMLIST {
//tag "$meta.id"
label "process_low"

conda (params.enable_conda ? "conda-forge::sed=4.7" : null)
conda "conda-forge::sed=4.7"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://containers.biocontainers.pro/s3/SingImgsRepo/biocontainers/v1.2.0_cv1/biocontainers_v1.2.0_cv1.img' :
'biocontainers/biocontainers:v1.2.0_cv1' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/dexseq_annotation.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process DEXSEQ_ANNOTATION {
tag "$gtf"
label 'process_medium'

conda (params.enable_conda ? "bioconda::htseq=2.0.2" : null)
conda "bioconda::htseq=2.0.2"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/htseq:2.0.2--py310ha14a713_0' :
'quay.io/biocontainers/htseq:2.0.2--py310ha14a713_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/dexseq_count.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process DEXSEQ_COUNT {
tag "$meta.id"
label 'process_medium'

conda (params.enable_conda ? "bioconda::htseq=2.0.2" : null)
conda "bioconda::htseq=2.0.2"
container "${ workflow.containerEngine == 'singularity' &&am 9E12 p; !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/htseq:2.0.2--py310ha14a713_0' :
'quay.io/biocontainers/htseq:2.0.2--py310ha14a713_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/dexseq_dtu.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process DEXSEQ_DTU {
label "process_high"

conda (params.enable_conda ? "bioconda::bioconductor-dexseq=1.36.0" : null)
conda "bioconda::bioconductor-dexseq=1.36.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/bioconductor-dexseq:1.36.0--r40_0' :
'quay.io/biocontainers/bioconductor-dexseq:1.36.0--r40_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/dexseq_exon.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process DEXSEQ_EXON {
label "process_high"

conda (params.enable_conda ? "bioconda::bioconductor-dexseq=1.36.0" : null)
conda "bioconda::bioconductor-dexseq=1.36.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/bioconductor-dexseq:1.36.0--r40_0' :
'quay.io/biocontainers/bioconductor-dexseq:1.36.0--r40_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/drimseq_filter.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process DRIMSEQ_FILTER {
label "process_medium"

conda (params.enable_conda ? "bioconda::bioconductor-drimseq=1.18.0" : null)
conda "bioconda::bioconductor-drimseq=1.18.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/bioconductor-drimseq:1.18.0--r40_0' :
'quay.io/biocontainers/bioconductor-drimseq:1.18.0--r40_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/edger_exon.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process EDGER_EXON {
tag "$samplesheet"
label "process_single"

conda (params.enable_conda ? "bioconda::bioconductor-edger=3.36.0 conda-forge::r-statmod=1.4.36" : null)
conda "bioconda::bioconductor-edger=3.36.0 conda-forge::r-statmod=1.4.36"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mulled-v2-419bd7f10b2b902489ac63bbaafc7db76f8e0ae1:709335c37934db1b481054cbec637c6e5b5971cb-0' :
'quay.io/biocontainers/mulled-v2-419bd7f10b2b902489ac63bbaafc7db76f8e0ae1:709335c37934db1b481054cbec637c6e5b5971cb-0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/gffread_tx2gene.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process GFFREAD_TX2GENE {
tag "$gtf"
label 'process_low'

conda (params.enable_conda ? "bioconda::gffread=0.12.1" : null)
conda "bioconda::gffread=0.12.1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/gffread:0.12.1--h8b12597_0' :
'quay.io/biocontainers/gffread:0.12.1--h8b12597_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/gtf_gene_filter.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process GTF_GENE_FILTER {
tag "$fasta"

conda (params.enable_conda ? "conda-forge::python=3.9.5" : null)
conda "conda-forge::python=3.9.5"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/python:3.9--1' :
'quay.io/biocontainers/python:3.9--1' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/rmats_post.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process RMATS_POST {
label "process_medium"

conda (params.enable_conda ? 'bioconda::bioconductor-pairadise=1.10 bioconda::rmats=4.1.2' : null)
conda 'bioconda::bioconductor-pairadise=1.10 bioconda::rmats=4.1.2'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mulled-v2-c5a18b683684b2b5cb608213a267834373186743:1c831c11c46ebe0c54bcb67918bc35fedf1c43ee-0' :
'quay.io/biocontainers/mulled-v2-c5a18b683684b2b5cb608213a267834373186743:1c831c11c46ebe0c54bcb67918bc35fedf1c43ee-0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/rmats_post_single.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process RMATS_POST_SINGLE {
label "process_medium"

conda (params.enable_conda ? 'bioconda::bioconductor-pairadise=1.10 bioconda::rmats=4.1.2' : null)
conda 'bioconda::bioconductor-pairadise=1.10 bioconda::rmats=4.1.2'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mulled-v2-c5a18b683684b2b5cb608213a267834373186743:1c831c11c46ebe0c54bcb67918bc35fedf1c43ee-0' :
'quay.io/biocontainers/mulled-v2-c5a18b683684b2b5cb608213a267834373186743:1c831c11c46ebe0c54bcb67918bc35fedf1c43ee-0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/rmats_prep.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process RMATS_PREP {
label "process_medium"

conda (params.enable_conda ? 'bioconda::bioconductor-pairadise=1.10 bioconda::rmats=4.1.2' : null)
conda 'bioconda::bioconductor-pairadise=1.10 bioconda::rmats=4.1.2'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mulled-v2-c5a18b683684b2b5cb608213a267834373186743:1c831c11c46ebe0c54bcb67918bc35fedf1c43ee-0' :
'quay.io/biocontainers/mulled-v2-c5a18b683684b2b5cb608213a267834373186743:1c831c11c46ebe0c54bcb67918bc35fedf1c43ee-0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/rmats_prep_single.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process RMATS_PREP_SINGLE {
label "process_medium"

conda (params.enable_conda ? 'bioconda::bioconductor-pairadise=1.10 bioconda::rmats=4.1.2' : null)
conda 'bioconda::bioconductor-pairadise=1.10 bioconda::rmats=4.1.2'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mulled-v2-c5a18b683684b2b5cb608213a267834373186743:1c831c11c46ebe0c54bcb67918bc35fedf1c43ee-0' :
'quay.io/biocontainers/mulled-v2-c5a18b683684b2b5cb608213a267834373186743:1c831c11c46ebe0c54bcb67918bc35fedf1c43ee-0' }"
Expand Down
6 changes: 3 additions & 3 deletions modules/local/samplesheet_check.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process SAMPLESHEET_CHECK {
tag "$samplesheet"
label 'process_single'

conda "conda-forge::python=3.8.3"
conda "conda-forge::python=3.9.5"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/python:3.8.3' :
'quay.io/biocontainers/python:3.8.3' }"
'https://depot.galaxyproject.org/singularity/python:3.9--1' :
'quay.io/biocontainers/python:3.9--1' }"

input:
path samplesheet
Expand Down
2 changes: 1 addition & 1 deletion modules/local/stager.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process STAGER {
label "process_medium"

conda (params.enable_conda ? "bioconda::bioconductor-stager=1.12.0" : null)
conda "bioconda::bioconductor-stager=1.12.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/bioconductor-stager:1.12.0--r40_0' :
'quay.io/biocontainers/bioconductor-stager:1.12.0--r40_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/star_align_igenomes.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process STAR_ALIGN_IGENOMES {
tag "$meta.id"
label 'process_high'

conda (params.enable_conda ? "bioconda::star=2.6.1d bioconda::samtools=1.10 conda-forge::gawk=5.1.0" : null)
conda "bioconda::star=2.6.1d bioconda::samtools=1.10 conda-forge::gawk=5.1.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mulled-v2-1fa26d1ce03c295fe2fdcf85831a92fbcbd7e8c2:59cdd445419f14abac76b31dd0d71217994cbcc9-0' :
'quay.io/biocontainers/mulled-v2-1fa26d1ce03c295fe2fdcf85831a92fbcbd7e8c2:59cdd445419f14abac76b31dd0d71217994cbcc9-0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/star_genomegenerate_igenomes.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process STAR_GENOMEGENERATE_IGENOMES {

// See https://github.com/nf-core/rnaseq/pull/835 for more details on different versions

conda (params.enable_conda ? "bioconda::star=2.6.1d bioconda::samtools=1.10 conda-forge::gawk=5.1.0" : null)
conda "bioconda::star=2.6.1d bioconda::samtools=1.10 conda-forge::gawk=5.1.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mulled-v2-1fa26d1ce03c295fe2fdcf85831a92fbcbd7e8c2:59cdd445419f14abac76b31dd0d71217994cbcc9-0' :
'quay.io/biocontainers/mulled-v2-1fa26d1ce03c295fe2fdcf85831a92fbcbd7e8c2:59cdd445419f14abac76b31dd0d71217994cbcc9-0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/suppa_clusterevents.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process CLUSTEREVENTS {
label 'process_high'
stageInMode = 'copy'

conda (params.enable_conda ? "bioconda::suppa" : null)
conda "bioconda::suppa"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/suppa%3A2.3--py36_0' :
'quay.io/biocontainers/suppa:2.3--py36_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/suppa_diffsplice.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process DIFFSPLICE {
tag "$tpms"
label 'process_high'

conda (params.enable_conda ? "bioconda::suppa" : null)
conda "bioconda::suppa"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/suppa%3A2.3--py36_0' :
'quay.io/biocontainers/suppa:2.3--py_2' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/suppa_generateevents.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process GENERATE_EVENTS {
tag "$gtf"
label 'process_low'

conda (params.enable_conda ? "bioconda::suppa" : null)
conda "bioconda::suppa"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/suppa%3A2.3--py36_0' :
'quay.io/biocontainers/suppa:2.3--py36_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/suppa_psiperevent.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process PSIPEREVENT {
tag "$tpm"
label 'process_medium'

conda (params.enable_conda ? "bioconda::suppa" : null)
conda "bioconda::suppa"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/suppa%3A2.3--py36_0' :
'quay.io/biocontainers/suppa:2.3--py36_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/suppa_psiperisoform.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process PSIPERISOFORM {
tag "$tpm"
label 'process_medium'

conda (params.enable_conda ? "bioconda::suppa" : null)
conda "bioconda::suppa"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/suppa%3A2.3--py36_0' :
'quay.io/biocontainers/suppa:2.3--py36_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/suppa_split_files.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process SPLIT_FILES {
tag "$tpm_psi"
label 'process_low'

conda (params.enable_conda ? "conda-forge::r-base=4.0.3" : null)
conda "conda-forge::r-base=4.0.3"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mulled-v2-ad9dd5f398966bf899ae05f8e7c54d0fb10cdfa7:05678da05b8e5a7a5130e90a9f9a6c585b965afa-0':
'quay.io/biocontainers/r-base:3.4.2' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/tximport.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process TXIMPORT {
tag "$gtf"
label "process_medium"

conda (params.enable_conda ? "bioconda::bioconductor-tximeta=1.8.0" : null)
conda "bioconda::bioconductor-tximeta=1.8.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/bioconductor-tximeta:1.8.0--r40_0' :
'quay.io/biocontainers/bioconductor-tximeta:1.8.0--r40_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/cat/fastq/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/custom/getchromsizes/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/gffread/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/gunzip/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/rsem/preparereference/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/salmon/index/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/salmon/quant/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/samtools/flagstat/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/samtools/idxstats/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/samtools/index/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/samtools/sort/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/samtools/stats/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/star/align/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/star/genomegenerate/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/subread/featurecounts/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
0