Skip to content

Commit

Permalink
Mention what an accession number is
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo committed Oct 25, 2018
1 parent 6793317 commit 9613bea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/openneuro-cli/README.md
Expand Up @@ -30,7 +30,9 @@ To resume an interrupted upload or add files to an existing dataset:

`openneuro upload --dataset <accession number> <dataset directory>`

This will add or replace any files in the dataset but does not delete any files that are only present in the server copy of the dataset.
where <accession_number> is a unique dataset identifier that can be found in the URL. For example accession number for `https://openneuro.org/datasets/ds001555` is `ds001555`.

This command will add or replace any files in the dataset but does not delete any files that are only present in the server copy of the dataset.

## Downloading datasets

Expand Down

0 comments on commit 9613bea

Please sign in to comment.