diff --git a/index.html b/index.html index 89e16a6..67363d5 100644 --- a/index.html +++ b/index.html @@ -1,34 +1,126 @@ - - - - - - - - - - Lab schemas - - - +
+
+

Lab schemas

+
+

About

+ + Here you'll find an API for databio lab schemas like bulker, pep, pipelines, refgenie, refget, etc. + +

Contributing a schema

+ +

Write a schema

+ + First, you have to write a schema yaml file. It should follow json-schema format. + +

Upload your schema

+ + After creating your schema file, you can contribute it to this repository so that you and others can more easily load it. Name your schema yaml file with the name of the schema. Schemas in the registry are divided into namespaces, which are represented as subfolders in this repository. So, place your schema into an appropriate subfolder, and then open a pull request. + +

List of schemas (JSON)

+
+ +
Brought to you by: Sheffield lab of computational biology
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/index_new.html b/index_new.html new file mode 100644 index 0000000..89e16a6 --- /dev/null +++ b/index_new.html @@ -0,0 +1,34 @@ + + + + + + + + + + + + Lab schemas + + + +
+ + + diff --git a/index_old.html b/index_old.html deleted file mode 100644 index 67363d5..0000000 --- a/index_old.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - Lab schemas - - - -
-
-

Lab schemas

-
-

About

- - Here you'll find an API for databio lab schemas like bulker, pep, pipelines, refgenie, refget, etc. - -

Contributing a schema

- -

Write a schema

- - First, you have to write a schema yaml file. It should follow json-schema format. - -

Upload your schema

- - After creating your schema file, you can contribute it to this repository so that you and others can more easily load it. Name your schema yaml file with the name of the schema. Schemas in the registry are divided into namespaces, which are represented as subfolders in this repository. So, place your schema into an appropriate subfolder, and then open a pull request. - -

List of schemas (JSON)

-
- -
Brought to you by: Sheffield lab of computational biology
-
- - - - - - - - - - - \ No newline at end of file