From 669c15f99f6e8de61127fa59a6460521e2939de8 Mon Sep 17 00:00:00 2001
From: JOUNEAU Thomas <thomas.jouneau@univ-lorraine.fr>
Date: Thu, 13 Jan 2022 14:38:52 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 324da2a..eae21b5 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@ https://pydataverse.readthedocs.io/en/latest/
 
 # misc
 - get_single_dataset_metadata.py : outputs a JSON export of a single dataset (not really useful, just here as reference)
+- generate_tree : outputs the tree of a dataverse collection not unlike the "tree" API call in Dataverse 5.4+
+- download_dataset : downloads an entire dataset based on the DOI. The directory structure is NOT preserved yet, so it's not of any use now.
 
 # TODO #
 - make all scripts accept arguments from the command line
-- 
GitLab