Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
FNTwin committed May 2, 2024
1 parent dcd1bea commit 2669d21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openqdc/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ def fetch(
):
"""
Download the raw datasets files from the main openQDC hub.
overwrite: bool = False,
If True, the files will be re-downloaded and overwritten.
cache_dir: Optional[str] = None,
Path to the cache. If not provided, the default cache directory will be used.
Special case: if the dataset is "all", "potential", "interaction".
all: all available datasets will be downloaded.
potential: all the potential datasets will be downloaded
Expand Down

0 comments on commit 2669d21

Please sign in to comment.