README.md in nsrr-0.1.1 vs README.md in nsrr-0.2.0.rc
- old
+ new
@@ -78,22 +78,22 @@
```
```
> d = Dataset.find 'shhs'
> d.download
+ Get your token here: https://sleepdata.org/token
+ Enter your token: AUTHORIZED
+ File Check: md5
+ Depth: recursive
- File Integrity Check Method: md5
- Depth: recursive
- Get your token here: https://sleepdata.org/token
-Please enter your download token:
create shhs/
create shhs/datasets
- identical shhs-cvd-dataset-0.4.0.csv
- identical shhs-data-dictionary-0.4.0-domains.csv
- identical shhs-data-dictionary-0.4.0-forms.csv
- identical shhs-data-dictionary-0.4.0-variables.csv
- identical shhs1-dataset-0.4.0.csv
+ identical shhs-cvd-dataset-0.6.0.csv
+ identical shhs-data-dictionary-0.6.0-domains.csv
+ identical shhs-data-dictionary-0.6.0-forms.csv
+ identical shhs-data-dictionary-0.6.0-variables.csv
+ identical shhs1-dataset-0.6.0.csv
...
```
**method**
- 'md5' [default]
@@ -113,14 +113,14 @@
```
> d = Dataset.find 'shhs'
> d.download('edfs/shhs1', method: 'fast', depth: 'shallow')
- File Integrity Check Method: fast
- Depth: shallow
- Get your token here: https://sleepdata.org/token
-Please enter your download token:
+ Get your token here: https://sleepdata.org/token
+ Enter your token: AUTHORIZED
+ File Check: md5
+ Depth: recursive
create shhs/edfs/shhs1
download 100001.EDF
download 100002.EDF
download 100003.EDF
@@ -132,36 +132,36 @@
```
> d = Dataset.find 'shhs'
> d.download
- File Integrity Check Method: md5
- Depth: recursive
- Get your token here: https://sleepdata.org/token
-Please enter your download token:
+ Get your token here: https://sleepdata.org/token
+ Enter your token: AUTHORIZED
+ File Check: md5
+ Depth: recursive
create shhs/
create shhs/datasets
- download shhs-cvd-dataset-0.4.0.csv
- download shhs-data-dictionary-0.4.0-domains.csv
+ download shhs-cvd-dataset-0.6.0.csv
+ download shhs-data-dictionary-0.6.0-domains.csv
^C
Interrupted
Finished in 4.384734 seconds.
1 folder created, 2 files downloaded, 60 MiBs downloaded, 0 files skipped, 0 files failed
> d.download
- File Integrity Check Method: md5
- Depth: recursive
- Get your token here: https://sleepdata.org/token
-Please enter your download token:
+ Get your token here: https://sleepdata.org/token
+ Enter your token: AUTHORIZED
+ File Check: md5
+ Depth: recursive
create shhs/
create shhs/datasets
- identical shhs-cvd-dataset-0.4.0.csv
- identical shhs-data-dictionary-0.4.0-domains.csv
+ identical shhs-cvd-dataset-0.6.0.csv
+ identical shhs-data-dictionary-0.6.0-domains.csv
^C
Interrupted
Finished in 2.384734 seconds.