Skip to content

Commit

Permalink
Revert "Changed bambu installation"
Browse files Browse the repository at this point in the history
This reverts commit 00cbe6e.
  • Loading branch information
N-Hoffmann committed Dec 4, 2024
1 parent 5219142 commit ceca0f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 0 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ dependencies:
- conda-forge::r-ggpattern
- bioconda::bioconductor-rtracklayer

- bioconda::bioconductor-bambu=3.4.0
- conda-forge::r-xgboost=1.7.6=cpu_r43had0c348_6
- bioconda::bioconductor-bsgenome

- conda-forge::procps-ng
- conda-forge::mkl<=2024.0

Expand Down
6 changes: 4 additions & 2 deletions modules/bambu/bambu.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
process BAMBU {
conda (params.enable_conda ? "$baseDir/environment.yml" : null)
container "ghcr.io/igdrion/annexa:${workflow.revision? workflow.revision: "main"}"
conda (params.enable_conda ? "bioconda::bioconductor-bambu=3.0.8" : null)
container "${ workflow.containerEngine == 'singularity' ?
'https://depot.galaxyproject.org/singularity/bioconductor-bambu:3.4.0--r43hf17093f_1' :
'quay.io/biocontainers/bioconductor-bambu:3.4.0--r43hf17093f_1 ' }"
publishDir "$params.outdir/bambu", mode: 'copy'
cpus params.maxCpu
memory params.maxMemory
Expand Down

0 comments on commit ceca0f3

Please sign in to comment.