Skip to content

molgenis/molgenis-service-armadillo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f4fe398 · Dec 5, 2024
Oct 15, 2024
Oct 15, 2024
Dec 5, 2024
Oct 15, 2024
Feb 27, 2024
Oct 15, 2024
Dec 5, 2024
Feb 22, 2024
Oct 15, 2024
Oct 31, 2024
Sep 17, 2024
Oct 31, 2024
Dec 5, 2024
Jun 3, 2024
Sep 17, 2024
Sep 27, 2023
Mar 12, 2024
Feb 28, 2024
Mar 26, 2023
Oct 15, 2024
Jan 29, 2024
Sep 14, 2023
Jul 30, 2023
Jul 28, 2023
Jul 28, 2023
Dec 5, 2024
Mar 26, 2023
Apr 2, 2023
Jan 24, 2024

Repository files navigation

Armadillo suite

CircleCI Build Status SonarCloud Coverage Quality Gate Status

Overview

Use MOLGENIS/Armadillo to make data available for privacy protecting federated analysis using DataSHIELD protocol. Armadillo service provides the following features:

  • manage data projects. Projects can either hold tabular data in the efficient 'parquet' format or any other file use DataSHIELD 'resources' framework.
  • grant users access permission. We use a central OIDC service like KeyCloak or FusionAuth in combination with a trused identity provider like Life Sciences AAI to authenticate users.
  • configure DataSHIELD analysis profiles. DataSHIELD analysis profiles are Docker images that contain a collection of multiple DataSHIELD analysis packages.

DataSHIELD overview

Getting started

For installing and using Armadillo see https://molgenis.github.io/molgenis-service-armadillo/#/

For developing and contributing see Contributing.