Skip to content

elixir-europe/MARS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MARS: Multi-omics Adapter for Repository Submissions

MARS is a framework for submitting multi-omics life-science studies to multiple target repositories using the ISA-JSON metadata standard.

Full documentation and concepts are hosted on the MARS website: https://elixir-europe.github.io/MARS/

Key components

Overview

ISA-JSON in MARS

Stakeholders

Repository API (Adapters)

MARS-cli

Repository Structure

├── docs/
│   └── ...
├── repository-services
│   ├── isajson-biosamples/
│   ├── isajson-ena/
│   └── README.md
├── schemas
│   └── ...
├── test-data
│   └── ...
└── README.md
  • docs: Astro project powering the public MARS documentation site.
  • repository-services: Code to deploy repository API endpoints that can accept ISAJSON. See README for deployment instructions.
  • schemas: JSON schema representation of the pydantic models used for syntactic validation of the ISA-JSON
  • test-data: Test data to be used in a submission.
  • README.md: This file.

About

Multi-Repository Data Submission using ISA-JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 12