From 82af7a11ab04625ad629db0a72fdaffaa6a9ab7c Mon Sep 17 00:00:00 2001 From: Adam Richie-Halford Date: Sun, 4 Sep 2022 04:38:57 +0000 Subject: [PATCH] [DATALAD] Recorded changes --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index 6453890bdcc..ab4f5c205b7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ it can be found in the [DataLad Handbook](https://handbook.datalad.org/en/latest A DataLad dataset can be `cloned` by running ``` -datalad clone +datalad clone https://github.com/nrdg/HBN-POD2-derivatives-afq.git ``` Once a dataset is cloned, it is a light-weight directory on your local machine. @@ -41,20 +41,6 @@ datalad get This command will trigger a download of the files, directories, or subdatasets you have specified. -DataLad datasets can contain other datasets, so called *subdatasets*. If you -clone the top-level dataset, subdatasets do not yet contain metadata and -information on the identity of files, but appear to be empty directories. In -order to retrieve file availability metadata in subdatasets, run - -``` -datalad get -n -``` - -Afterwards, you can browse the retrieved metadata to find out about subdataset -contents, and retrieve individual files with `datalad get`. If you use -`datalad get `, all contents of the subdataset will be -downloaded at once. - ### Stay up-to-date DataLad datasets can be updated. The command `datalad update` will *fetch*