Skip to content

Commit

Permalink
Fix python dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dialvarezs committed Aug 26, 2024
1 parent 8208538 commit 79c7023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiqc/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RUN --mount=from=ghcr.io/astral-sh/uv:latest,source=/uv,target=/bin/uv \
uv pip install --no-cache -r /tmp/requirements.txt

# "patch" nanoq module ot use bar chart instead of line chart
COPY nanoq.py /venv/lib/python3.12/site-packages/multiqc/modules/nanoq/nanoq.py
COPY nanoq.py /venv/lib/python3.11/site-packages/multiqc/modules/nanoq/nanoq.py

0 comments on commit 79c7023

Please sign in to comment.