File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 22import rankingData from " ../assets/ranking.json" ;
33import metadata from " ../assets/metadata.json" ;
44import TranscriptionFactorEntry from " ./TranscriptionFactorEntry.astro" ;
5+ import AssayToggleButtons from " ./AssayToggleButtons.astro" ;
56---
67
78<div class =" max-w-4xl mx-auto px-4 py-6" >
89 <h2 class =" text-2xl font-bold text-gray-800 mb-4 text-center" >Transcription Factor Rankings</h2 >
910
11+ <!-- Assay Selector with Note -->
12+ <div class =" mb-6" >
13+ <p class =" text-sm text-gray-600 mb-3 text-center" >
14+ Select which chromatin accessibility assays to include in the ranking calculation. <br />
15+ Rankings are based on average scores across selected assays.
16+ </p >
17+ <AssayToggleButtons />
18+ </div >
19+
1020 <!-- Search Field -->
1121 <div class =" mb-4" >
1222 <div class =" relative" >
Original file line number Diff line number Diff line change 11---
22import " ../styles/global.css" ;
33import logo from " ../assets/images/nf-core-tfactivity_logo_light.png" ;
4- import AssayToggleButtons from " ../components/AssayToggleButtons.astro" ;
54import RankingContainer from " ../components/RankingContainer.astro" ;
65---
76
@@ -19,8 +18,6 @@ import RankingContainer from "../components/RankingContainer.astro";
1918 <img src ={ logo .src } alt =" nf-core/tfactivity Pipeline Logo" class =" h-40 w-auto" />
2019 </div >
2120
22- <AssayToggleButtons />
23-
2421 <RankingContainer />
2522 </div >
2623 </body >
You can’t perform that action at this time.
0 commit comments