Skip to content

Commit

Permalink
Update q value banner language and placement
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Aug 4, 2023
1 parent ee23593 commit 4e13e6d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/shared/components/userMessager/UserMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,13 @@ if (

{
dateEnd: 100000000000000,
content: `1-sided Fisher exact test has been updated to a 2-sided test
(<a href="https://docs.cbioportal.org/news/" target="_blank">Read more</a>).`,
showCondition: routingStore => true,
content: `P and q-values on this page have changed recently. The 1-sided Fisher exact test is now a 2-sided test
(<a href="https://docs.cbioportal.org/news/#aug-1-2023" target="_blank">Read more</a>).`,
showCondition: routingStore => {
return /results\/comparison|results\/mutualExclusivity|comparison\/alterations|comparison\/mutations/.test(
routingStore.location.pathname
);
},
id: '2023_qval_change',
},
];
Expand Down

0 comments on commit 4e13e6d

Please sign in to comment.