Skip to content

Commit

Permalink
Update wwPDB paths from ftp.wwpdb.org to files.wwpdb.org.
Browse files Browse the repository at this point in the history
See https://www.wwpdb.org/news/news?year=2022#6303be3b707ecd4f63b3d3d9 for the wwPDB announcement.

PiperOrigin-RevId: 575762003
Change-Id: If25ea2777c33b03f03b27d54046c71753cb33038
  • Loading branch information
Augustin-Zidek authored and copybara-github committed Oct 23, 2023
1 parent bbc133b commit f78c589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/download_pdb_mmcif.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ done
# Delete empty download directory structure.
find "${RAW_DIR}" -type d -empty -delete

aria2c "https://ftp.wwpdb.org/pub/pdb/data/status/obsolete.dat" --dir="${ROOT_DIR}"
aria2c "https://files.wwpdb.org/pub/pdb/data/status/obsolete.dat" --dir="${ROOT_DIR}"
2 changes: 1 addition & 1 deletion scripts/download_pdb_seqres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi

DOWNLOAD_DIR="$1"
ROOT_DIR="${DOWNLOAD_DIR}/pdb_seqres"
SOURCE_URL="https://ftp.wwpdb.org/pub/pdb/derived_data/pdb_seqres.txt"
SOURCE_URL="https://files.wwpdb.org/pub/pdb/derived_data/pdb_seqres.txt"
BASENAME=$(basename "${SOURCE_URL}")

mkdir --parents "${ROOT_DIR}"
Expand Down

0 comments on commit f78c589

Please sign in to comment.