Add g2p_mapper #59
Annotations
9 errors
Tests:
src/AddHighlightModel/MsaToGenomeHighlight.tsx#L25
Conversion of type 'AbstractViewModel | undefined' to type '{ [x: string]: any; id: string; displayName: string | undefined; minimized: boolean; connectedViewId: string | undefined; connectedFeature: any; connectedHighlights: IMSTArray<IModelType<{ refName: ISimpleType<...>; start: ISimpleType<...>; end: ISimpleType<...>; }, {}, _NotCustomized, _NotCustomized>> & IStateTreeN...' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Tests:
src/LaunchMsaView/components/NewNCBIBlastQuery/ncbiBlastLaunchView.ts#L15
Conversion of type 'AbstractViewModel' to type '{ [x: string]: any; id: string; displayName: string | undefined; minimized: boolean; connectedViewId: string | undefined; connectedFeature: any; connectedHighlights: IMSTArray<IModelType<{ refName: ISimpleType<...>; start: ISimpleType<...>; end: ISimpleType<...>; }, {}, _NotCustomized, _NotCustomized>> & IStateTreeN...' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Tests:
src/MsaViewPanel/components/MsaViewPanel.tsx#L17
Type '{ [x: string]: any; id: string; displayName: string | undefined; minimized: boolean; connectedViewId: string | undefined; connectedFeature: any; connectedHighlights: IMSTArray<IModelType<{ refName: ISimpleType<...>; start: ISimpleType<...>; end: ISimpleType<...>; }, {}, _NotCustomized, _NotCustomized>> & IStateTreeN...' is not assignable to type '{ id: string; displayName: string | undefined; minimized: boolean; selectedStructures: IMSTArray<IModelType<{ id: ISimpleType<string>; structure: IModelType<{ pdb: ISimpleType<string>; startPos: ISimpleType<...>; endPos: ISimpleType<...>; }, {}, _NotCustomized, _NotCustomized>; range: IMaybe<...>; }, {}, _NotCustomi...'.
|
Tests:
src/MsaViewPanel/model.ts#L3
'"react-msaview"' has no exported member named 'MSAModelF'. Did you mean 'MSAModel'?
|
Tests:
src/MsaViewPanel/model.ts#L85
Parameter 'f' implicitly has an 'any' type.
|
Tests:
src/MsaViewPanel/model.ts#L248
Type '{ [x: string]: any; id: string; displayName: string | undefined; minimized: boolean; connectedViewId: string | undefined; connectedFeature: any; connectedHighlights: import("/home/runner/work/jbrowse-plugin-msaview/jbrowse-plugin-msaview/node_modules/mobx-state-tree/dist/types/complex-types/array").IMSTArray<import(...' is not assignable to type '{ [x: string]: any; id: string; displayName: string | undefined; minimized: boolean; connectedViewId: string | undefined; connectedFeature: any; connectedHighlights: import("/home/runner/work/jbrowse-plugin-msaview/jbrowse-plugin-msaview/node_modules/mobx-state-tree/dist/types/complex-types/array").IMSTArray<import(...'. Two different types with this name exist, but they are unrelated.
|
Tests:
src/MsaViewPanel/model.ts#L252
Type '{ [x: string]: any; id: string; displayName: string | undefined; minimized: boolean; connectedViewId: string | undefined; connectedFeature: any; connectedHighlights: import("/home/runner/work/jbrowse-plugin-msaview/jbrowse-plugin-msaview/node_modules/mobx-state-tree/dist/types/complex-types/array").IMSTArray<import(...' is not assignable to type '{ [x: string]: any; id: string; displayName: string | undefined; minimized: boolean; connectedViewId: string | undefined; connectedFeature: any; connectedHighlights: import("/home/runner/work/jbrowse-plugin-msaview/jbrowse-plugin-msaview/node_modules/mobx-state-tree/dist/types/complex-types/array").IMSTArray<import(...'. Two different types with this name exist, but they are unrelated.
|
Tests:
src/MsaViewPanel/model.ts#L266
Type '{ [x: string]: any; id: string; displayName: string | undefined; minimized: boolean; connectedViewId: string | undefined; connectedFeature: any; connectedHighlights: import("/home/runner/work/jbrowse-plugin-msaview/jbrowse-plugin-msaview/node_modules/mobx-state-tree/dist/types/complex-types/array").IMSTArray<import(...' is not assignable to type '{ [x: string]: any; id: string; displayName: string | undefined; minimized: boolean; connectedViewId: string | undefined; connectedFeature: any; connectedHighlights: import("/home/runner/work/jbrowse-plugin-msaview/jbrowse-plugin-msaview/node_modules/mobx-state-tree/dist/types/complex-types/array").IMSTArray<import(...'. Two different types with this name exist, but they are unrelated.
|
Tests
Process completed with exit code 2.
|