-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #348 from ga4gh/yaml-tools-rst
Auto documentation
- Loading branch information
Showing
11 changed files
with
262 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
pytest | ||
python-jsonschema-objects>=0.3,<=0.3.10 | ||
jsonschema==3.2.0 | ||
pyyaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../schema/defs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
**Computational Definition** | ||
|
||
The state of a molecule at a :ref:`Location`. | ||
|
||
**Information Model** | ||
|
||
Some Allele attributes are inherited from :ref:`MolecularVariation`. | ||
|
||
.. list-table:: | ||
:class: reece-wrap | ||
:header-rows: 1 | ||
:align: left | ||
:widths: auto | ||
|
||
* - Field | ||
- Type | ||
- Limits | ||
- Description | ||
* - _id | ||
- :ref:`CURIE` | ||
- 0..1 | ||
- Variation Id. MUST be unique within document. | ||
* - type | ||
- string | ||
- 1..1 | ||
- MUST be "Allele" | ||
* - location | ||
- :ref:`CURIE` | :ref:`Location` | ||
- 1..1 | ||
- Where Allele is located | ||
* - state | ||
- :ref:`SequenceExpression` | :ref:`SequenceState` (deprecated) | ||
- 1..1 | ||
- An expression of the sequence state |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
**Computational Definition** | ||
|
||
A representation of the state of one or more biomolecules. | ||
|
||
**Information Model** | ||
|
||
.. list-table:: | ||
:class: reece-wrap | ||
:header-rows: 1 | ||
:align: left | ||
:widths: auto | ||
|
||
* - Field | ||
- Type | ||
- Limits | ||
- Description | ||
* - _id | ||
- :ref:`CURIE` | ||
- 0..1 | ||
- Variation Id. MUST be unique within document. | ||
* - type | ||
- string | ||
- 1..1 | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.