Skip to content

Commit

Permalink
Update starsolo env as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Jan 10, 2025
1 parent 3aa69e3 commit 262442d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions modules/nf-core/star/starsolo/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.21
- bioconda::samtools=1.21
- bioconda::star=2.7.11b
- conda-forge::gawk=5.1.0
4 changes: 2 additions & 2 deletions modules/nf-core/star/starsolo/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process STARSOLO {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/star:2.7.11b--h43eeafb_2':
'biocontainers/star:2.7.11b--h43eeafb_2' }"
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/26/268b4c9c6cbf8fa6606c9b7fd4fafce18bf2c931d1a809a0ce51b105ec06c89d/data' :
'community.wave.seqera.io/library/htslib_samtools_star_gawk:ae438e9a604351a4' }"

input:
tuple val(meta), val(solotype), path(reads)
Expand Down

0 comments on commit 262442d

Please sign in to comment.