https://github.com/scilifelabdatacentre/scilifelab-metadata-templates
https://github.com/scilifelabdatacentre/scilifelab-metadata-templates
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/scilifelabdatacentre/scilifelab-metadata-templates
- Owner: ScilifelabDataCentre
- License: mit
- Created: 2024-11-26T12:06:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T13:29:10.000Z (2 months ago)
- Last Synced: 2025-02-24T13:32:09.689Z (2 months ago)
- Language: Python
- Size: 200 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SciLifeLab Metadata Templates
This repository stores metadata templates in use at SciLifeLab, organized according to data type.
## General template structure
A template has a _title_, a _description_ and a _semantic version_ number, as well as well as a list of associated attribute fields. Each _attribute field_ needs to have:
- name
- description
- type
- list of controlled vocabulary terms if applicable
- level of requirement/cardinality (mandatory vs optional)
- _Potentially in the future:_ end_repository_alias (if applicable; can be multiple if multiple relevant end repositories are considered)
- _Potentially in the future:_ reference_ontology (if exists)In addition to data type specific fields capturing the technical metadata itself, all templates include additional organizational metadata such as
- SciLifeLab infrastructure platform and unit
- Unit internal project ID(s)
- Associated order ID
- Experimental Sample IDs (as assigned by the unit, 1 exp sample = 1 data file (pair))
- Associated Sample IDs (as shared by the researcher with the unit)
- Delivery date
- Template name
- Template versionA row entry for an individual sample would then be
| |...| | |...|| |...| |
| --------------------------- | - | --------------------------- | ------------------- | - | ----------------- | ----------------- | - | ------------------ |Templates are provided as _.tsv_, _.json_ and _.xlsx_. The _.json_ and _.xlsx_ files include controlled vocabulary terms where available.
## Specific templates available
| Title | Description | Link |
| ----- | ----------- | ---- |
| SciLifeLab Genomics Technical Metadata Template | This template aims to capture technical metadata for genomics data produced at the Genomics platform, compatible with submission requirements from ENA and ArrayExpress. | [genomics/README.md](https://github.com/ScilifelabDataCentre/scilifelab-metadata-templates/blob/main/genomics/README.md) |