Skip to content

Commit a524c98

Browse files
committed
Merge branch 'main' into add-3D-ATAC-PALM-assay
2 parents 566524a + b3ff791 commit a524c98

File tree

166 files changed

+386478
-50603
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+386478
-50603
lines changed

.github/workflows/build-jsonld.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
strategy:
1818
matrix:
19-
schematic-version: [ 24.5.1 ]
19+
schematic-version: [ 24.10.2 ]
2020

2121
steps:
2222
- name: Install System Dependencies
@@ -57,4 +57,4 @@ jobs:
5757
with:
5858
github_token: ${{ secrets.GH_TOKEN }}
5959
branch: ${{ github.event.pull_request.head.ref }}
60-
60+

all_valid_values.csv

Lines changed: 10031 additions & 378 deletions
Large diffs are not rendered by default.
Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$id": "http://example.com/MC2",
4+
"title": "MC2",
5+
"type": "object",
6+
"properties": {
7+
"Capture Area": {},
8+
"10xVisiumAuxiliaryFiles_id": {
9+
"not": {
10+
"type": "null"
11+
},
12+
"minLength": 1
13+
},
14+
"Run ID": {},
15+
"Workflow Version": {},
16+
"10xVisiumRNALevel3 Key": {},
17+
"10xVisiumRNALevel1 Key": {},
18+
"Slide ID": {},
19+
"Filename": {
20+
"not": {
21+
"type": "null"
22+
},
23+
"minLength": 1
24+
},
25+
"Workflow Link": {},
26+
"10xVisiumRNALevel2 Key": {},
27+
"File Format": {
28+
"enum": [
29+
"GCT",
30+
"FIG",
31+
"FASTQ",
32+
"HDF5",
33+
"SCN",
34+
"R File Format",
35+
"AVI",
36+
"DB",
37+
"TDF",
38+
"cel",
39+
"PKL",
40+
"LIF",
41+
"FASTA",
42+
"RPROJ",
43+
"XML",
44+
"JPG",
45+
"RAW",
46+
"TAR Format",
47+
"RTF",
48+
"unspecified",
49+
"SF",
50+
"CLS",
51+
"pptx",
52+
"CSV",
53+
"xls",
54+
"FREQ",
55+
"DAE",
56+
"MATLAB script",
57+
"Pending Annotation",
58+
"MTX",
59+
"TSV",
60+
"MGF",
61+
"TXT",
62+
"H5AD",
63+
"H5",
64+
"GFF3",
65+
"bed12",
66+
"JSON",
67+
"FCS",
68+
"cloupe",
69+
"MAT",
70+
"BAI",
71+
"ROUT",
72+
"STAT",
73+
"VCF",
74+
"GTF",
75+
"PZFX",
76+
"PNG",
77+
"SGI",
78+
"TIFF",
79+
"RDS",
80+
"Python Script",
81+
"BIGWIG",
82+
"BAM",
83+
"IDAT",
84+
"BED",
85+
"GCG",
86+
"WIG",
87+
"mzIdentML",
88+
"mzXML",
89+
"docx",
90+
"DS_Store",
91+
"SVS",
92+
"CHP",
93+
"bedgraph",
94+
"PDF",
95+
"GCTx",
96+
"MAP",
97+
"HDF",
98+
"maf",
99+
"COOL",
100+
"BPM",
101+
"SRA",
102+
"HTML",
103+
"rcc",
104+
"ZIP",
105+
"GZIP Format",
106+
"xlsx",
107+
"MSF",
108+
"CDS"
109+
]
110+
},
111+
"10xVisiumRNALevel4 Key": {},
112+
"Component": {
113+
"not": {
114+
"type": "null"
115+
},
116+
"minLength": 1
117+
},
118+
"Biospecimen Key": {},
119+
"Visium File Type": {
120+
"enum": [
121+
"reference png",
122+
"json scale factors",
123+
"reference jpg",
124+
"filtered mex",
125+
"fiducial image png",
126+
"tissue_positions",
127+
"features",
128+
"qc result html",
129+
"fiducial image jpg",
130+
"detected jpg",
131+
"detected image png",
132+
"barcodes",
133+
"low res image",
134+
"unfiltered mex",
135+
"probe dataset csv",
136+
"high res image"
137+
]
138+
}
139+
},
140+
"required": [
141+
"10xVisiumAuxiliaryFiles_id",
142+
"Filename",
143+
"File Format",
144+
"Component",
145+
"Visium File Type"
146+
]
147+
}

0 commit comments

Comments
 (0)