Skip to content

Commit f78c589

Browse files
Augustin-Zidekcopybara-github
authored andcommitted
Update wwPDB paths from ftp.wwpdb.org to files.wwpdb.org.
See https://www.wwpdb.org/news/news?year=2022#6303be3b707ecd4f63b3d3d9 for the wwPDB announcement. PiperOrigin-RevId: 575762003 Change-Id: If25ea2777c33b03f03b27d54046c71753cb33038
1 parent bbc133b commit f78c589

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/download_pdb_mmcif.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ done
6262
# Delete empty download directory structure.
6363
find "${RAW_DIR}" -type d -empty -delete
6464

65-
aria2c "https://ftp.wwpdb.org/pub/pdb/data/status/obsolete.dat" --dir="${ROOT_DIR}"
65+
aria2c "https://files.wwpdb.org/pub/pdb/data/status/obsolete.dat" --dir="${ROOT_DIR}"

scripts/download_pdb_seqres.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131

3232
DOWNLOAD_DIR="$1"
3333
ROOT_DIR="${DOWNLOAD_DIR}/pdb_seqres"
34-
SOURCE_URL="https://ftp.wwpdb.org/pub/pdb/derived_data/pdb_seqres.txt"
34+
SOURCE_URL="https://files.wwpdb.org/pub/pdb/derived_data/pdb_seqres.txt"
3535
BASENAME=$(basename "${SOURCE_URL}")
3636

3737
mkdir --parents "${ROOT_DIR}"

0 commit comments

Comments
 (0)