Skip to content

Commit

Permalink
Bump indexing to match quant in kallisto
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Nov 2, 2023
1 parent a310c0e commit 48d646a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/kallisto/index/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channels:
- bioconda
- defaults
dependencies:
- bioconda::kallisto=0.46.2
- bioconda::kallisto=0.48.0
4 changes: 2 additions & 2 deletions modules/nf-core/kallisto/index/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process KALLISTO_INDEX {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/kallisto:0.46.2--h4f7b962_1' :
'biocontainers/kallisto:0.46.2--h4f7b962_1' }"
'https://depot.galaxyproject.org/singularity/kallisto:0.48.0--h15996b6_2':
'biocontainers/kallisto:0.48.0--h15996b6_2' }"

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

0 comments on commit 48d646a

Please sign in to comment.