Skip to content

Commit

Permalink
Merge pull request #4 from FlyBase/KANBAN-302
Browse files Browse the repository at this point in the history
KANBAN-302: v1.5.0 updates to disease, gene and allele submissions
  • Loading branch information
gildossantos authored Feb 7, 2023
2 parents 26f4094 + 2eb2668 commit 0ef1d00
Show file tree
Hide file tree
Showing 5 changed files with 807 additions and 520 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ ADD git_agr_curation_schema/util/validate_agr_schema.py /src/validat
ADD git_agr_curation_schema/jsonschema/allianceModel.schema.json jsonschema/allianceModel.schema.json

# Install required modules.
RUN pip3 install -r requirements.txt
RUN pip3 install -r requirements.txt --no-cache-dir

ENTRYPOINT [ "/bin/bash" ]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git+https://github.com/FlyBase/harvdev-utils.git@master#egg=harvdev_utils
# pubchempy
retry
# requests>=2.21.0
# sqlalchemy
sqlalchemy
svn
# urllib3>=1.24.1
# virtualenv>=16.2.0
Expand Down
Loading

0 comments on commit 0ef1d00

Please sign in to comment.