Skip to content

Commit

Permalink
Update environment to biocontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru authored Oct 30, 2024
1 parent 6fd1de5 commit d4cd986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions modules/nf-core/scds/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ channels:
dependencies:
- bioconda::bioconductor-scds=1.18.0
- conda-forge::r-seurat=5.1.0
- conda-forge::r-xgboost=1.7.6
4 changes: 2 additions & 2 deletions modules/nf-core/scds/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process SCDS {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'oras://community.wave.seqera.io/library/bioconductor-scds_r-seurat:9433ff91d563da96':
'community.wave.seqera.io/library/bioconductor-scds_r-seurat:0a9b33d0ff3ee819' }"
'https://depot.galaxyproject.org/singularity/bioconductor-scds:1.18.0--r43hdfd78af_0':
'biocontainers/bioconductor-scds:1.18.0--r43hdfd78af_0' }"

input:
tuple val(meta), path(rds)
Expand Down

0 comments on commit d4cd986

Please sign in to comment.