Imports single github GloBI data repository and check whether it can be read.
Used for automated checks for GloBI datasets. Example see https://github.com/globalbioticinteractions/template-dataset/blob/main/.github/workflows/review.yml and https://github.com/globalbioticinteractions/template-dataset#enable-integration-testing .
wget "https://raw.githubusercontent.com/globalbioticinteractions/globinizer/main/check-dataset.sh" -O check-dataset.sh
chmod +x check-dataset.sh
usage:
check-dataset.sh [github repo name]
example:
./check-dataset.sh globalbioticinteractions/template-dataset
Feel free to join in. All welcome. Open an issue!