-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
56 changed files
with
445 additions
and
1,224 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
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
# | ||
# Please cite NCBI in any work or product based on this material. | ||
|
||
FROM ncbi/blast:2.15.0 as blast | ||
FROM ncbi/blast:2.16.0 as blast | ||
ARG version | ||
LABEL Description="NCBI BLAST" Vendor="NCBI/NLM/NIH" Version=${version} [email protected] | ||
|
||
|
@@ -29,6 +29,7 @@ COPY requirements.txt . | |
|
||
RUN apt-get -y -m update && \ | ||
apt-get install -y python3 python3-pip time parallel vmtouch curl wget unzip && \ | ||
pip3 --version && python3 -m pip --version && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|
||
RUN python3 -m pip install --no-cache-dir --upgrade pip && \ | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
# | ||
# Please cite NCBI in any work or product based on this material. | ||
|
||
FROM ncbi/blast:latest as blast | ||
FROM ncbi/blast:2.16.0 as blast | ||
ARG version | ||
LABEL Description="NCBI BLAST" Vendor="NCBI/NLM/NIH" Version=${version} [email protected] | ||
|
||
|
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
wheel==0.38.4 | ||
wheel==0.43.0 | ||
setuptools==70.0.0 | ||
importlib-resources==5.10.2 | ||
importlib-metadata==6.0.0 | ||
pex==2.1.152 | ||
boto3==1.29.1 | ||
botocore==1.32.1 | ||
importlib-resources==6.1.1 | ||
importlib-metadata==7.0.0 | ||
pex==2.9.0 | ||
boto3==1.34.141 | ||
botocore==1.34.141 | ||
awslimitchecker==12.0.0 | ||
tenacity==8.2.3 | ||
dataclasses-json==0.6.2 | ||
types-pkg-resources==0.1.3 | ||
tenacity==8.5.0 | ||
dataclasses-json==0.6.7 |
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
-r base.txt | ||
|
||
pytest==7.4.3 | ||
pytest-cov==4.1.0 | ||
pytest-mock==3.12.0 | ||
pytest==8.2.2 | ||
pytest-cov==5.0.0 | ||
pytest-mock==3.14.0 | ||
teamcity-messages==1.32 | ||
mypy==1.7.0 | ||
mypy==1.10.1 | ||
pylint==2.7.4 | ||
tox==4.4.12 | ||
virtualenv==20.21.0 | ||
yamllint==1.33.0 | ||
moto==4.2.8 | ||
docker==6.1.3 | ||
cfn-lint==0.83.3 | ||
virtualenv==20.24.5 | ||
yamllint==1.35.1 | ||
moto==4.2.14 | ||
docker==7.1.0 | ||
cfn-lint==1.5.1 |
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
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
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
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
Oops, something went wrong.