Skip to content

Commit

Permalink
added download url for des5m_interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
mcneela committed Mar 5, 2024
1 parent 5cb57d9 commit e18b710
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/openqdc/raws/config_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ class DataConfigFactory:
}
)

des5m_interaction = dict(
dataset_name="des5m_interaction",
links={
"DES5M.zip": "https://zenodo.org/records/5706002/files/DESS5M.zip?download=1",
}
)

tmqm = dict(
dataset_name="tmqm",
links={
Expand Down

0 comments on commit e18b710

Please sign in to comment.