Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maastrichtu-ids/fairsharing-metrics

📊 Fairsharing metrics implementation
https://github.com/maastrichtu-ids/fairsharing-metrics

bioinformatics data-quality docker python rdf rdfunit

Last synced: 15 days ago
JSON representation

📊 Fairsharing metrics implementation

Awesome Lists containing this project

README

        

# Fairsharing Metrics

[![License](https://img.shields.io/badge/FAIR-metrics-orange.svg)](http://fairmetrics.org/)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

A Dockerization of the Fairsharing metrics as a module for Data Quality Analysis.
The purpose of this project is to provide automation as a stand-alone implementation in order to escalate on more general data quality assessment.

## Prerequisites

- Installing [Docker](https://docs.docker.com/) for [Mac](https://docs.docker.com/docker-for-mac/install/) and [Windows](https://docs.docker.com/docker-for-windows/install/download-docker-for-windows)

![docker](img/docker.png)

## Usage

### Clone the repository

git clone https://github.com/pedrohserrano/fairsharing-metrics.git && \
cd fairsharing-metrics

### Build the Docker image

```shell
docker build -t fairsharing-metrics .
```

### Run the Docker container to get the FAIRmetrics

```shell
docker run -it --rm \
-v :/data/ \
fairsharing-metrics

docker run -it --rm \
-v /data/fairmetrics:/data/ \
fairsharing-metrics https://fairsharing.org/biodbcore-000015

urls = ['https://fairsharing.org/biodbcore-000015',
'https://fairsharing.org/biodbcore-000304',
'https://fairsharing.org/biodbcore-000456',
'https://fairsharing.org/bsg-s000909']
```

## Licence

The MIT License (MIT) 2017

## Acknowledgments

- [RDFUnit](http://aksw.org/Projects/RDFUnit.html)
- [FAIRsharing.org](http://FAIRsharing.org)