From c706389686610c407c5ce8dc09fd2f2a34a4f951 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 9 Aug 2024 16:17:47 -0400 Subject: [PATCH 1/2] Make example copy-pasteable by using "draft" instead of "_draft_" placeholder And expanded on the description underneath --- docs/12_download.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/12_download.md b/docs/12_download.md index cf771f6c..c6a655ef 100644 --- a/docs/12_download.md +++ b/docs/12_download.md @@ -48,9 +48,9 @@ Names of the subjects can be found on DANDI web application or by running a comm DANDI:000023`. Once you have the subject ID, you can download the data, e.g.: - dandi download https://api.dandiarchive.org/api/dandisets/000023/versions/_draft_/assets/?path=sub-811677083 + dandi download https://api.dandiarchive.org/api/dandisets/000023/versions/draft/assets/?path=sub-811677083 -You should replace `_draft_` with a specific version you are interested in (e.g. `0.210914.1900` in the case of this Dandiset). +You could replace `draft` with a specific non-draft version you are interested in (e.g. `0.210914.1900` in the case of this Dandiset), if you are not interested in the latest, possibly different state of the dandiset. You can also use the link from DANDI web application, e.g.: From 16c82abe92176287ff551a32a2f3df484174d49c Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 9 Aug 2024 17:14:21 -0400 Subject: [PATCH 2/2] Use capitalized Dandiset Co-authored-by: Kabilar Gunalan --- docs/12_download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/12_download.md b/docs/12_download.md index c6a655ef..6501ebe4 100644 --- a/docs/12_download.md +++ b/docs/12_download.md @@ -50,7 +50,7 @@ Once you have the subject ID, you can download the data, e.g.: dandi download https://api.dandiarchive.org/api/dandisets/000023/versions/draft/assets/?path=sub-811677083 -You could replace `draft` with a specific non-draft version you are interested in (e.g. `0.210914.1900` in the case of this Dandiset), if you are not interested in the latest, possibly different state of the dandiset. +You could replace `draft` with a specific non-draft version you are interested in (e.g. `0.210914.1900` in the case of this Dandiset), if you are not interested in the latest, possibly different state of the Dandiset. You can also use the link from DANDI web application, e.g.: