You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,17 @@
2
2
3
3
A specification for the **Minimum Information about any (X) Sequence** standard
4
4
5
-
## Purpose and Contents
5
+
## Repository Contents
6
6
7
7
This repo contains computable artifacts that define the MIxS standard, versions 6 and later. _Older versions of the MIxS standard are available at https://github.com/GenomicsStandardsConsortium/mixs-legacy_
8
8
9
9
Beginning with version 6, MIxS is being managed using the [LinkML toolkit](https://linkml.io/). LinkML uses YAML files to describe schemas and provides code to convert YAML to multiple other formats.
10
10
11
-
The latests stable version of the MIxS standard in various formats listed above are available in the [release](release) folder. MIxS is currently available in GraphQL, JSON-LD, JSON schema, OWL, prefixmap, protobuf, SCHACL, SHEX, SQL schema and Python. Java will be addde in a future release, as will Excel templates for data collection.
12
-
13
-
There is currently only one version of MIxS released in this repository (MIxS 6). When newer versions are released, links to older versions will be provided here.
14
-
15
11
### How to access MIxS standards
16
12
17
-
The standards can be browsed at https://genomicsstandardsconsortium.github.io/mixs/ or downloaded in machine readable formats from the [release](release) folder.
13
+
The standards can be browsed at https://genomicsstandardsconsortium.github.io/mixs/. The latests stable version of the MIxS standard in various formatsdownloaded in machine readable formats from the [release](release) folder. MIxS is currently available in GraphQL, JSON-LD, JSON schema, OWL, prefixmap, protobuf, SCHACL, SHEX, SQL schema and Python. Java will be addde in a future release, as will Excel templates for data collection. There is currently only one version of MIxS released in this repository (MIxS 6). When newer versions are released, links to older versions will be provided here
18
14
19
-
To support existing implementers who have been using previous Excel-based versions of MIxS, we have provide a manually created [Excel workbook](release/mixs6/xlsx) with the same format as MIxS 5. However, we highly recommend using one of the machine readable artifacts available in the [release](release) folder.
15
+
To support existing implementers who have been using previous Excel-based versions of MIxS, we have provide a manually created [Excel workbook](release/excel) with the same format as MIxS 5. However, we highly recommend using one of the machine readable artifacts available in the [release](release) folder.
20
16
21
17
MIxS is divided into checklists and packages.
22
18
@@ -29,6 +25,12 @@ Packages can be used in conjunction with any checklist, so, for example, you if
29
25
30
26
**To request changes to the MIxS standards, please use the [issue tracker](https://github.com/GenomicsStandardsConsortium/mixs/issues) in this repo.**
31
27
28
+
### Other repository contents
29
+
30
+
-[generated](generated) contains a working version of the MIxS artifacts. It is not stable and should not be used!
31
+
-[doc_templates](doc_templates) contains jinja templates for the LinkML auto-generated documentation
32
+
-[changelogs](changelogs) contains documents describing the changes with each release
33
+
-[MAINTAINERS.md](MAINTAINERS.md) provides more technical details on the editing and release process
32
34
33
35
## Guidelines for the reuse and citation of content on this repository
0 commit comments