Skip to content

Commit 2ad9f0d

Browse files
committed
Merge branch 'master' of github.com:databio/schema.databio.org
2 parents 578e6cd + 6a8460f commit 2ad9f0d

File tree

5 files changed

+139
-139
lines changed

5 files changed

+139
-139
lines changed

public/bulker/schemas.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"cdid": {
2+
"manifest": {
33
"namespace": "bulker",
4-
"schema": "cdid",
5-
"url": "bulker/cdid.yaml",
6-
"description": "Two druids that describe the manifest"
4+
"schema": "manifest",
5+
"url": "bulker/manifest.yaml",
6+
"description": "Schema for bulker manifest"
77
},
88
"cmdlist": {
99
"namespace": "bulker",
1010
"schema": "cmdlist",
1111
"url": "bulker/cmdlist.yaml",
1212
"description": "A list of commands and the containers that run them."
1313
},
14-
"manifest": {
15-
"namespace": "bulker",
16-
"schema": "manifest",
17-
"url": "bulker/manifest.yaml",
18-
"description": "Schema for bulker manifest"
19-
},
2014
"importlist": {
2115
"namespace": "bulker",
2216
"schema": "importlist",
2317
"url": "bulker/importlist.yaml",
2418
"description": "A priority list of bulker manifests that are imported."
19+
},
20+
"cdid": {
21+
"namespace": "bulker",
22+
"schema": "cdid",
23+
"url": "bulker/cdid.yaml",
24+
"description": "Two druids that describe the manifest"
2525
}
2626
}

public/list.json

