Skip to content

Commit 831d3a9

Browse files
committed
update wording
1 parent f8b0cc4 commit 831d3a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ export const RefGenomeModal = (props: Props) => {
2828
The ranking is based on the following metrics:
2929
</p>
3030
<ul className='text-sm'>
31-
<li><strong>XS</strong> (eXtra Sequences): the proportion of shared regions in both the query BED file and reference genome over the total number of regions in the query BED file [recall]</li>
32-
<li><strong>OOBR</strong> (Out Of Bounds Regions): The proportion of shared regions from the query 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 the query BED file and reference genome over the total number of regions in the reference genome [precision]</li>
31+
<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>
32+
<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>
3434
</ul>
3535

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

0 commit comments

Comments
 (0)