Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
modelcif-converters
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
modelcif-converters
Commits
cf1e8761
Commit
cf1e8761
authored
2 years ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Fix Dockerfile
parent
3a9327c8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
validation/Dockerfile
+3
-3
3 additions, 3 deletions
validation/Dockerfile
with
3 additions
and
3 deletions
validation/Dockerfile
+
3
−
3
View file @
cf1e8761
...
...
@@ -78,7 +78,7 @@ COPY --chmod=755 validate-mmcif-file.py /usr/local/bin/validate-mmcif-file
## https://github.com/ihmwg/ModelCIF/blob/master/dist/mmcif_ma.dic.
## Dictionaries do not change that frequently therefore we skip the hassle of
## keeping them in an external volume.
ARG
USE_DICT_VERSION="1.4.
1
"
ARG
USE_DICT_VERSION="1.4.
2
"
ENV
USE_DICT_VERSION=${USE_DICT_VERSION}
LABEL
org.modelarchive.dict_release="${USE_DICT_VERSION}"
WORKDIR
${SRC_DIR}
...
...
@@ -97,7 +97,7 @@ RUN set -e pipefail; \
gunzip *.gz; \
#
## Fetch the merged ModelCIF dictionary
if test x${USE_DICT_VERSION}==xlatest; then \
if test x${USE_DICT_VERSION}
==
xlatest; then \
export _MA_DICT_URL="${_GIT_URL}/dist/mmcif_ma.dic"; \
fi; \
curl ${_MA_DICT_URL} -s -L -o mmcif_ma.dic; \
...
...
@@ -116,7 +116,7 @@ RUN set -e pipefail; \
-dictSdbFile ${MMCIF_DICTS_DIR}/mmcif_pdbx_v50.dic.sdb; \
#
## Get versions of ModelCIF & PDBx/mmCIF dictionaries
get-mmcif-dict-versions --parent-location ${_
REPO
_URL}/base/mmcif_pdbx_v50.dic \
get-mmcif-dict-versions --parent-location ${_
GIT
_URL}/base/mmcif_pdbx_v50.dic \
--child-location ${_MA_DICT_URL} \
mmcif_ma.dic; \
mv mmcif_ma_version.json ${MMCIF_DICTS_DIR}/; \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment