From bdba7ced4a17a4a0ab9fcee4cf1fcee1d5ed2056 Mon Sep 17 00:00:00 2001 From: Jochem Smit Date: Thu, 11 Jan 2024 12:14:00 +0100 Subject: [PATCH] docs: downloading datasets --- docs/installation.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 1e573537..a3131c7b 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -46,7 +46,6 @@ To run PyHDX server using the IP address and port number of your dask cluster: pyhdx serve --scheduler_address : ``` - If no dask cluster is found at the specified address, a LocalCluster will be started (on localhost) using the specified port number. @@ -58,6 +57,16 @@ python local_cluster.py This will start a Dask cluster on the scheduler address as specified in the PyHDX config. +## Downloading datasets + +You can download public datasets from the HDX-MS database to directly load into PyHDX web. + +To download up to 5 available datasets from the repository: + +```bash +pyhdx datasets fetch 5 +``` + ## Install from source