-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic runs have been ok. I'll test a couple samples in staging
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,8 +41,8 @@ RUN apt-get update && apt-get install -y \ | |
# Install Pangolin and PangoLEARN + deps (for ncov) | ||
# The cov-lineages projects aren't available on PyPI, so install via git URLs. | ||
RUN pip3 install snakemake==7.30.1 | ||
RUN pip3 install git+https://github.com/cov-lineages/[email protected] | ||
RUN pip3 install git+https://github.com/cov-lineages/pangolin-data.git@v1.21 | ||
RUN pip3 install git+https://github.com/cov-lineages/[email protected].1 | ||
RUN pip3 install git+https://github.com/cov-lineages/pangolin-data.git@v1.22 | ||
RUN pip3 install git+https://github.com/cov-lineages/[email protected] | ||
RUN pip3 install git+https://github.com/cov-lineages/[email protected] | ||
|
||
|