diff --git a/README.md b/README.md index 3655a86..47c381f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Create a local database of TCGA metadata from the GDC API. +Requires [uv](https://docs.astral.sh/uv/getting-started/installation/). + +To generate the database: + +```sh +./run.sh +``` + ## Resources Useful links diff --git a/run.sh b/run.sh old mode 100644 new mode 100755