Skip to content

Add GTEx and Pext to gnomAD v4.1 #1616

Add GTEx and Pext to gnomAD v4.1

Add GTEx and Pext to gnomAD v4.1 #1616

Triggered via pull request September 24, 2024 13:45
Status Failure
Total duration 1m 1s
Artifacts

browser-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Checks: browser/src/GenePage/GenePage.tsx#L533
Type '{ start: number; stop: number; mean: number; tissues: { [key: string]: number; }; }[]' is not assignable to type '{ start: number; stop: number; mean?: number | undefined; tissues: { tissue: string; value: number; }[]; }[]'.
Checks: browser/src/GenePage/GenePage.tsx#L535
Type '{ transcript_id: string; transcript_version: string; exons: { feature_type: string; start: number; stop: number; }[]; }[]' is not assignable to type 'Transcript[]'.
Checks: browser/src/GenePage/GeneTranscriptsTrack.tsx#L153
Type 'undefined' cannot be used as an index type.
Checks: browser/src/GenePage/GeneTranscriptsTrack.tsx#L187
Argument of type '{ transcript_id: string; transcript_version: string; exons: { feature_type: string; start: number; stop: number; }[]; }[]' is not assignable to parameter of type 'Transcript[]'.
Checks: browser/src/GenePage/GeneTranscriptsTrack.tsx#L198
Property 'datasetId' is missing in type '{ transcripts: { transcript_id: string; transcript_version: string; exons: { feature_type: string; start: number; stop: number; }[]; }[]; includeNonCodingTranscripts: boolean; preferredTranscriptId: string | undefined; preferredTranscriptDescription: ReactNode; }' but required in type 'Pick<TranscriptsTissueExpressionProps, "datasetId" | "transcripts" | "includeNonCodingTranscripts">'.
Checks: browser/src/GenePage/TissueExpressionTrack.tsx#L224
'transcriptWithMaxExpressionInTissue' is possibly 'undefined'.
Checks: browser/src/GenePage/TissueExpressionTrack.tsx#L225
'transcriptWithMaxExpressionInTissue' is possibly 'undefined'.
Checks: browser/src/GenePage/TissueExpressionTrack.tsx#L495
Property 'datasetId' is missing in type '{ color: string; regions: any[]; scalePosition: any; width: any; }' but required in type 'PextRegionsPlotProps'.
Checks: browser/src/GenePage/TissueExpressionTrack.tsx#L582
Type 'number | undefined' is not assignable to type 'number'.
Checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/