All Projects → IDR → idr-metadata

IDR / idr-metadata

Licence: other
Curated metadata for all studies published in the Image Data Resource

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to idr-metadata

Ruby Advisory Db
A database of vulnerable Ruby Gems
Stars: ✭ 821 (+6741.67%)
Mutual labels:  yaml, metadata
fmf
Flexible Metadata Format
Stars: ✭ 16 (+33.33%)
Mutual labels:  yaml, metadata
libcyaml
C library for reading and writing YAML.
Stars: ✭ 165 (+1275%)
Mutual labels:  yaml
dart-tags
ID3 Tag parser written on the pure dart language.
Stars: ✭ 35 (+191.67%)
Mutual labels:  metadata
webparsy
Node.JS library and cli for scraping websites using Puppeteer (or not) and YAML definitions
Stars: ✭ 40 (+233.33%)
Mutual labels:  yaml
Awesome-meta-tags
📙 Awesome collection of meta tags
Stars: ✭ 18 (+50%)
Mutual labels:  metadata
powerflows-dmn
Power Flows DMN - Powerful decisions and rules engine
Stars: ✭ 46 (+283.33%)
Mutual labels:  yaml
yaml.sh
Read YAML files with only Bash
Stars: ✭ 30 (+150%)
Mutual labels:  yaml
Ubigeo-Peru
Base de datos de departamentos, provincias y distritos del Perú (UBIGEO) actualizada al 2019 (El INEI ha actualizado hasta el 2016). SQL, JSON, XML, CSV, Arreglos PHP, YAML.
Stars: ✭ 113 (+841.67%)
Mutual labels:  yaml
yaml-overlay-tool
Use JSONPath to query & patch YAML files with ease.
Stars: ✭ 24 (+100%)
Mutual labels:  yaml
RazorSharp
Low-level utilities and tools for working with the CLR and memory.
Stars: ✭ 31 (+158.33%)
Mutual labels:  metadata
doctrine-phpstorm-meta
PhpStorm meta data for expected arguments completion.
Stars: ✭ 35 (+191.67%)
Mutual labels:  metadata
isbnlib
python library to validate, clean, transform and get metadata of ISBN strings (for devs).
Stars: ✭ 177 (+1375%)
Mutual labels:  metadata
django-music-publisher
Software for managing music metadata, registration/licencing of musical works and royalty processing.
Stars: ✭ 46 (+283.33%)
Mutual labels:  metadata
Doramon
个人工具汇总:一致性哈希工具,Bitmap工具,布隆过滤器参数生成器,Yaml和properties互转工具,一键式生成整个前后端工具,单机高性能幂等工具,zookeeper客户端工具,分布式全局id生成器,时间转换工具,Http封装工具
Stars: ✭ 53 (+341.67%)
Mutual labels:  yaml
yaml-runtimes
YAML processor runtimes via docker
Stars: ✭ 28 (+133.33%)
Mutual labels:  yaml
wildq
Command-line TOML/JSON/INI/YAML/XML/HCL processor using jq c bindings
Stars: ✭ 22 (+83.33%)
Mutual labels:  yaml
SHARE
SHARE is building a free, open, data set about research and scholarly activities across their life cycle.
Stars: ✭ 93 (+675%)
Mutual labels:  metadata
yamlpath
Command-line get/set/merge/validate/scan/convert/diff processors for YAML/JSON/Compatible data using powerful, intuitive, command-line friendly syntax.
Stars: ✭ 78 (+550%)
Mutual labels:  yaml
write-yaml
Basic node.js utility for converting JSON to YAML and writing formatting YAML files to disk.
Stars: ✭ 38 (+216.67%)
Mutual labels:  yaml

IDR studies

Published screens Published experiments

All metadata associated with published studies in IDR is managed in this repository.

Study name

After acceptance, IDR studies must be named as idr<NNNN>-<name>-<description> where idr<NNNN> is the accession number of the study using an incremental four digits integer, <name> is the name of one of the authors associated with the publication, usually the first author, and <description> is a short description of the study or the name of the project/consortium. The study name should be lowercase.

Study repository

For each new study, a repository must be created on GitHub under the IDR organization using the study name as defined above. When ready for publication in the IDR, the study repository must be registered in the top-level idr-metadata repository as a submodule.

A study repository contains all original and curated metadata files associated with a study. The idr0000-lastname-example repository contains the templates that should be used by submitters when sending original metadata files for screen or experiment studies. The structure of each study repository should use the following layout:

.travis.yml                                  # Travis CI configuration file, used for validation (mandatory)
bulk.yml                                     # Import configuration file for multi-experiment or multi-screen studies (optional)
experimentA/                                 # Curated metadata for experimentA (if applicable)
    idrNNNN-experimentA-annotation.csv       # Curated annotation file (mandatory)
    idrNNNN-experimentA-assays.txt           # Original annotation file (recommended)
    idrNNNN-experimentA-bulk.yml             # Configuration file for import (mandatory)
    idrNNNN-experimentA-bulkmap-config.yml   # Configuration file for annotation (mandatory)
    idrNNNN-experimentA-filePaths.tsv        # Files/folder to be imported (mandatory)
experimentB/                                 # Curated metadata for experimentB (if applicable)
   ...
idrNNNN-study.txt                            # Top-level metadata file describing the study (mandatory)
screenA/                                     # Curated metadata for screenA if applicable
    idrNNNN-screenA-annotation.csv           # Curated annotation file (mandatory)
    idrNNNN-screenA-bulk.yml                 # Configuration file for import (mandatory)
    idrNNNN-screenA-bulkmap-config.yml       # Configuration file for annotation (mandatory)
    idrNNNN-screenA-library.txt              # Original annotation file (recommended)
    idrNNNN-screenA-plates.tsv               # Plates to be imported (mandatory)
screenB/                                     # Curated metadata for screenB if applicable
   ...
scripts/                                     # Folder containing custom scripts associated with the study (optional)
README.md                                    # Optional top-level readme (optional)
requirements.txt                             # Python dependencies used for Travis or scripts (recommended)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].