@@ -40,28 +40,28 @@ If you have an issue using the Python CLI, see the [Dandi Debugging section](./1
40
40
### Download a Dandiset
41
41
To download an entire Dandiset, you can use the same command as suggested by DANDI web application, e.g.:
42
42
43
- ` dandi download DANDI:000023 `
43
+ dandi download DANDI:000023
44
44
45
45
### Download data for a specific subject from a Dandiset
46
46
You can download data for specific subjects.
47
47
Names of the subjects can be found on DANDI web application or by running a command with the DANDI CLI: `dandi ls -r
48
48
DANDI:000023`.
49
49
Once you have the subject ID, you can download the data, e.g.:
50
50
51
- ` dandi download https://api.dandiarchive.org/api/dandisets/000023/versions/_draft_/assets/?path=sub-811677083 `
51
+ dandi download https://api.dandiarchive.org/api/dandisets/000023/versions/_draft_/assets/?path=sub-811677083
52
52
53
53
You should replace ` _draft_ ` with a specific version you are interested in (e.g. ` 0.210914.1900 ` in the case of this Dandiset).
54
54
55
55
You can also use the link from DANDI web application, e.g.:
56
56
57
- ` dandi download https://dandiarchive.org/dandiset/000023/0.210914.1900/files?location=sub-541516760%2F `
57
+ dandi download https://dandiarchive.org/dandiset/000023/0.210914.1900/files?location=sub-541516760%2F
58
58
59
59
60
60
### Download a specific file from a Dandiset
61
61
You can download a specific file from a Dandiset when the link for the specific file can be found on the DANDI web
62
62
application, e.g.:
63
63
64
- ` dandi download https://api.dandiarchive.org/api/dandisets/000023/versions/0.210914.1900/assets/1a93dc97-327d-4f9c-992d-c2149e7810ae/download/ `
64
+ dandi download https://api.dandiarchive.org/api/dandisets/000023/versions/0.210914.1900/assets/1a93dc97-327d-4f9c-992d-c2149e7810ae/download/
65
65
66
66
67
67
** Hint:** ` dandi download ` supports a number of resource identifiers to point to a Dandiset, folder, or file. Providing
0 commit comments