forked from hubmapconsortium/ingest-validation-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstained-v0.yaml
25 lines (24 loc) · 1.16 KB
/
stained-v0.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
files:
# A dataset consists of a stained microscopy run, and
# a set of transformation files that are useful for other
# related datasets. (Vanderbilt)
-
pattern: '(processedMicroscopy|processed_microscopy)/[^/]+_images/[^/]+ome\.(tif|tiff)'
description: 'OME TIFF files (multichannel, multi-layered, image pyramids) produced by the PAS microscopy experiment'
-
pattern: '(processedMicroscopy|processed_microscopy)/[^/]+_transformations/[^/]+\.txt'
description: 'Transformations to PAS (related) data'
required: False
-
pattern: '(rawMicroscopy|raw_microscopy)/[^/]+\.xml'
description: 'XML metadata file from the autofluorescence microscopy experiments'
# Note: extension might change depending on the microscope used. This is just for
# Leica .scn which is a container with tiled scan images (bigtiff)
# which is the only type that we are currently receiving.
-
pattern: '(rawMicroscopy|raw_microscopy)/[^/]+\.scn'
description: 'Raw microscope file for the experiment'
-
pattern: extras\/.*
required: False
description: Folder for general lab-specific files related to the dataset. [Exists in all assays]