Skip to content

Commit 5e433c4

Browse files
jfy133SPPearce
andauthored
Pin python version in conda environment for GTDBTK modules to match containers (#9249)
* Add new input channel for premade seqid2map file * Add extra tests for using custom seqid2map file * Apply suggestions from code review * Update modules/nf-core/kraken2/build/tests/main.nf.test Co-authored-by: Simon Pearce <[email protected]> * Pin GTDBTk conda env python version to same as containers --------- Co-authored-by: Simon Pearce <[email protected]>
1 parent a4605bf commit 5e433c4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/nf-core/gtdbtk/classifywf/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ channels:
55
- bioconda
66
dependencies:
77
- bioconda::gtdbtk=2.5.2
8+
- conda-forge::python=3.13.7

modules/nf-core/gtdbtk/gtdbtoncbimajorityvote/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ channels:
55
- bioconda
66
dependencies:
77
- bioconda::gtdbtk=2.5.2
8+
- conda-forge::python=3.13.7

0 commit comments

Comments
 (0)