Skip to content

Commit 0066cd5

Browse files
authored
Merge pull request #1408 from VEuPathDB/group-stats-img
Edit group stats image and text
2 parents 9d04df0 + a65fea7 commit 0066cd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/sites/ortho-site/webapp/wdkCustomization/js/client/records/GroupStats.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import { RecordTable } from './SequenceRecordClasses.SequenceRecordClass';
33
import { RecordTableProps, WrappedComponentProps } from './Types';
44

5-
import MGD_hist_img from './MGD-hist.png';
5+
import MGD_hist_img from './GroupStats_Par_Rplot.png';
66

77
export function RecordTable_GroupStats(
88
props: WrappedComponentProps<RecordTableProps>
@@ -33,8 +33,8 @@ export function RecordTable_GroupStats(
3333
fontSize: '90%',
3434
}}
3535
>
36-
The histogram shows the distribution of the median percent identity
37-
cohesiveness indicator across all orthologous groups.
36+
The histograms show the distribution of the median percent identity
37+
within Core (red) and All (blue) ortholog groups.
3838
</figcaption>
3939
</figure>
4040
</div>
101 KB
Loading

0 commit comments

Comments
 (0)