Skip to content

Commit

Permalink
Merge branch 'master' into uv_actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Nov 27, 2024
2 parents ef88888 + 4eb8949 commit 87bd05f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 32 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,23 @@
$ pip install hdxms-datasets
```

### HDX-MS database

Currently a beta test database is set up at:
https://github.com/Jhsmit/HDX-MS-datasets

### Example code


```python
from pathlib import Path
from hdxms_datasets import DataVault

vault = DataVault()
# local path the download datasets to
cache_dir = Path('.cache')

# create a vault with local cache dir, set `remote_url` to connect to a different database
vault = DataVault(cache_dir=cache_dir)

# Download a specific HDX dataset
vault.fetch_dataset("20221007_1530_SecA_Krishnamurthy")
Expand Down
30 changes: 0 additions & 30 deletions docs/usage/configuration.md

This file was deleted.

1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ nav:
- install.md
- Usage:
- usage/loading.md
- usage/configuration.md
- API Reference: reference/

watch:
Expand Down

0 comments on commit 87bd05f

Please sign in to comment.