+67-67
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
11
{
2-
"schemas/bulker/cdid": {
3-
"project": "bulker",
4-
"url": "bulker/cdid.yaml",
5-
"description": "Two druids that describe the manifest"
6-
},
7-
"schemas/bulker/cmdlist": {
8-
"project": "bulker",
9-
"url": "bulker/cmdlist.yaml",
10-
"description": "A list of commands and the containers that run them."
11-
},
12-
"schemas/bulker/manifest": {
13-
"project": "bulker",
14-
"url": "bulker/manifest.yaml",
15-
"description": "Schema for bulker manifest"
16-
},
17-
"schemas/bulker/importlist": {
18-
"project": "bulker",
19-
"url": "bulker/importlist.yaml",
20-
"description": "A priority list of bulker manifests that are imported."
2+
"schemas/refget/annotated_collection_digest": {
3+
"project": "refget",
4+
"url": "refget/annotated_collection_digest.yaml",
5+
"description": "Schema for an Annotated Collection Digest; this is analogous to a single fasta file with metadata."
216
},
227
"schemas/refget/SeqColArraySetInherent": {
238
"project": "refget",
@@ -29,66 +14,81 @@
2914
"url": "refget/sequence.yaml",
3015
"description": "Schema for a single raw sequence"
3116
},
32-
"schemas/refget/annotated_collection_digest": {
17+
"schemas/refget/RawSeqCol": {
3318
"project": "refget",
34-
"url": "refget/annotated_collection_digest.yaml",
35-
"description": "Schema for an Annotated Collection Digest; this is analogous to a single fasta file with metadata."
19+
"url": "refget/RawSeqCol.yaml",
20+
"description": "Schema for List of ASDs"
3621
},
37-
"schemas/refget/ArrayedNestedSequenceCollection": {
22+
"schemas/refget/AnnotatedArrayedSequenceCollection": {
3823
"project": "refget",
39-
"url": "refget/ArrayedNestedSequenceCollection.yaml",
24+
"url": "refget/AnnotatedArrayedSequenceCollection.yaml",
4025
"description": "A collection of sequences"
4126
},
42-
"schemas/refget/ASDList": {
43-
"project": "refget",
44-
"url": "refget/ASDList.yaml",
45-
"description": "Schema for List of ASDs"
46-
},
47-
"schemas/refget/annotated_sequence_digest": {
27+
"schemas/refget/SeqColArraySet": {
4828
"project": "refget",
49-
"url": "refget/annotated_sequence_digest.yaml",
50-
"description": "Schema for an Annotated Sequence Digest; a digested Sequence plus metadata"
29+
"url": "refget/SeqColArraySet.yaml",
30+
"description": "SeqColArraySet"
5131
},
5232
"schemas/refget/ACDList": {
5333
"project": "refget",
5434
"url": "refget/ACDList.yaml",
5535
"description": "Schema for a list of ACDs; analogous to a collection of fasta files"
5636
},
57-
"schemas/refget/ArrayedSequenceCollection": {
58-
"project": "refget",
59-
"url": "refget/ArrayedSequenceCollection.yaml",
60-
"description": "A collection of sequences"
61-
},
62-
"schemas/refget/RawSeqCol": {
63-
"project": "refget",
64-
"url": "refget/RawSeqCol.yaml",
65-
"description": "Schema for List of ASDs"
66-
},
6737
"schemas/refget/TASeqCol": {
6838
"project": "refget",
6939
"url": "refget/TASeqCol.yaml",
7040
"description": "TAseqcol"
7141
},
72-
"schemas/refget/CustomAnnotatedArrayedSequenceCollection": {
42+
"schemas/refget/ArrayedNestedSequenceCollection": {
7343
"project": "refget",
74-
"url": "refget/CustomAnnotatedArrayedSequenceCollection.yaml",
44+
"url": "refget/ArrayedNestedSequenceCollection.yaml",
7545
"description": "A collection of sequences"
7646
},
77-
"schemas/refget/SeqColArraySet": {
47+
"schemas/refget/CustomAnnotatedArrayedSequenceCollection": {
7848
"project": "refget",
79-
"url": "refget/SeqColArraySet.yaml",
80-
"description": "SeqColArraySet"
49+
"url": "refget/CustomAnnotatedArrayedSequenceCollection.yaml",
50+
"description": "A collection of sequences"
8151
},
82-
"schemas/refget/AnnotatedArrayedSequenceCollection": {
52+
"schemas/refget/annotated_sequence_digest": {
8353
"project": "refget",
84-
"url": "refget/AnnotatedArrayedSequenceCollection.yaml",
85-
"description": "A collection of sequences"
54+
"url": "refget/annotated_sequence_digest.yaml",
55+
"description": "Schema for an Annotated Sequence Digest; a digested Sequence plus metadata"
8656
},
8757
"schemas/refget/AnnotatedSequenceList": {
8858
"project": "refget",
8959
"url": "refget/AnnotatedSequenceList.yaml",
9060
"description": "Schema for List of ASDs"
9161
},
62+
"schemas/refget/ASDList": {
63+
"project": "refget",
64+
"url": "refget/ASDList.yaml",
65+
"description": "Schema for List of ASDs"
66+
},
67+
"schemas/refget/ArrayedSequenceCollection": {
68+
"project": "refget",
69+
"url": "refget/ArrayedSequenceCollection.yaml",
70+
"description": "A collection of sequences"
71+
},
72+
"schemas/bulker/manifest": {
73+
"project": "bulker",
74+
"url": "bulker/manifest.yaml",
75+
"description": "Schema for bulker manifest"
76+
},
77+
"schemas/bulker/cmdlist": {
78+
"project": "bulker",
79+
"url": "bulker/cmdlist.yaml",
80+
"description": "A list of commands and the containers that run them."
81+
},
82+
"schemas/bulker/importlist": {
83+
"project": "bulker",
84+
"url": "bulker/importlist.yaml",
85+
"description": "A priority list of bulker manifests that are imported."
86+
},
87+
"schemas/bulker/cdid": {
88+
"project": "bulker",
89+
"url": "bulker/cdid.yaml",
90+
"description": "Two druids that describe the manifest"
91+
},
9292
"schemas/refgenie/refgenie_build": {
9393
"project": "refgenie",
9494
"url": "refgenie/refgenie_build.yaml",
@@ -104,6 +104,11 @@
104104
"url": "pep/2.0.0.yaml",
105105
"description": "Schema for a minimal PEP"
106106
},
107+
"schemas/pipelines/bedbuncher": {
108+
"project": "pipelines",
109+
"url": "pipelines/bedbuncher.yaml",
110+
"description": "bedbuncher PEP schema"
111+
},
107112
"schemas/pipelines/pipeline_interface": {
108113
"project": "pipelines",
109114
"url": "pipelines/pipeline_interface.yaml",
@@ -114,34 +119,29 @@
114119
"url": "pipelines/geofetch_sra_convert.yaml",
115120
"description": "A PEP for converting SRA files into fastq or bam format."
116121
},
117-
"schemas/pipelines/bedmaker": {
118-
"project": "pipelines",
119-
"url": "pipelines/bedmaker.yaml",
120-
"description": "bedmaker PEP schema"
121-
},
122-
"schemas/pipelines/bedbuncher": {
122+
"schemas/pipelines/bedboss": {
123123
"project": "pipelines",
124-
"url": "pipelines/bedbuncher.yaml",
125-
"description": "bedbuncher PEP schema"
124+
"url": "pipelines/bedboss.yaml",
125+
"description": "bedboss run-all pep schema"
126126
},
127-
"schemas/pipelines/pepatac": {
127+
"schemas/pipelines/bedstat": {
128128
"project": "pipelines",
129-
"url": "pipelines/pepatac.yaml",
130-
"description": "A PEP for ATAC-seq samples for the PEPATAC pipeline."
129+
"url": "pipelines/bedstat.yaml",
130+
"description": "bedstat PEP schema"
131131
},
132132
"schemas/pipelines/ProseqPEP": {
133133
"project": "pipelines",
134134
"url": "pipelines/ProseqPEP.yaml",
135135
"description": "A PEP for nascent RNA samples for the PEPPRO pipeline."
136136
},
137-
"schemas/pipelines/bedstat": {
137+
"schemas/pipelines/bedmaker": {
138138
"project": "pipelines",
139-
"url": "pipelines/bedstat.yaml",
140-
"description": "bedstat PEP schema"
139+
"url": "pipelines/bedmaker.yaml",
140+
"description": "bedmaker PEP schema"
141141
},
142-
"schemas/pipelines/bedboss": {
142+
"schemas/pipelines/pepatac": {
143143
"project": "pipelines",
144-
"url": "pipelines/bedboss.yaml",
145-
"description": "bedboss run-all pep schema"
144+
"url": "pipelines/pepatac.yaml",
145+
"description": "A PEP for ATAC-seq samples for the PEPATAC pipeline."
146146
}
147147
}

public/namespaces.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
2-
"bulker",
32
"refget",
3+
"bulker",
44
"refgenie",
55
"pep",
66
"pipelines"

public/pipelines/schemas.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"bedbuncher": {
3+
"namespace": "pipelines",
4+
"schema": "bedbuncher",
5+
"url": "pipelines/bedbuncher.yaml",
6+
"description": "bedbuncher PEP schema"
7+
},
28
"pipeline_interface": {
39
"namespace": "pipelines",
410
"schema": "pipeline_interface",
@@ -11,40 +17,34 @@
1117
"url": "pipelines/geofetch_sra_convert.yaml",
1218
"description": "A PEP for converting SRA files into fastq or bam format."
1319
},
14-
"bedmaker": {
15-
"namespace": "pipelines",
16-
"schema": "bedmaker",
17-
"url": "pipelines/bedmaker.yaml",
18-
"description": "bedmaker PEP schema"
19-
},
20-
"bedbuncher": {
20+
"bedboss": {
2121
"namespace": "pipelines",
22-
"schema": "bedbuncher",
23-
"url": "pipelines/bedbuncher.yaml",
24-
"description": "bedbuncher PEP schema"
22+
"schema": "bedboss",
23+
"url": "pipelines/bedboss.yaml",
24+
"description": "bedboss run-all pep schema"
2525
},
26-
"pepatac": {
26+
"bedstat": {
2727
"namespace": "pipelines",
28-
"schema": "pepatac",
29-
"url": "pipelines/pepatac.yaml",
30-
"description": "A PEP for ATAC-seq samples for the PEPATAC pipeline."
28+
"schema": "bedstat",
29+
"url": "pipelines/bedstat.yaml",
30+
"description": "bedstat PEP schema"
3131
},
3232
"ProseqPEP": {
3333
"namespace": "pipelines",
3434
"schema": "ProseqPEP",
3535
"url": "pipelines/ProseqPEP.yaml",
3636
"description": "A PEP for nascent RNA samples for the PEPPRO pipeline."
3737
},
38-
"bedstat": {
38+
"bedmaker": {
3939
"namespace": "pipelines",
40-
"schema": "bedstat",
41-
"url": "pipelines/bedstat.yaml",
42-
"description": "bedstat PEP schema"
40+
"schema": "bedmaker",
41+
"url": "pipelines/bedmaker.yaml",
42+
"description": "bedmaker PEP schema"
4343
},
44-
"bedboss": {
44+
"pepatac": {
4545
"namespace": "pipelines",
46-
"schema": "bedboss",
47-
"url": "pipelines/bedboss.yaml",
48-
"description": "bedboss run-all pep schema"
46+
"schema": "pepatac",
47+
"url": "pipelines/pepatac.yaml",
48+
"description": "A PEP for ATAC-seq samples for the PEPATAC pipeline."
4949
}
5050
}

0 commit comments

Comments
 (0)