Skip to content

Commit 4be179b

Browse files
authored
Merge pull request #46 from BioDT/add-credentials-example
Add instructions for credentials file
2 parents c37be61 + b73c857 commit 4be179b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# uc-CWR
22

3+
## Initial setup
4+
5+
1. Create a file `R_scripts/SHARED-APICredentials.R`. You can use [the example file](R_scripts/SHARED-APICredentials.example.R) as a template. Insert your [CDS API key](https://cds.climate.copernicus.eu/how-to-api) and [GBIF credentials](https://www.gbif.org/) in this file.
6+
37
## ModGP on Rstudio
48

59
1. Source `ModGP_MASTER.R` and change `SPECIES` argument at line 19 to execute ModGP pipeline for a specific genus.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CDS
2+
API_Key <- "..."
3+
4+
# GBIF
5+
options(gbif_user = "...")
6+
options(gbif_email = "...")
7+
options(gbif_pwd = "...")

0 commit comments

Comments
 (0)