Add GTEx and Pext to gnomAD v4.1 #1616
Annotations
10 errors and 2 warnings
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; }[]; }[]'.
|
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[]'.
|
browser/src/GenePage/GeneTranscriptsTrack.tsx#L153
Type 'undefined' cannot be used as an index type.
|
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[]'.
|
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">'.
|
browser/src/GenePage/TissueExpressionTrack.tsx#L224
'transcriptWithMaxExpressionInTissue' is possibly 'undefined'.
|
browser/src/GenePage/TissueExpressionTrack.tsx#L225
'transcriptWithMaxExpressionInTissue' is possibly 'undefined'.
|
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'.
|
browser/src/GenePage/TissueExpressionTrack.tsx#L579
Unused '@ts-expect-error' directive.
|
browser/src/GenePage/TissueExpressionTrack.tsx#L582
Type 'number | undefined' is not assignable to type 'number'.
|
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/
|
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/
|
This job failed
Loading