Skip to content

Commit

Permalink
Merge pull request #825 from GenomicsStandardsConsortium/566-update-d…
Browse files Browse the repository at this point in the history
…efinitions-for-size-frac

correct description of `size_frac_low` and `size_frac_up`
  • Loading branch information
mslarae13 authored Oct 8, 2024
2 parents bc32a92 + f326526 commit 8e4250c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/mixs/schema/mixs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12219,8 +12219,7 @@ slots:
size_frac_low:
annotations:
Preferred_unit: micrometer
description: Refers to the mesh/pore size used to pre-filter/pre-sort the sample.
Materials larger than the size threshold are excluded from the sample
description: Refers to the mesh/pore size used to pre-filter/pre-sort the sample. Materials smaller than the size threshold are excluded from the sample
title: size-fraction lower threshold
examples:
- value: 0.2 micrometer
Expand All @@ -12237,8 +12236,7 @@ slots:
size_frac_up:
annotations:
Preferred_unit: micrometer
description: Mesh or pore size of the device used to retain the sample. Materials
smaller than the size threshold are excluded from the sample
description: Mesh or pore size of the device used to retain the sample. Materials larger than the size threshold are excluded from the sample.
title: size-fraction upper threshold
examples:
- value: 20 micrometer
Expand Down

0 comments on commit 8e4250c

Please sign in to comment.