Skip to content

ghga-de/datameta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d774c22 · Feb 21, 2023
May 4, 2021
Feb 14, 2023
Apr 14, 2021
Jan 23, 2023
Feb 21, 2023
Feb 21, 2023
Apr 19, 2021
Mar 22, 2021
Feb 21, 2023
Feb 21, 2023
Apr 19, 2021
Feb 10, 2021
Feb 23, 2021
May 30, 2021
Aug 15, 2022
Feb 10, 2021
Apr 19, 2021
Apr 19, 2021
Apr 19, 2021
Feb 21, 2023
Apr 19, 2021
Apr 19, 2021
Mar 2, 2021
Feb 21, 2023

Repository files navigation

DataMeta - submission server for data and associated metadata

Data submission made easy! DataMeta allows you to easily define sample sheet columns, value constraints for the sample sheet and columns which are associated with raw data file names.

DataMeta is quick and easy to deploy on your local infrastructure and scales for high numbers of users!

demo

Quick Installation

  1. Create a directory for the datameta configuration (of your choice)

    mkdir /usr/local/lib/datameta
    cd /usr/local/lib/datameta
    
  2. Edit the configuration file

    The fields that require changing are marked with # CHANGE THIS. You may want to perform additional adjustments to the compose file to fit your needs.

  3. Download the Docker compose file

    curl -LO https://datameta.org/minimal/docker-compose.yml
    
  4. Create the Docker volumes for persistent file and database storage

    docker volume create datameta-db
    docker volume create datameta-filestorage
    
  5. Start up your DataMeta Instance

    docker-compose up -d