Skip to content

Commit 803a795

Browse files
committed
Merge branch 'workflows-qc-report' of github.com:galaxyproject/brc-analytics into workflows-qc-report
2 parents 59bc5e1 + 8995d3b commit 803a795

File tree

45 files changed

+257
-654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+257
-654
lines changed

@types/theme.d.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,21 @@ import { PaletteColorOptions } from "@mui/material/styles";
44
* Palette definitions.
55
*/
66
declare module "@mui/material/styles" {
7+
interface BrandColors {
8+
accent: string;
9+
burntSienna: string;
10+
darkSienna: string;
11+
rawSienna: string;
12+
surface: string;
13+
}
14+
715
interface Palette {
16+
brand: BrandColors;
817
caution: PaletteColor;
918
}
1019

1120
interface PaletteOptions {
21+
brand?: Partial<BrandColors>;
1222
caution?: PaletteColorOptions;
1323
}
1424
}

app/components/Home/components/Section/components/ga2/SectionAnalyticsAndData/sectionAnalyticsAndData.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ export const SectionAnalyticsAndData = (): JSX.Element => {
1111
<Section>
1212
<SectionLayout>
1313
<Headline>
14-
<SectionTitle>What is GenomeArk Analytics?</SectionTitle>
14+
<SectionTitle>What is GenomeArk?</SectionTitle>
1515
<SectionSubtitle>
16-
GenomeArk Analytics combines GenomeArk data with official genomic
17-
data from the NCBI Datasets and the UCSC Genome Browser, powered by
18-
the unlimited analytical capacity of the Galaxy Platform at the
19-
Texas Advanced Computing Center (TACC) and Jetstream2.
16+
GenomeArk combines VGP Phase I data with official genomic data from
17+
the NCBI Datasets and the UCSC Genome Browser, powered by the
18+
unlimited analytical capacity of the Galaxy Platform at the Texas
19+
Advanced Computing Center (TACC) and Jetstream2.
2020
</SectionSubtitle>
2121
</Headline>
2222
<AnalyticsToolsAndData />

app/components/Home/components/Section/components/ga2/SectionHelp/components/Questions/questions.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ export const Questions = (): JSX.Element => {
2929
</MAccordionDetails>
3030
</Accordion>
3131
<Accordion>
32-
<AccordionSummary>How does GenomeArk Analytics work?</AccordionSummary>
32+
<AccordionSummary>How does GenomeArk work?</AccordionSummary>
3333
<MAccordionDetails>
34-
GenomeArk Analytics will provide access to genomic data and an
35-
analytical environment. The data will be based on the official
36-
releases provided by NCBI Datasets and deployed through the UCSC
37-
Genome Browser. The analytics will be provided by the Galaxy system
38-
supported by powerful computational infrastructure provided by the
39-
Texas Advanced Computing Center (
34+
GenomeArk will provide access to genomic data and an analytical
35+
environment. The data will be based on the official releases provided
36+
by NCBI Datasets and deployed through the UCSC Genome Browser. The
37+
analytics will be provided by the Galaxy system supported by powerful
38+
computational infrastructure provided by the Texas Advanced Computing
39+
Center (
4040
<DXLink label="TACC" url={URLS.TACC} />) and{" "}
4141
<DXLink label="ACCESS-CI" url={URLS.ACCESS_CONSORTIUM} /> consortium.
4242
</MAccordionDetails>

app/components/Home/components/Section/components/ga2/SectionHero/components/Carousel/cards/constants.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

app/components/Home/components/Section/components/ga2/SectionHero/components/Carousel/carousel.styles.ts

Lines changed: 0 additions & 73 deletions
This file was deleted.

app/components/Home/components/Section/components/ga2/SectionHero/components/Carousel/carousel.tsx

Lines changed: 0 additions & 47 deletions
This file was deleted.

app/components/Home/components/Section/components/ga2/SectionHero/components/Carousel/common/constants.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/components/Home/components/Section/components/ga2/SectionHero/components/Carousel/common/utils.ts

Lines changed: 0 additions & 90 deletions
This file was deleted.

app/components/Home/components/Section/components/ga2/SectionHero/components/Carousel/components/Arrow/arrow.styles.ts

Lines changed: 0 additions & 57 deletions
This file was deleted.

app/components/Home/components/Section/components/ga2/SectionHero/components/Carousel/components/Arrow/arrow.tsx

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)