Skip to content

Commit 7fc1f59

Browse files
committed
add wording suggestion from donald
1 parent 831d3a9 commit 7fc1f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/bed-splash-components/refgenome-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const RefGenomeModal = (props: Props) => {
3030
<ul className='text-sm'>
3131
<li><strong>XS</strong> (eXtra Sequences): the proportion of shared regions in both this BED file and reference genome over the total number of regions in this BED file [recall].</li>
3232
<li><strong>OOBR</strong> (Out Of Bounds Regions): The proportion of shared regions from this BED file that do not exceed the bounds of the corresponding shared region in the reference genome.</li>
33-
<li><strong>Sequence Fit</strong>: the proportion of shared regions in both this BED file and reference genome over the total number of regions in the reference genome [precision].</li>
33+
<li><strong>Sequence Fit</strong>: the proportion of shared region <span className='fst-italic'>lengths</span> in both this BED file and reference genome over the total number of region <span className='fst-italic'>lengths</span> in the reference genome [precision].</li>
3434
</ul>
3535

3636
<div className='row mb-1'>

0 commit comments

Comments
 (0)