Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Juranic/histology dirschema update #1314

Merged
merged 3 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- Update Histology with links
- Update GeoMx NGS directory schema
- Ported murine from SenNet
- Update Histology directory schema

## v0.0.17

Expand Down
2 changes: 1 addition & 1 deletion docs/histology/current/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Related files:
| <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 <[email protected]> if help is required in generating this document. | |
| <code>raw\/.*</code> | ✓ | Raw data files for the experiment. | |
| <code>raw\/images\/.*</code> | ✓ | Raw image files. Using this subdirectory allows for harmonization with other more complex assays, like Visium that includes both raw imaging and sequencing data. This directory should include at least one raw file. | |
| <code>raw\/images\/[^\/]+\.(?:xml&#124;scn&#124;vsi&#124;ndpi&#124;svs&#124;czi&#124;tiff)</code> | ✓ | Raw microscope file for the experiment | |
| <code>raw\/images\/[^\/]+\.(?:xml&#124;scn&#124;vsi&#124;ndpi&#124;svs&#124;czi&#124;tiff&#124;qptiff)</code> | ✓ | Raw microscope file for the experiment | |
| <code>lab_processed\/.*</code> | ✓ | Experiment files that were processed by the lab generating the data. | |
| <code>lab_processed\/images\/.*</code> | ✓ | Processed image files | |
| <code>lab_processed\/images\/[^\/]+\.ome\.tiff</code> (example: <code>lab_processed/images/HBM892.MDXS.293.ome.tiff</code>) | ✓ | OME-TIFF files (multichannel, multi-layered) produced by the microscopy 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> | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ files:
required: True
description: Raw image files. Using this subdirectory allows for harmonization with other more complex assays, like Visium that includes both raw imaging and sequencing data. This directory should include at least one raw file.
-
pattern: raw\/images\/[^\/]+\.(?:xml|scn|vsi|ndpi|svs|czi|tiff)
pattern: raw\/images\/[^\/]+\.(?:xml|scn|vsi|ndpi|svs|czi|tiff|qptiff)
required: True
description: Raw microscope file for the experiment
is_qa_qc: False
Expand Down
Loading