Skip to content

Commit 97b4b0c

Browse files
Add container directives to all Python process modules
Wave-frozen container images for Docker profile compatibility: - CLEAN_JSON: python_duckdb_typer_pyyaml - BUILD_TABLES: python_duckdb_typer - RENDER_REPORT: python_jinja2_typer_pyyaml - CLEAN_CUR: python_duckdb_typer_pyarrow - BENCHMARK_REPORT: python_duckdb_jinja2_typer_pruned Co-authored-by: Florian Wuennemann <flowuenne@gmail.com>
1 parent 17f9f39 commit 97b4b0c

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

modules/local/benchmark_report/main.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
process BENCHMARK_REPORT {
33

44
conda 'python=3.12 duckdb=1.3 jinja2=3.1 typer=0.15 pyarrow=18 pyyaml=6'
5+
container 'community.wave.seqera.io/library/python_duckdb_jinja2_typer_pruned:2d95e1e826bbe38f'
56

67
input:
78
path data_dir

modules/local/build_tables/main.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
process BUILD_TABLES {
33

44
conda 'python=3.12 duckdb=1.3 typer=0.15'
5+
container 'community.wave.seqera.io/library/python_duckdb_typer:4e41feb6944c5694'
56

67
input:
78
path runs_csv

modules/local/clean_cur/main.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
process CLEAN_CUR {
44

55
conda 'python=3.12 duckdb=1.3 typer=0.15 pyarrow=18'
6+
container 'community.wave.seqera.io/library/python_duckdb_typer_pyarrow:19ccd807ea5ffdd2'
67

78
input:
89
path cur_parquet

modules/local/clean_json/main.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
process CLEAN_JSON {
33

44
conda 'python=3.12 duckdb=1.3 typer=0.15 pyyaml=6'
5+
container 'community.wave.seqera.io/library/python_duckdb_typer_pyyaml:8ad5d7c0efa1d073'
56

67
input:
78
path data_dir

modules/local/render_report/main.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
process RENDER_REPORT {
33

44
conda 'python=3.12 jinja2=3.1 typer=0.15 pyyaml=6'
5+
container 'community.wave.seqera.io/library/python_jinja2_typer_pyyaml:f17b76f008a1593b'
56

67
input:
78
path tables_dir

0 commit comments

Comments
 (0)