View source: R/IMPACT_process.R
IMPACT_process | R Documentation |
Process IMPACT files so that they're all tabix-indexed and prepare them for upload.
IMPACT_process(
IMPACT_dir,
sandbox = TRUE,
title = "IMPACT",
zipfile = file.path(tempdir(), "IMPACT707"),
token = Sys.getenv("zenodo_token"),
validate = TRUE,
verbose = TRUE
)
IMPACT_dir |
Directory where IMPACT repo has been cloned to. |
sandbox |
Whether to use the Zenodo or Zenodo Sandbox API. |
token |
Zenodo Personal access token. |
verbose |
Print messages. |
#### Downloading annotations ####
git clone IMPACT
Mac:
git lfs fetch --all
git lfs pull
Linux:
sudo apt-get install git-lfs
git-lfs fetch --all
git-lfs pull
#### Installing zen4R ####
## has some system deps that have to be installed beforehand.
sudo apt-get install raptor2-utils
sudo apt-get install rasqal-utils
sudo apt-get install librdf0-dev
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.