Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

BioMetadata Protocol #636

Merged
merged 7 commits into from
Jun 28, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added doc/source/_static/assaymetadata_schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
107 changes: 107 additions & 0 deletions doc/source/_static/assaymetadata_schema.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/source/_static/biometadata_schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions doc/source/_static/biometadata_schema.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/source/_static/metadata_schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
119 changes: 119 additions & 0 deletions doc/source/_static/metadata_schema.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion doc/source/_static/variant_annotation_schema.gliffy

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/_static/variant_annotation_schema.svg

This file was deleted.

59 changes: 59 additions & 0 deletions doc/source/api/assaymetadata.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
.. _assaymetadata:

.. image:: /_static/assaymetadata_schema.png
:scale: 50 %
:align: right

.. _assaymetadata_experiment:

**********************************
AssayMetadata: *Experiment* Object
**********************************

Experiment in the GA4GH Schema
------------------------------


Experiment attributes
=====================

===================== ==========================================================
Attribute Notes
===================== ==========================================================
*id* * the Experiment's id
* unique in the context of the server
* used for referencing this Experiment
*name* * a human readable object label/identifier
* not to be used for referencing
*description* * additional, unstructured information about this Experiment
*created* * the time the record was created, in ISO8601
*updated* * the time the record was updated, in ISO8601
*info* * additional, structured information
===================== ==========================================================

.. _assaymetadata_analysis:

********************************
AssayMetadata: *Analysis* Object
********************************

Analysis in the GA4GH Schema
------------------------------



Analysis attributes
=====================

Attribute Notes
===================== ==========================================================
*id* * the Analysis's id
* unique in the context of the server
* used for referencing this Analysis
*name* * a human readable object label/identifier
* not to be used for referencing
*description* * additional, unstructured information about this Analysis
*created* * the time the record was created, in ISO8601
*updated* * the time the record was updated, in ISO8601
*info* * additional, structured information
===================== ==========================================================
Loading