Coder Social home page Coder Social logo

arc's Introduction

ARCs

for details, see https://github.com/nfdi4plants/ARC-specification

ARC directory structure

/isa.investigation.xlsx : main investigation file (in XLSX format), contains top-level information about the investigation and links to studies and assays

/LICENSE : license file for the arc

/arc.cwl : (optional) executes all runs

Studies

All input material or (external) data resources are considered studies (immutable input data)

/assays/<yourStudyName> : folder for an essay, name is arbitrary

/assays/<yourStudyName>/resources : assay dataset

/assays/<yourStudyName>/protocols : assay protocol as text (e.g SOP)

/assays/<yourStudyName>/isa.study.xlsx : per-assay ISA file, contains only info about this assay (in XLSX format)

Assays

All measurement (self-generated) datasets are considered assays (immutable input data)

/assays/<yourAssayName> : folder for an essay, name is arbitrary

/assays/<yourAssayName>/dataset : assay dataset

/assays/<yourAssayName>/protocols : assay protocol as text (e.g SOP)

/assays/<yourAssayName>/isa.assay.xlsx : per-assay ISA file, contains only info about this assay (in XLSX format)

Workflows

All programmatic components of an ARC should go here, in the form of code and environment.

/workflows/<yourWorkflowName>/ : folder for code and its environment (workflow specifications), contains all files needed to specify a workflow. Also packages and other includes needed should go here.

/workflows/<yourWorkflowName>/Dockerfile : top-level Dockerfile [optional] in which all code/workflow should execute

/workflows/<yourWorkflowName>/[codefiles;...] : code files/scripts for computation

Runs

Runs are all artifacts that result by computation from studies, assays or other runs.

/runs/<yourRunResultName> : folder for results of your run aka. workflow execution

/runs/<yourRunResultName>/[files;...] : run result files (plots, tables, etc.)

/runs/<yourRunResultName>.cwl : executes a script or workflow and produces run results accordingly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.