From dca196f65a1f5063244d45d81f0d906b48b1dbc1 Mon Sep 17 00:00:00 2001 From: ayobi <17304717+ayobi@users.noreply.github.com> Date: Wed, 2 Aug 2023 20:09:46 -0400 Subject: [PATCH] rollback --- index.html | 154 +++++++++++++++++++++++++++++++++++++++---------- index_new.html | 34 +++++++++++ index_old.html | 126 ---------------------------------------- 3 files changed, 157 insertions(+), 157 deletions(-) create mode 100644 index_new.html delete mode 100644 index_old.html 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