File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ To run PyHDX server using the IP address and port number of your dask cluster:
4646pyhdx serve --scheduler_address < ip> :< port>
4747```
4848
49-
5049If no dask cluster is found at the specified address, a LocalCluster will be started (on localhost) using the
5150specified port number.
5251
@@ -58,6 +57,16 @@ python local_cluster.py
5857
5958This will start a Dask cluster on the scheduler address as specified in the PyHDX config.
6059
60+ ## Downloading datasets
61+
62+ You can download public datasets from the HDX-MS database to directly load into PyHDX web.
63+
64+ To download up to 5 available datasets from the repository:
65+
66+ ``` bash
67+ pyhdx datasets fetch 5
68+ ```
69+
6170
6271## Install from source
6372
You can’t perform that action at this time.
0 commit comments