From bae6731b2640850b9ba024a5333dc3959c2c35a7 Mon Sep 17 00:00:00 2001 From: Austin Richardson Date: Wed, 21 Jan 2026 13:12:15 -0800 Subject: [PATCH 1/2] Add pigz --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4f02ef3..5da9dba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \ unzip \ vim \ wget \ + pigz \ fonts-texgyre \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* From cad79d2cb2b7768f3ce9fcb42cf2f51d5f6bb254 Mon Sep 17 00:00:00 2001 From: Austin Richardson Date: Wed, 21 Jan 2026 13:12:20 -0800 Subject: [PATCH 2/2] Bump onecodex to v0.19.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5f32c22..d47f925 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ nbconvert==6.5.0 openpyxl xlrd statsmodels -onecodex[all,reports]==0.19.3 +onecodex[all,reports]==0.19.4 taxonomy widgetsnbextension