Skip to content

Commit

Permalink
Fix singularity image in mageckflute
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceKuhl committed Jul 1, 2024
1 parent 5015209 commit 720df97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fix singularity image pull tag for MAGeCKFlute

### Deprecated

## [v2.2.0 - Romarin Curie](https://github.com/nf-core/crisprseq/releases/tag/2.2.0) - [20.06.2024]
Expand Down
2 changes: 1 addition & 1 deletion modules/local/mageck/flutemle.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process MAGECK_FLUTEMLE {

conda "bioconda::bioconductor-mageckflute=2.2.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mageckflute:2.2.0--r42hdfd78af_0':
'https://depot.galaxyproject.org/singularity/bioconductor-mageckflute:2.2.0--r42hdfd78af_0':
'biocontainers/bioconductor-mageckflute:2.2.0--r42hdfd78af_0' }"

input:
Expand Down

0 comments on commit 720df97

Please sign in to comment.