We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a08ca6 commit 42afee5Copy full SHA for 42afee5
src/app/downloads/page.tsx
@@ -306,7 +306,7 @@ const DownloadPage: React.FC = () => {
306
href="https://downloads.wenglab.org/factorbook-download/all-rDHS-instances.8.bed.gz"
307
/>
308
</Grid2>
309
- <Grid2 size={4}>
+ {/* <Grid2 size={4}>
310
<StackedDownloadButton
311
topText="HT-SELEX: Lenient set"
312
bottomText={<Typography variant="caption">FIMO p-value {'<'} 10<sup>-6</sup></Typography>}
@@ -323,7 +323,7 @@ const DownloadPage: React.FC = () => {
323
topText="HT-SELEX: Stringent set"
324
bottomText={<Typography variant="caption">FIMO p-value {'<'} 10<sup>-8</sup></Typography>}
325
326
- </Grid2>
+ </Grid2> */}
327
328
</Stack>
329
</AccordionDetails>
0 commit comments