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
1. Create PEP in [PEPhub](https://pephub.databio.org/), by copying the text below, and pasting it into the sample table.
23
-
The name of the PEP project will be used as the name and identifier for the BEDset.
24
-
2. Add source, author, and other metadata to config file. e.g.
22
+
1. Create PEP in [PEPhub](https://pephub.databio.org/), by copying the text from **'PEP sample table'** section below, and pasting it into the sample table in PEPhub.
23
+
The name of the PEP project will be used as the name and identifier for the new BEDset.
24
+
2. Add *source*, *author*, and other metadata to config file in PEP. e.g. (not required, but recommended):
25
25
\`\`\`json
26
26
'author': "BEDbase team",
27
27
'source': "BEDbase",
28
28
\`\`\`
29
-
3. Use 'Submit PEP' form below or BEDbase API ([${API_BASE}](${API_BASE}/docs#/bedset/create_bedset_v1_bedset_create__post)) and
30
-
create a new BEDset by providing the registry path in the Body of the request. (Registry path can be copied from the PEPhub):
29
+
3. Use **'Submit PEP'** section form below to create a new BEDset by providing the registry path (e.g. databio/new_bedset:default). Registry path can be copied from the PEPhub. \n
30
+
**Optionally, you can use BEDbase API ([${API_BASE}](${API_BASE}/docs#/bedset/create_bedset_v1_bedset_create__post)), where you can provide registry path
31
+
in the Body of the request. Example Body request:*
31
32
\`\`\`json
32
33
{
33
34
"registry_path": "namespace/name:tag"
34
35
}
35
36
\`\`\`
36
-
**Note**: We currently only support PEPs from the bedbase team. If you want to create new bedset, please create an issue: [https://github.com/databio/bedbase](https://github.com/databio/bedbase/issues)
37
+
***Note**: We currently only support PEPs from the __bedbase team__. If you want to create new bedset, please create an issue: [https://github.com/databio/bedbase](https://github.com/databio/bedbase/issues)
0 commit comments