Luis Oala
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ def get_b2_bucket():
|
|
41 |
bucket = b2_api.get_bucket_by_name(bucket_name)
|
42 |
return bucket
|
43 |
```
|
44 |
-
We also maintain a copy of the entire dataset with a permanent identifier at Zenodo which you can find
|
45 |
## Code
|
46 |
### Dependencies
|
47 |
#### Conda environment and dependencies
|
|
|
41 |
bucket = b2_api.get_bucket_by_name(bucket_name)
|
42 |
return bucket
|
43 |
```
|
44 |
+
We also maintain a copy of the entire dataset with a permanent identifier at Zenodo which you can find here [](https://doi.org/10.5281/zenodo.5235536).
|
45 |
## Code
|
46 |
### Dependencies
|
47 |
#### Conda environment and dependencies
|