Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions analyses/cell-type-neuroblastoma-04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ RUN conda-lock install -n ${ENV_NAME} conda-lock.yml \
# Activate conda environment on bash launch
RUN echo "conda activate ${ENV_NAME}" >> ~/.bashrc

# add to path to ensure its used by default (helpful for running python in nextflow)
ENV PATH="/opt/conda/envs/${ENV_NAME}/bin:${PATH}"

### Setup the R environment ###

# Install renv to enable later package installation
Expand Down