Skip to content
Snippets Groups Projects
Commit b1a9daad authored by B13nch3n's avatar B13nch3n
Browse files

Update dic location.

parent aa83f1e8
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,9 @@ RUN set -e pipefail; \
export _DICT_DIR="${SRC_DIR}/mmcif_dicts"; \
export _DICT_URL="https://mmcif.wwpdb.org/dictionaries/ascii"; \
export _GIT_URL="https://raw.github.com/ihmwg/ModelCIF/master"; \
export _MA_DICT_URL="${_GIT_URL}/archive/mmcif_ma-v${USE_DICT_VERSION}.dic"; \
# Use the path of an actual commit to keep the dict immutable (RCSB refuses
# to use Git tags for versions).
export _MA_DICT_URL="https://raw.githubusercontent.com/ihmwg/ModelCIF/ba728c4/archive/mmcif_ma-v${USE_DICT_VERSION}.dic"; \
mkdir ${_DICT_DIR}; \
mkdir ${MMCIF_DICTS_DIR}; \
cd ${_DICT_DIR}; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment