Skip to content

Commit

Permalink
No longer any need to pin to an outdated edge version of Nextflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
robsyme committed Nov 17, 2024
1 parent d2d78ba commit da6c8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ RUN curl -fSL https://github.com/seqeralabs/tower-agent/releases/latest/download
USER gitpod

# Uncomment if we need to pin the Nextflow version
ENV NXF_EDGE=1
ENV NXF_VER=24.02.0-edge
# ENV NXF_EDGE=1
# ENV NXF_VER=24.02.0-edge

# Install nextflow, nf-core, Mamba, and pytest-workflow
RUN conda config --add channels defaults && \
Expand Down

0 comments on commit da6c8e7

Please sign in to comment.