Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PDB links #52

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rsrc/mmcif_pdbx.dic
Original file line number Diff line number Diff line change
Expand Up @@ -125266,7 +125266,7 @@ save_
save_em_map
_category.description
; Data items in the EMD_MAP category record parameters of the CCP4 binary-format map file header
(see ftp://ftp.wwpdb.org/pub/emdb/doc/map_format/EMDB_mapFormat_v1.0.pdf),
(see https://files.wwpdb.org/pub/emdb/doc/Map-format/v1_0/EMDB_map_format_v1_0.pdf),
parameters derived from the map header, pixel size, contour level, and annotation details from the depositor.
The map is a three-dimensional array of data-values of the same data-type.
Important parameters are data-type and array size in three dimensions
Expand Down
2 changes: 1 addition & 1 deletion src/compound.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ void compound_factory::report_missing_compound(const std::string &compound_id)
<< "update=true\n\n"
<< "If you do not have a working cron script, you can manually update the files\n"
<< "in /var/cache/libcifpp using the following commands:\n\n"
<< "curl -o " << CACHE_DIR << "/components.cif https://ftp.wwpdb.org/pub/pdb/data/monomers/components.cif.gz\n"
<< "curl -o " << CACHE_DIR << "/components.cif https://files.wwpdb.org/pub/pdb/data/monomers/components.cif.gz\n"
<< "curl -o " << CACHE_DIR << "/mmcif_pdbx.dic https://mmcif.wwpdb.org/dictionaries/ascii/mmcif_pdbx_v50.dic.gz\n"
<< "curl -o " << CACHE_DIR << "/mmcif_ma.dic https://github.com/ihmwg/ModelCIF/raw/master/dist/mmcif_ma.dic\n\n";
#endif
Expand Down