Skip to content

Commit

Permalink
Docs: update codex dir schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Puerto committed Nov 19, 2024
1 parent 4ef22ed commit 8c55778
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion docs/codex/current/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,31 @@ Related files:
<br>

## Directory schemas
<summary><b>Version 2.1 (use this one)</b></summary>
<summary><b>Version 2.2 (use this one)</b></summary>

| pattern | required? | description |
| --- | --- | --- |
| <code>extras\/.*</code> || Folder for general lab-specific files related to the dataset. [Exists in all assays] |
| <code>extras\/microscope_hardware\.json</code> || **[QA/QC]** A file generated by the micro-meta app that contains a description of the hardware components of the microscope. Email HuBMAP Consortium Help Desk <help@hubmapconsortium.org> if help is required in generating this document. |
| <code>extras\/microscope_settings\.json</code> | | **[QA/QC]** A file generated by the micro-meta app that contains a description of the settings that were used to acquire the image data. Email HuBMAP Consortium Help Desk <help@hubmapconsortium.org> if help is required in generating this document. |
| <code>raw\/.*</code> || This is a directory containing raw data. |
| <code>lab_processed\/.*</code> || Experiment files that were processed by the lab generating the data. |
| <code>lab_processed\/images\/.*</code> || This is a directory containing processed image files |
| <code>lab_processed\/images\/[^\/]+\.ome\.tiff</code> || OME-TIFF file (multichannel, multi-layered) produced by the experiment. If compressed, must use loss-less compression algorithm. See the following link for the set of fields that are required in the OME TIFF file XML header. <https://docs.google.com/spreadsheets/d/1YnmdTAA0Z9MKN3OjR3Sca8pz-LNQll91wdQoRPSP6Q4/edit#gid=0> |
| <code>lab_processed\/images\/[^\/]*ome-tiff\.channels\.csv</code> || This file should describe any processing that was done to generate the images in each channel of the accommpanying OME TIFF. The file should contain one row per OME TIFF channel. Two columns should be booleans "is this a channel to use for nuclei segmentation" and "is this a channel to use for cell segmentation". |
| <code>[^\/]*NAV[^\/]*\.tif</code> (example: <code>NAV.tif</code>) | | Navigational Image showing Region of Interest (Keyance Microscope only) |
| <code>[^\/]+\.pdf</code> (example: <code>summary.pdf</code>) | | **[QA/QC]** PDF export of Powerpoint slide deck containing the Image Analysis Report |
| <code>extras\/dir-schema-v2-with-dataset-json</code> || Empty file whose presence indicates the version of the directory schema in use |
| <code>processed\/drv_[^\/]*\/.*</code> || Processed files produced by the Akoya software or alternative software. |
| <code>raw\/cyc[^\/]*_reg[^\/]*\/.*</code> || Intermediary directory |
| <code>raw\/src_[^\/]*\/.*</code> || Intermediary directory |
| <code>raw\/cyc[^\/]*_reg[^\/]*\/[^\/]*_z[^\/]*_CH[^\/]*\.tif</code> || TIFF files produced by the experiment. General folder format: Cycle(n)_Region(n)_date; General file format: name_tileNumber(n)_zplaneNumber(n)_channelNumber(n) |
| <code>raw\/src_[^\/]*\/cyc[^\/]*_reg[^\/]*_[^\/]*\/[^\/]+\.gci</code> | | Group Capture Information File (Keyance Microscope only) |
| <code>raw\/dataset\.json</code> (example: <code>raw/dataset.json</code>) || Data processing parameters file. This will include additional CODEX specific metadata needed for the HIVE processing workflow. |
| <code>raw\/reg_[^\/]*\.png</code> (example: <code>raw/reg_00.png</code>) | | Region overviews |
| <code>raw\/experiment\.json</code> (example: <code>raw/experiment.json</code>) | | JSON file produced by the Akoya software which contains the metadata for the experiment, including the software version used, microscope parameters, channel names, pixel dimensions, etc. (required for HuBMAP pipeline) |

<summary><b>Version 2.1</b></summary>

| pattern | required? | description |
| --- | --- | --- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ files:
is_qa_qc: False
example: NAV.tif
-
pattern: [^\/]+\.pdf
pattern: '[^\/]+\.pdf'
required: False
description: PDF export of Powerpoint slide deck containing the Image Analysis Report
is_qa_qc: True
Expand Down

0 comments on commit 8c55778

Please sign in to comment.