Skip to content

Commit

Permalink
Fix url for PDB sequence metadata download in PDBManager (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-j authored Oct 5, 2023
1 parent 77a4d9a commit 61aef47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphein/ml/datasets/pdb_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(

# Constants
self.pdb_sequences_url = (
"https://ftp.wwpdb.org/pub/pdb/derived_data/pdb_seqres.txt.gz"
"https://files.wwpdb.org/pub/pdb/derived_data/pdb_seqres.txt.gz"
)
self.ligand_map_url = (
"http://ligand-expo.rcsb.org/dictionaries/cc-to-pdb.tdd"
Expand Down

0 comments on commit 61aef47

Please sign in to comment.