@jbrowse/plugin-alignments 3.6.5 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/AlignmentsFeatureDetail/AlignmentsFeatureDetail.d.ts +1 -1
- package/esm/AlignmentsFeatureDetail/AlignmentsFeatureDetail.js +9 -9
- package/esm/AlignmentsFeatureDetail/BreakpointSplitViewChoiceDialog.d.ts +1 -0
- package/esm/AlignmentsFeatureDetail/BreakpointSplitViewChoiceDialog.js +1 -0
- package/esm/AlignmentsFeatureDetail/Flags.js +1 -1
- package/esm/AlignmentsFeatureDetail/Formatter.js +2 -2
- package/esm/AlignmentsFeatureDetail/LaunchPairedEndBreakpointSplitViewPanel.d.ts +2 -2
- package/esm/AlignmentsFeatureDetail/LaunchPairedEndBreakpointSplitViewPanel.js +7 -18
- package/esm/AlignmentsFeatureDetail/LaunchSupplementaryAlignmentBreakpointSplitViewPanel.d.ts +1 -1
- package/esm/AlignmentsFeatureDetail/LaunchSupplementaryAlignmentBreakpointSplitViewPanel.js +19 -37
- package/esm/AlignmentsFeatureDetail/LinkedPairedAlignments.d.ts +1 -1
- package/esm/AlignmentsFeatureDetail/LinkedPairedAlignments.js +1 -1
- package/esm/AlignmentsFeatureDetail/PairLink.d.ts +1 -1
- package/esm/AlignmentsFeatureDetail/PairLink.js +1 -1
- package/esm/AlignmentsFeatureDetail/SupplementaryAlignments.d.ts +1 -1
- package/esm/AlignmentsFeatureDetail/SupplementaryAlignments.js +2 -2
- package/esm/AlignmentsFeatureDetail/SupplementaryAlignmentsLocStrings.d.ts +1 -1
- package/esm/AlignmentsFeatureDetail/SupplementaryAlignmentsLocStrings.js +5 -4
- package/esm/AlignmentsFeatureDetail/configSchema.d.ts +1 -1
- package/esm/AlignmentsFeatureDetail/getSAFeatures.d.ts +1 -1
- package/esm/AlignmentsFeatureDetail/getSAFeatures.js +18 -17
- package/esm/AlignmentsFeatureDetail/index.js +3 -3
- package/esm/AlignmentsFeatureDetail/launchBreakpointSplitView.d.ts +6 -7
- package/esm/AlignmentsFeatureDetail/launchBreakpointSplitView.js +3 -6
- package/esm/AlignmentsFeatureDetail/stateModelFactory.d.ts +41 -41
- package/esm/AlignmentsFeatureDetail/stateModelFactory.js +1 -1
- package/esm/AlignmentsFeatureDetail/util.d.ts +1 -1
- package/esm/AlignmentsFeatureDetail/util.js +1 -2
- package/esm/AlignmentsTrack/configSchemaF.d.ts +16 -11
- package/esm/AlignmentsTrack/index.js +14 -2
- package/esm/BamAdapter/BamAdapter.d.ts +15 -26
- package/esm/BamAdapter/BamAdapter.js +84 -124
- package/esm/BamAdapter/BamSlightlyLazyFeature.d.ts +17 -10
- package/esm/BamAdapter/BamSlightlyLazyFeature.js +162 -45
- package/esm/BamAdapter/configSchema.d.ts +5 -10
- package/esm/BamAdapter/configSchema.js +2 -7
- package/esm/BamAdapter/forEachMismatchNumeric.d.ts +2 -0
- package/esm/BamAdapter/forEachMismatchNumeric.js +207 -0
- package/esm/BamAdapter/index.js +2 -2
- package/esm/CramAdapter/CramAdapter.d.ts +10 -32
- package/esm/CramAdapter/CramAdapter.js +93 -144
- package/esm/CramAdapter/CramSlightlyLazyFeature.d.ts +6 -2
- package/esm/CramAdapter/CramSlightlyLazyFeature.js +140 -18
- package/esm/CramAdapter/CramTestAdapters.d.ts +3 -2
- package/esm/CramAdapter/CramTestAdapters.js +8 -3
- package/esm/CramAdapter/configSchema.d.ts +2 -7
- package/esm/CramAdapter/configSchema.js +1 -6
- package/esm/CramAdapter/const.d.ts +12 -0
- package/esm/CramAdapter/const.js +12 -0
- package/esm/CramAdapter/index.js +2 -2
- package/esm/CramAdapter/readFeaturesToNumericCIGAR.d.ts +4 -0
- package/esm/CramAdapter/readFeaturesToNumericCIGAR.js +112 -0
- package/esm/HtsgetBamAdapter/HtsgetBamAdapter.d.ts +5 -9
- package/esm/HtsgetBamAdapter/HtsgetBamAdapter.js +13 -15
- package/esm/HtsgetBamAdapter/configSchema.d.ts +2 -7
- package/esm/HtsgetBamAdapter/configSchema.js +0 -5
- package/esm/HtsgetBamAdapter/index.js +2 -2
- package/esm/LinearAlignmentsDisplay/alignmentsModel.d.ts +9 -9
- package/esm/LinearAlignmentsDisplay/alignmentsModel.js +2 -2
- package/esm/LinearAlignmentsDisplay/components/AlignmentsDisplay.d.ts +1 -1
- package/esm/LinearAlignmentsDisplay/components/AlignmentsDisplay.js +19 -9
- package/esm/LinearAlignmentsDisplay/configSchema.d.ts +3 -3
- package/esm/LinearAlignmentsDisplay/index.js +4 -4
- package/esm/LinearAlignmentsDisplay/model.d.ts +173 -48
- package/esm/LinearAlignmentsDisplay/model.js +60 -62
- package/esm/LinearAlignmentsDisplay/renderSvg.d.ts +14 -0
- package/esm/LinearAlignmentsDisplay/renderSvg.js +12 -0
- package/esm/LinearAlignmentsDisplay/util.js +2 -2
- package/esm/LinearPileupDisplay/SharedLinearPileupDisplayMixin.d.ts +1249 -124
- package/esm/LinearPileupDisplay/SharedLinearPileupDisplayMixin.js +120 -89
- package/esm/LinearPileupDisplay/components/ColorByTagDialog.js +1 -1
- package/esm/LinearPileupDisplay/components/GroupByDialog.d.ts +1 -1
- package/esm/LinearPileupDisplay/components/GroupByDialog.js +8 -8
- package/esm/LinearPileupDisplay/components/LinearPileupDisplayBlurb.d.ts +1 -1
- package/esm/LinearPileupDisplay/components/LinearPileupDisplayBlurb.js +2 -3
- package/esm/LinearPileupDisplay/components/SetFeatureHeightDialog.js +1 -1
- package/esm/LinearPileupDisplay/components/SortByTagDialog.js +1 -1
- package/esm/LinearPileupDisplay/configSchema.d.ts +8 -8
- package/esm/LinearPileupDisplay/configSchema.js +2 -2
- package/esm/LinearPileupDisplay/doAfterAttach.d.ts +5 -3
- package/esm/LinearPileupDisplay/doAfterAttach.js +17 -25
- package/esm/LinearPileupDisplay/index.d.ts +3 -3
- package/esm/LinearPileupDisplay/index.js +6 -5
- package/esm/LinearPileupDisplay/model.d.ts +1293 -155
- package/esm/LinearPileupDisplay/model.js +74 -122
- package/esm/LinearPileupDisplay/sharedDoAfterAttach.d.ts +10 -0
- package/esm/LinearPileupDisplay/sharedDoAfterAttach.js +28 -0
- package/esm/LinearReadArcsDisplay/afterAttachRPC.d.ts +2 -0
- package/esm/LinearReadArcsDisplay/afterAttachRPC.js +21 -0
- package/esm/LinearReadArcsDisplay/chainToSimpleFeature.d.ts +3 -0
- package/esm/LinearReadArcsDisplay/chainToSimpleFeature.js +40 -0
- package/esm/LinearReadArcsDisplay/components/{ReactComponent.d.ts → LinearReadArcsReactComponent.d.ts} +1 -1
- package/esm/LinearReadArcsDisplay/components/{ReactComponent.js → LinearReadArcsReactComponent.js} +4 -4
- package/esm/LinearReadArcsDisplay/configSchema.d.ts +5 -5
- package/esm/LinearReadArcsDisplay/configSchema.js +1 -1
- package/esm/LinearReadArcsDisplay/index.js +5 -4
- package/esm/LinearReadArcsDisplay/model.d.ts +225 -69
- package/esm/LinearReadArcsDisplay/model.js +60 -121
- package/esm/LinearReadArcsDisplay/renderSvg.d.ts +3 -0
- package/esm/LinearReadArcsDisplay/renderSvg.js +39 -0
- package/esm/LinearReadCloudDisplay/afterAttachRPC.d.ts +2 -0
- package/esm/LinearReadCloudDisplay/afterAttachRPC.js +56 -0
- package/esm/LinearReadCloudDisplay/components/CloudYScaleBar.d.ts +8 -0
- package/esm/LinearReadCloudDisplay/components/CloudYScaleBar.js +27 -0
- package/{dist/LinearReadCloudDisplay/components/ReactComponent.d.ts → esm/LinearReadCloudDisplay/components/LinearReadCloudReactComponent.d.ts} +1 -1
- package/esm/LinearReadCloudDisplay/components/LinearReadCloudReactComponent.js +252 -0
- package/esm/LinearReadCloudDisplay/components/SetFeatureHeightDialog.js +24 -0
- package/esm/LinearReadCloudDisplay/configSchema.d.ts +28 -5
- package/esm/LinearReadCloudDisplay/configSchema.js +21 -0
- package/esm/LinearReadCloudDisplay/index.js +9 -5
- package/esm/LinearReadCloudDisplay/model.d.ts +343 -61
- package/esm/LinearReadCloudDisplay/model.js +237 -76
- package/esm/LinearReadCloudDisplay/renderSvg.d.ts +3 -0
- package/esm/LinearReadCloudDisplay/renderSvg.js +47 -0
- package/esm/LinearSNPCoverageDisplay/components/ArcTooltipContents.d.ts +4 -0
- package/esm/LinearSNPCoverageDisplay/components/ArcTooltipContents.js +6 -0
- package/esm/LinearSNPCoverageDisplay/components/FilterArcsByScoreDialog.d.ts +7 -0
- package/esm/LinearSNPCoverageDisplay/components/FilterArcsByScoreDialog.js +16 -0
- package/esm/LinearSNPCoverageDisplay/components/SNPCoverageDisplayComponent.d.ts +5 -0
- package/esm/LinearSNPCoverageDisplay/components/SNPCoverageDisplayComponent.js +9 -0
- package/esm/LinearSNPCoverageDisplay/components/SashimiArcs.d.ts +10 -0
- package/esm/LinearSNPCoverageDisplay/components/SashimiArcs.js +169 -0
- package/esm/LinearSNPCoverageDisplay/components/Tooltip.d.ts +9 -3
- package/esm/LinearSNPCoverageDisplay/components/Tooltip.js +31 -7
- package/esm/LinearSNPCoverageDisplay/components/TooltipContents.d.ts +13 -6
- package/esm/LinearSNPCoverageDisplay/components/TooltipContents.js +191 -35
- package/esm/LinearSNPCoverageDisplay/components/arcUtils.d.ts +18 -0
- package/esm/LinearSNPCoverageDisplay/components/arcUtils.js +42 -0
- package/esm/LinearSNPCoverageDisplay/components/renderSvg.d.ts +10 -0
- package/esm/LinearSNPCoverageDisplay/components/renderSvg.js +32 -0
- package/esm/LinearSNPCoverageDisplay/configSchema.d.ts +7 -7
- package/esm/LinearSNPCoverageDisplay/configSchema.js +2 -2
- package/esm/LinearSNPCoverageDisplay/index.js +5 -4
- package/esm/LinearSNPCoverageDisplay/model.d.ts +302 -59
- package/esm/LinearSNPCoverageDisplay/model.js +162 -66
- package/esm/MismatchParser/cigarToMismatches.d.ts +1 -1
- package/esm/MismatchParser/cigarToMismatches.js +6 -8
- package/esm/MismatchParser/cigarToMismatches2.d.ts +2 -0
- package/{dist/MismatchParser/cigarToMismatches.js → esm/MismatchParser/cigarToMismatches2.js} +23 -27
- package/esm/MismatchParser/getNextRefPos.d.ts +1 -1
- package/esm/MismatchParser/getNextRefPos.js +13 -11
- package/esm/MismatchParser/index.d.ts +6 -3
- package/esm/MismatchParser/index.js +49 -11
- package/esm/MismatchParser/mdToMismatches.d.ts +1 -1
- package/esm/MismatchParser/mdToMismatches.js +87 -53
- package/esm/MismatchParser/mdToMismatches2.d.ts +2 -0
- package/esm/MismatchParser/mdToMismatches2.js +96 -0
- package/esm/ModificationParser/detectSimplexModifications.d.ts +4 -0
- package/esm/ModificationParser/detectSimplexModifications.js +17 -0
- package/esm/ModificationParser/getMethBins.d.ts +1 -1
- package/esm/ModificationParser/getMethBins.js +5 -5
- package/esm/ModificationParser/getModPositions.d.ts +1 -1
- package/esm/ModificationParser/getModPositions.js +14 -17
- package/esm/ModificationParser/getModProbabilities.js +1 -1
- package/esm/ModificationParser/getModTypes.js +1 -1
- package/esm/PileupRPC/base.js +1 -2
- package/esm/PileupRPC/index.js +1 -2
- package/esm/PileupRPC/methods/GetGlobalValueForTag.d.ts +1 -1
- package/esm/PileupRPC/methods/GetGlobalValueForTag.js +3 -6
- package/esm/PileupRPC/methods/GetVisibleModifications.d.ts +6 -3
- package/esm/PileupRPC/methods/GetVisibleModifications.js +20 -10
- package/esm/PileupRPC/rpcMethods.d.ts +2 -3
- package/esm/PileupRPC/rpcMethods.js +2 -3
- package/esm/PileupRenderer/PileupLayoutSession.d.ts +9 -9
- package/esm/PileupRenderer/PileupLayoutSession.js +18 -5
- package/esm/PileupRenderer/PileupRenderer.d.ts +5 -42
- package/esm/PileupRenderer/PileupRenderer.js +25 -70
- package/esm/PileupRenderer/colorBy.js +2 -2
- package/esm/PileupRenderer/components/PileupRendering.d.ts +9 -16
- package/esm/PileupRenderer/components/PileupRendering.js +152 -105
- package/esm/PileupRenderer/components/PileupTooltip.d.ts +10 -0
- package/esm/PileupRenderer/components/PileupTooltip.js +12 -0
- package/esm/PileupRenderer/components/util.d.ts +7 -0
- package/esm/PileupRenderer/components/util.js +17 -0
- package/esm/PileupRenderer/configSchema.d.ts +14 -4
- package/esm/PileupRenderer/configSchema.js +11 -1
- package/esm/PileupRenderer/index.js +4 -4
- package/esm/PileupRenderer/layoutFeature.d.ts +4 -12
- package/esm/PileupRenderer/layoutFeature.js +13 -18
- package/esm/PileupRenderer/layoutFeatures.d.ts +2 -2
- package/esm/PileupRenderer/layoutFeatures.js +21 -16
- package/esm/PileupRenderer/makeImageData.d.ts +20 -14
- package/esm/PileupRenderer/makeImageData.js +96 -14
- package/esm/PileupRenderer/renderers/cigarUtil.d.ts +18 -0
- package/esm/PileupRenderer/renderers/cigarUtil.js +23 -0
- package/esm/PileupRenderer/{getAlignmentShapeColor.js → renderers/getAlignmentShapeColor.js} +2 -2
- package/esm/PileupRenderer/{renderAlignment.d.ts → renderers/renderAlignment.d.ts} +6 -3
- package/esm/PileupRenderer/{renderAlignment.js → renderers/renderAlignment.js} +31 -26
- package/esm/PileupRenderer/renderers/renderAlignmentShape.d.ts +10 -0
- package/esm/PileupRenderer/renderers/renderAlignmentShape.js +165 -0
- package/esm/PileupRenderer/{renderMethylation.d.ts → renderers/renderMethylation.d.ts} +8 -6
- package/esm/PileupRenderer/renderers/renderMethylation.js +97 -0
- package/esm/PileupRenderer/renderers/renderMismatchesCallback.d.ts +32 -0
- package/esm/PileupRenderer/renderers/renderMismatchesCallback.js +304 -0
- package/esm/PileupRenderer/renderers/renderModifications.d.ts +20 -0
- package/esm/PileupRenderer/renderers/renderModifications.js +99 -0
- package/{dist/PileupRenderer → esm/PileupRenderer/renderers}/renderPerBaseLettering.d.ts +2 -2
- package/esm/PileupRenderer/renderers/renderPerBaseLettering.js +59 -0
- package/{dist/PileupRenderer → esm/PileupRenderer/renderers}/renderPerBaseQuality.d.ts +3 -4
- package/esm/PileupRenderer/renderers/renderPerBaseQuality.js +48 -0
- package/{dist/PileupRenderer → esm/PileupRenderer/renderers}/renderSoftClipping.d.ts +2 -2
- package/esm/PileupRenderer/renderers/renderSoftClipping.js +75 -0
- package/esm/PileupRenderer/sortUtil.d.ts +2 -2
- package/esm/PileupRenderer/sortUtil.js +34 -22
- package/esm/PileupRenderer/types.d.ts +32 -1
- package/esm/PileupRenderer/types.js +71 -1
- package/esm/PileupRenderer/util.d.ts +1 -22
- package/esm/PileupRenderer/util.js +12 -38
- package/esm/RenderLinearReadArcsDisplayRPC/RenderLinearReadArcsDisplay.d.ts +34 -0
- package/esm/RenderLinearReadArcsDisplayRPC/RenderLinearReadArcsDisplay.js +49 -0
- package/esm/RenderLinearReadArcsDisplayRPC/drawFeatsRPC.d.ts +24 -0
- package/esm/RenderLinearReadArcsDisplayRPC/drawFeatsRPC.js +156 -0
- package/esm/RenderLinearReadArcsDisplayRPC/executeRenderLinearReadArcsDisplay.d.ts +6 -0
- package/esm/RenderLinearReadArcsDisplayRPC/executeRenderLinearReadArcsDisplay.js +105 -0
- package/{dist/GuessAlignmentsTypes → esm/RenderLinearReadArcsDisplayRPC}/index.d.ts +1 -1
- package/esm/RenderLinearReadArcsDisplayRPC/index.js +4 -0
- package/esm/RenderLinearReadCloudDisplayRPC/RenderLinearReadCloudDisplay.d.ts +43 -0
- package/esm/RenderLinearReadCloudDisplayRPC/RenderLinearReadCloudDisplay.js +49 -0
- package/esm/RenderLinearReadCloudDisplayRPC/drawChainsUtil.d.ts +82 -0
- package/esm/RenderLinearReadCloudDisplayRPC/drawChainsUtil.js +164 -0
- package/esm/RenderLinearReadCloudDisplayRPC/drawFeatsCloud.d.ts +17 -0
- package/esm/RenderLinearReadCloudDisplayRPC/drawFeatsCloud.js +53 -0
- package/esm/RenderLinearReadCloudDisplayRPC/drawFeatsCommon.d.ts +72 -0
- package/esm/RenderLinearReadCloudDisplayRPC/drawFeatsCommon.js +277 -0
- package/esm/RenderLinearReadCloudDisplayRPC/drawFeatsStack.d.ts +5 -0
- package/esm/RenderLinearReadCloudDisplayRPC/drawFeatsStack.js +16 -0
- package/esm/RenderLinearReadCloudDisplayRPC/drawLongReadChains.d.ts +27 -0
- package/esm/RenderLinearReadCloudDisplayRPC/drawLongReadChains.js +101 -0
- package/esm/RenderLinearReadCloudDisplayRPC/drawPairChains.d.ts +27 -0
- package/esm/RenderLinearReadCloudDisplayRPC/drawPairChains.js +95 -0
- package/esm/RenderLinearReadCloudDisplayRPC/executeRenderLinearReadCloudDisplay.d.ts +6 -0
- package/esm/RenderLinearReadCloudDisplayRPC/executeRenderLinearReadCloudDisplay.js +142 -0
- package/esm/RenderLinearReadCloudDisplayRPC/index.d.ts +2 -0
- package/esm/RenderLinearReadCloudDisplayRPC/index.js +4 -0
- package/esm/SNPCoverageAdapter/SNPCoverageAdapter.d.ts +18 -3
- package/esm/SNPCoverageAdapter/SNPCoverageAdapter.js +205 -37
- package/esm/SNPCoverageAdapter/configSchema.d.ts +6 -2
- package/esm/SNPCoverageAdapter/configSchema.js +4 -0
- package/esm/SNPCoverageAdapter/generateCoverageBinsPrefixSum.d.ts +26 -0
- package/esm/SNPCoverageAdapter/generateCoverageBinsPrefixSum.js +438 -0
- package/esm/SNPCoverageAdapter/index.js +2 -2
- package/esm/SNPCoverageAdapter/processDepthPrefixSum.d.ts +10 -0
- package/esm/SNPCoverageAdapter/processDepthPrefixSum.js +55 -0
- package/esm/SNPCoverageAdapter/processModifications.d.ts +1 -1
- package/esm/SNPCoverageAdapter/processModifications.js +34 -36
- package/esm/SNPCoverageAdapter/processReferenceCpGs.d.ts +2 -3
- package/esm/SNPCoverageAdapter/processReferenceCpGs.js +46 -44
- package/esm/SNPCoverageAdapter/util.d.ts +9 -5
- package/esm/SNPCoverageAdapter/util.js +48 -28
- package/esm/SNPCoverageRenderer/SNPCoverageRenderer.d.ts +14 -4
- package/esm/SNPCoverageRenderer/SNPCoverageRenderer.js +29 -8
- package/esm/SNPCoverageRenderer/WiggleRendering.d.ts +14 -0
- package/esm/SNPCoverageRenderer/WiggleRendering.js +33 -0
- package/esm/SNPCoverageRenderer/calculateModificationCounts.d.ts +20 -0
- package/esm/SNPCoverageRenderer/calculateModificationCounts.js +22 -0
- package/esm/SNPCoverageRenderer/components/SNPCoverageRendering.d.ts +18 -0
- package/esm/SNPCoverageRenderer/components/SNPCoverageRendering.js +114 -0
- package/esm/SNPCoverageRenderer/configSchema.d.ts +2 -2
- package/esm/SNPCoverageRenderer/index.js +4 -4
- package/esm/SNPCoverageRenderer/makeImage.d.ts +2 -2
- package/esm/SNPCoverageRenderer/makeImage.js +384 -201
- package/esm/SNPCoverageRenderer/types.d.ts +55 -5
- package/esm/SNPCoverageRenderer/types.js +103 -1
- package/esm/SVGErrorBox.d.ts +5 -0
- package/esm/SVGErrorBox.js +4 -0
- package/esm/index.d.ts +3 -3
- package/esm/index.js +23 -21
- package/esm/saveTrackFormats/sam.d.ts +6 -0
- package/esm/saveTrackFormats/sam.js +42 -0
- package/esm/shared/LinearReadArcsDisplaySettingsMixin.d.ts +14 -0
- package/esm/shared/LinearReadArcsDisplaySettingsMixin.js +33 -0
- package/esm/shared/LinearReadDisplayBaseMixin.d.ts +33 -0
- package/esm/shared/LinearReadDisplayBaseMixin.js +31 -0
- package/esm/shared/LinearReadDisplayWithLayoutMixin.d.ts +16 -0
- package/esm/shared/LinearReadDisplayWithLayoutMixin.js +29 -0
- package/esm/shared/LinearReadDisplayWithPairFiltersMixin.d.ts +11 -0
- package/esm/shared/LinearReadDisplayWithPairFiltersMixin.js +24 -0
- package/esm/shared/SharedModificationsMixin.d.ts +12 -0
- package/esm/shared/SharedModificationsMixin.js +40 -0
- package/esm/shared/afterAttach.d.ts +1 -1
- package/esm/shared/afterAttach.js +4 -7
- package/esm/shared/arcUtils.d.ts +20 -0
- package/esm/shared/arcUtils.js +73 -0
- package/{dist/LinearReadCloudDisplay/util.d.ts → esm/shared/canvasUtils.d.ts} +1 -1
- package/esm/{LinearReadCloudDisplay/util.js → shared/canvasUtils.js} +9 -14
- package/esm/shared/chevron.d.ts +1 -0
- package/esm/shared/chevron.js +24 -0
- package/esm/shared/color.d.ts +54 -11
- package/esm/shared/color.js +121 -25
- package/esm/shared/components/FilterByTagDialog.d.ts +1 -1
- package/esm/shared/components/FilterByTagDialog.js +4 -5
- package/esm/shared/components/SetFeatureHeightDialog.d.ts +10 -0
- package/esm/shared/components/SetFeatureHeightDialog.js +24 -0
- package/esm/{LinearPileupDisplay → shared}/components/SetMaxHeightDialog.js +3 -3
- package/esm/shared/components/SetModificationThresholdDialog.d.ts +10 -0
- package/esm/shared/components/SetModificationThresholdDialog.js +37 -0
- package/esm/shared/createRPCRenderingSetup.d.ts +37 -0
- package/esm/shared/createRPCRenderingSetup.js +82 -0
- package/esm/shared/decodeSeq.d.ts +2 -0
- package/esm/shared/decodeSeq.js +26 -0
- package/esm/shared/flatbushType.d.ts +25 -0
- package/esm/shared/flatbushType.js +1 -0
- package/esm/shared/forEachMismatchTypes.d.ts +18 -0
- package/esm/shared/forEachMismatchTypes.js +24 -0
- package/esm/shared/getMaximumModificationAtEachPosition.d.ts +1 -1
- package/esm/shared/getMaximumModificationAtEachPosition.js +6 -7
- package/esm/shared/getUniqueModifications.d.ts +9 -4
- package/esm/shared/getUniqueModifications.js +3 -2
- package/esm/shared/getUniqueTags.d.ts +2 -2
- package/esm/shared/getUniqueTags.js +2 -1
- package/{dist/PileupRPC/util.d.ts → esm/shared/insertSizeStats.d.ts} +2 -2
- package/esm/shared/insertSizeStats.js +23 -0
- package/esm/shared/legendUtils.d.ts +8 -0
- package/esm/shared/legendUtils.js +123 -0
- package/esm/shared/menuItems.d.ts +119 -0
- package/esm/shared/menuItems.js +252 -0
- package/esm/shared/modificationData.d.ts +6 -0
- package/esm/shared/modificationData.js +17 -0
- package/esm/shared/primaryStrand.d.ts +3 -0
- package/esm/shared/primaryStrand.js +22 -0
- package/esm/shared/samFlags.d.ts +12 -0
- package/esm/shared/samFlags.js +12 -0
- package/esm/shared/setupModificationsAutorun.d.ts +11 -0
- package/esm/shared/setupModificationsAutorun.js +27 -0
- package/esm/shared/types.d.ts +69 -6
- package/esm/shared/util.d.ts +54 -1
- package/esm/shared/util.js +122 -1
- package/esm/svgExportUtil.d.ts +9 -0
- package/esm/svgExportUtil.js +6 -0
- package/esm/util.d.ts +3 -8
- package/esm/util.js +8 -23
- package/package.json +33 -38
- package/dist/AlignmentsFeatureDetail/AlignmentsFeatureDetail.d.ts +0 -5
- package/dist/AlignmentsFeatureDetail/AlignmentsFeatureDetail.js +0 -63
- package/dist/AlignmentsFeatureDetail/BreakendMultiLevelOptionDialog.d.ts +0 -1
- package/dist/AlignmentsFeatureDetail/BreakendMultiLevelOptionDialog.js +0 -5
- package/dist/AlignmentsFeatureDetail/BreakendSingleLevelOptionDialog.d.ts +0 -1
- package/dist/AlignmentsFeatureDetail/BreakendSingleLevelOptionDialog.js +0 -5
- package/dist/AlignmentsFeatureDetail/Flags.d.ts +0 -3
- package/dist/AlignmentsFeatureDetail/Flags.js +0 -41
- package/dist/AlignmentsFeatureDetail/Formatter.d.ts +0 -3
- package/dist/AlignmentsFeatureDetail/Formatter.js +0 -23
- package/dist/AlignmentsFeatureDetail/LaunchPairedEndBreakpointSplitViewPanel.d.ts +0 -6
- package/dist/AlignmentsFeatureDetail/LaunchPairedEndBreakpointSplitViewPanel.js +0 -84
- package/dist/AlignmentsFeatureDetail/LaunchSupplementaryAlignmentBreakpointSplitViewPanel.d.ts +0 -6
- package/dist/AlignmentsFeatureDetail/LaunchSupplementaryAlignmentBreakpointSplitViewPanel.js +0 -107
- package/dist/AlignmentsFeatureDetail/LinkedPairedAlignments.d.ts +0 -6
- package/dist/AlignmentsFeatureDetail/LinkedPairedAlignments.js +0 -22
- package/dist/AlignmentsFeatureDetail/PairLink.d.ts +0 -5
- package/dist/AlignmentsFeatureDetail/PairLink.js +0 -12
- package/dist/AlignmentsFeatureDetail/SupplementaryAlignments.d.ts +0 -7
- package/dist/AlignmentsFeatureDetail/SupplementaryAlignments.js +0 -23
- package/dist/AlignmentsFeatureDetail/SupplementaryAlignmentsLocStrings.d.ts +0 -5
- package/dist/AlignmentsFeatureDetail/SupplementaryAlignmentsLocStrings.js +0 -29
- package/dist/AlignmentsFeatureDetail/configSchema.d.ts +0 -1
- package/dist/AlignmentsFeatureDetail/configSchema.js +0 -5
- package/dist/AlignmentsFeatureDetail/getSAFeatures.d.ts +0 -23
- package/dist/AlignmentsFeatureDetail/getSAFeatures.js +0 -36
- package/dist/AlignmentsFeatureDetail/index.d.ts +0 -2
- package/dist/AlignmentsFeatureDetail/index.js +0 -52
- package/dist/AlignmentsFeatureDetail/launchBreakpointSplitView.d.ts +0 -22
- package/dist/AlignmentsFeatureDetail/launchBreakpointSplitView.js +0 -49
- package/dist/AlignmentsFeatureDetail/stateModelFactory.d.ts +0 -103
- package/dist/AlignmentsFeatureDetail/stateModelFactory.js +0 -10
- package/dist/AlignmentsFeatureDetail/tagInfo.d.ts +0 -63
- package/dist/AlignmentsFeatureDetail/tagInfo.js +0 -66
- package/dist/AlignmentsFeatureDetail/util.d.ts +0 -6
- package/dist/AlignmentsFeatureDetail/util.js +0 -25
- package/dist/AlignmentsTrack/configSchemaF.d.ts +0 -79
- package/dist/AlignmentsTrack/configSchemaF.js +0 -11
- package/dist/AlignmentsTrack/index.d.ts +0 -2
- package/dist/AlignmentsTrack/index.js +0 -23
- package/dist/BamAdapter/BamAdapter.d.ts +0 -44
- package/dist/BamAdapter/BamAdapter.js +0 -181
- package/dist/BamAdapter/BamSlightlyLazyFeature.d.ts +0 -17
- package/dist/BamAdapter/BamSlightlyLazyFeature.js +0 -69
- package/dist/BamAdapter/configSchema.d.ts +0 -34
- package/dist/BamAdapter/configSchema.js +0 -58
- package/dist/BamAdapter/index.d.ts +0 -2
- package/dist/BamAdapter/index.js +0 -51
- package/dist/CramAdapter/CramAdapter.d.ts +0 -53
- package/dist/CramAdapter/CramAdapter.js +0 -228
- package/dist/CramAdapter/CramSlightlyLazyFeature.d.ts +0 -33
- package/dist/CramAdapter/CramSlightlyLazyFeature.js +0 -124
- package/dist/CramAdapter/CramTestAdapters.d.ts +0 -28
- package/dist/CramAdapter/CramTestAdapters.js +0 -85
- package/dist/CramAdapter/configSchema.d.ts +0 -27
- package/dist/CramAdapter/configSchema.js +0 -48
- package/dist/CramAdapter/index.d.ts +0 -2
- package/dist/CramAdapter/index.js +0 -51
- package/dist/CramAdapter/util.d.ts +0 -9
- package/dist/CramAdapter/util.js +0 -213
- package/dist/GuessAlignmentsTypes/index.js +0 -41
- package/dist/HtsgetBamAdapter/HtsgetBamAdapter.d.ts +0 -12
- package/dist/HtsgetBamAdapter/HtsgetBamAdapter.js +0 -27
- package/dist/HtsgetBamAdapter/configSchema.d.ts +0 -18
- package/dist/HtsgetBamAdapter/configSchema.js +0 -22
- package/dist/HtsgetBamAdapter/index.d.ts +0 -2
- package/dist/HtsgetBamAdapter/index.js +0 -54
- package/dist/LinearAlignmentsDisplay/alignmentsModel.d.ts +0 -12
- package/dist/LinearAlignmentsDisplay/alignmentsModel.js +0 -18
- package/dist/LinearAlignmentsDisplay/components/AlignmentsDisplay.d.ts +0 -5
- package/dist/LinearAlignmentsDisplay/components/AlignmentsDisplay.js +0 -31
- package/dist/LinearAlignmentsDisplay/configSchema.d.ts +0 -36
- package/dist/LinearAlignmentsDisplay/configSchema.js +0 -19
- package/dist/LinearAlignmentsDisplay/index.d.ts +0 -2
- package/dist/LinearAlignmentsDisplay/index.js +0 -24
- package/dist/LinearAlignmentsDisplay/model.d.ts +0 -126
- package/dist/LinearAlignmentsDisplay/model.js +0 -222
- package/dist/LinearAlignmentsDisplay/util.d.ts +0 -2
- package/dist/LinearAlignmentsDisplay/util.js +0 -9
- package/dist/LinearPileupDisplay/SharedLinearPileupDisplayMixin.d.ts +0 -394
- package/dist/LinearPileupDisplay/SharedLinearPileupDisplayMixin.js +0 -524
- package/dist/LinearPileupDisplay/components/ColorByTagDialog.d.ts +0 -11
- package/dist/LinearPileupDisplay/components/ColorByTagDialog.js +0 -20
- package/dist/LinearPileupDisplay/components/GroupByDialog.d.ts +0 -10
- package/dist/LinearPileupDisplay/components/GroupByDialog.js +0 -145
- package/dist/LinearPileupDisplay/components/LinearPileupDisplayBlurb.d.ts +0 -7
- package/dist/LinearPileupDisplay/components/LinearPileupDisplayBlurb.js +0 -11
- package/dist/LinearPileupDisplay/components/SetFeatureHeightDialog.js +0 -26
- package/dist/LinearPileupDisplay/components/SetMaxHeightDialog.js +0 -28
- package/dist/LinearPileupDisplay/components/SortByTagDialog.d.ts +0 -7
- package/dist/LinearPileupDisplay/components/SortByTagDialog.js +0 -26
- package/dist/LinearPileupDisplay/configSchema.d.ts +0 -61
- package/dist/LinearPileupDisplay/configSchema.js +0 -40
- package/dist/LinearPileupDisplay/doAfterAttach.d.ts +0 -20
- package/dist/LinearPileupDisplay/doAfterAttach.js +0 -71
- package/dist/LinearPileupDisplay/index.d.ts +0 -5
- package/dist/LinearPileupDisplay/index.js +0 -32
- package/dist/LinearPileupDisplay/model.d.ts +0 -497
- package/dist/LinearPileupDisplay/model.js +0 -364
- package/dist/LinearReadArcsDisplay/components/ReactComponent.d.ts +0 -5
- package/dist/LinearReadArcsDisplay/components/ReactComponent.js +0 -23
- package/dist/LinearReadArcsDisplay/configSchema.d.ts +0 -61
- package/dist/LinearReadArcsDisplay/configSchema.js +0 -36
- package/dist/LinearReadArcsDisplay/drawFeats.d.ts +0 -2
- package/dist/LinearReadArcsDisplay/drawFeats.js +0 -152
- package/dist/LinearReadArcsDisplay/index.d.ts +0 -2
- package/dist/LinearReadArcsDisplay/index.js +0 -58
- package/dist/LinearReadArcsDisplay/model.d.ts +0 -196
- package/dist/LinearReadArcsDisplay/model.js +0 -280
- package/dist/LinearReadArcsDisplay/util.d.ts +0 -2
- package/dist/LinearReadArcsDisplay/util.js +0 -11
- package/dist/LinearReadCloudDisplay/components/ReactComponent.js +0 -23
- package/dist/LinearReadCloudDisplay/configSchema.d.ts +0 -48
- package/dist/LinearReadCloudDisplay/configSchema.js +0 -25
- package/dist/LinearReadCloudDisplay/drawFeats.d.ts +0 -2
- package/dist/LinearReadCloudDisplay/drawFeats.js +0 -27
- package/dist/LinearReadCloudDisplay/drawLongReadChains.d.ts +0 -11
- package/dist/LinearReadCloudDisplay/drawLongReadChains.js +0 -64
- package/dist/LinearReadCloudDisplay/drawPairChains.d.ts +0 -17
- package/dist/LinearReadCloudDisplay/drawPairChains.js +0 -94
- package/dist/LinearReadCloudDisplay/index.d.ts +0 -2
- package/dist/LinearReadCloudDisplay/index.js +0 -58
- package/dist/LinearReadCloudDisplay/model.d.ts +0 -175
- package/dist/LinearReadCloudDisplay/model.js +0 -198
- package/dist/LinearReadCloudDisplay/util.js +0 -32
- package/dist/LinearSNPCoverageDisplay/components/Tooltip.d.ts +0 -12
- package/dist/LinearSNPCoverageDisplay/components/Tooltip.js +0 -15
- package/dist/LinearSNPCoverageDisplay/components/TooltipContents.d.ts +0 -11
- package/dist/LinearSNPCoverageDisplay/components/TooltipContents.js +0 -48
- package/dist/LinearSNPCoverageDisplay/configSchema.d.ts +0 -80
- package/dist/LinearSNPCoverageDisplay/configSchema.js +0 -62
- package/dist/LinearSNPCoverageDisplay/index.d.ts +0 -2
- package/dist/LinearSNPCoverageDisplay/index.js +0 -24
- package/dist/LinearSNPCoverageDisplay/model.d.ts +0 -111
- package/dist/LinearSNPCoverageDisplay/model.js +0 -262
- package/dist/MismatchParser/cigarToMismatches.d.ts +0 -2
- package/dist/MismatchParser/getNextRefPos.d.ts +0 -4
- package/dist/MismatchParser/getNextRefPos.js +0 -38
- package/dist/MismatchParser/index.d.ts +0 -27
- package/dist/MismatchParser/index.js +0 -145
- package/dist/MismatchParser/mdToMismatches.d.ts +0 -2
- package/dist/MismatchParser/mdToMismatches.js +0 -74
- package/dist/ModificationParser/consts.d.ts +0 -1
- package/dist/ModificationParser/consts.js +0 -4
- package/dist/ModificationParser/getMethBins.d.ts +0 -7
- package/dist/ModificationParser/getMethBins.js +0 -49
- package/dist/ModificationParser/getModPositions.d.ts +0 -6
- package/dist/ModificationParser/getModPositions.js +0 -64
- package/dist/ModificationParser/getModProbabilities.d.ts +0 -2
- package/dist/ModificationParser/getModProbabilities.js +0 -34
- package/dist/ModificationParser/getModTypes.d.ts +0 -5
- package/dist/ModificationParser/getModTypes.js +0 -35
- package/dist/PileupRPC/base.d.ts +0 -8
- package/dist/PileupRPC/base.js +0 -20
- package/dist/PileupRPC/index.d.ts +0 -2
- package/dist/PileupRPC/index.js +0 -9
- package/dist/PileupRPC/methods/GetGlobalValueForTag.d.ts +0 -13
- package/dist/PileupRPC/methods/GetGlobalValueForTag.js +0 -29
- package/dist/PileupRPC/methods/GetReducedFeatures.d.ts +0 -37
- package/dist/PileupRPC/methods/GetReducedFeatures.js +0 -54
- package/dist/PileupRPC/methods/GetVisibleModifications.d.ts +0 -14
- package/dist/PileupRPC/methods/GetVisibleModifications.js +0 -36
- package/dist/PileupRPC/rpcMethods.d.ts +0 -3
- package/dist/PileupRPC/rpcMethods.js +0 -12
- package/dist/PileupRPC/util.js +0 -18
- package/dist/PileupRenderer/PileupLayoutSession.d.ts +0 -23
- package/dist/PileupRenderer/PileupLayoutSession.js +0 -35
- package/dist/PileupRenderer/PileupRenderer.d.ts +0 -48
- package/dist/PileupRenderer/PileupRenderer.js +0 -129
- package/dist/PileupRenderer/colorBy.d.ts +0 -7
- package/dist/PileupRenderer/colorBy.js +0 -61
- package/dist/PileupRenderer/components/PileupRendering.d.ts +0 -26
- package/dist/PileupRenderer/components/PileupRendering.js +0 -136
- package/dist/PileupRenderer/configSchema.d.ts +0 -62
- package/dist/PileupRenderer/configSchema.js +0 -71
- package/dist/PileupRenderer/getAlignmentShapeColor.js +0 -61
- package/dist/PileupRenderer/index.d.ts +0 -2
- package/dist/PileupRenderer/index.js +0 -20
- package/dist/PileupRenderer/layoutFeature.d.ts +0 -18
- package/dist/PileupRenderer/layoutFeature.js +0 -42
- package/dist/PileupRenderer/layoutFeatures.d.ts +0 -5
- package/dist/PileupRenderer/layoutFeatures.js +0 -29
- package/dist/PileupRenderer/makeImageData.d.ts +0 -14
- package/dist/PileupRenderer/makeImageData.js +0 -66
- package/dist/PileupRenderer/renderAlignment.d.ts +0 -13
- package/dist/PileupRenderer/renderAlignment.js +0 -81
- package/dist/PileupRenderer/renderAlignmentShape.d.ts +0 -7
- package/dist/PileupRenderer/renderAlignmentShape.js +0 -120
- package/dist/PileupRenderer/renderMethylation.d.ts +0 -12
- package/dist/PileupRenderer/renderMethylation.js +0 -60
- package/dist/PileupRenderer/renderMismatches.d.ts +0 -18
- package/dist/PileupRenderer/renderMismatches.js +0 -124
- package/dist/PileupRenderer/renderModifications.d.ts +0 -12
- package/dist/PileupRenderer/renderModifications.js +0 -44
- package/dist/PileupRenderer/renderPerBaseLettering.js +0 -42
- package/dist/PileupRenderer/renderPerBaseQuality.js +0 -35
- package/dist/PileupRenderer/renderSoftClipping.js +0 -59
- package/dist/PileupRenderer/sortUtil.d.ts +0 -3
- package/dist/PileupRenderer/sortUtil.js +0 -80
- package/dist/PileupRenderer/types.d.ts +0 -27
- package/dist/PileupRenderer/types.js +0 -2
- package/dist/PileupRenderer/util.d.ts +0 -28
- package/dist/PileupRenderer/util.js +0 -49
- package/dist/SNPCoverageAdapter/SNPCoverageAdapter.d.ts +0 -14
- package/dist/SNPCoverageAdapter/SNPCoverageAdapter.js +0 -89
- package/dist/SNPCoverageAdapter/configSchema.d.ts +0 -7
- package/dist/SNPCoverageAdapter/configSchema.js +0 -11
- package/dist/SNPCoverageAdapter/generateCoverageBins.d.ts +0 -13
- package/dist/SNPCoverageAdapter/generateCoverageBins.js +0 -86
- package/dist/SNPCoverageAdapter/index.d.ts +0 -2
- package/dist/SNPCoverageAdapter/index.js +0 -54
- package/dist/SNPCoverageAdapter/processDepth.d.ts +0 -8
- package/dist/SNPCoverageAdapter/processDepth.js +0 -38
- package/dist/SNPCoverageAdapter/processMismatches.d.ts +0 -9
- package/dist/SNPCoverageAdapter/processMismatches.js +0 -58
- package/dist/SNPCoverageAdapter/processModifications.d.ts +0 -10
- package/dist/SNPCoverageAdapter/processModifications.js +0 -50
- package/dist/SNPCoverageAdapter/processReferenceCpGs.d.ts +0 -9
- package/dist/SNPCoverageAdapter/processReferenceCpGs.js +0 -63
- package/dist/SNPCoverageAdapter/util.d.ts +0 -10
- package/dist/SNPCoverageAdapter/util.js +0 -41
- package/dist/SNPCoverageRenderer/SNPCoverageRenderer.d.ts +0 -5
- package/dist/SNPCoverageRenderer/SNPCoverageRenderer.js +0 -46
- package/dist/SNPCoverageRenderer/configSchema.d.ts +0 -33
- package/dist/SNPCoverageRenderer/configSchema.js +0 -37
- package/dist/SNPCoverageRenderer/index.d.ts +0 -2
- package/dist/SNPCoverageRenderer/index.js +0 -17
- package/dist/SNPCoverageRenderer/makeImage.d.ts +0 -2
- package/dist/SNPCoverageRenderer/makeImage.js +0 -259
- package/dist/SNPCoverageRenderer/types.d.ts +0 -20
- package/dist/SNPCoverageRenderer/types.js +0 -2
- package/dist/index.d.ts +0 -9
- package/dist/index.js +0 -89
- package/dist/shared/afterAttach.d.ts +0 -2
- package/dist/shared/afterAttach.js +0 -40
- package/dist/shared/color.d.ts +0 -58
- package/dist/shared/color.js +0 -79
- package/dist/shared/components/BaseDisplayComponent.d.ts +0 -7
- package/dist/shared/components/BaseDisplayComponent.js +0 -44
- package/dist/shared/components/FilterByTagDialog.d.ts +0 -9
- package/dist/shared/components/FilterByTagDialog.js +0 -88
- package/dist/shared/fetchChains.d.ts +0 -28
- package/dist/shared/fetchChains.js +0 -22
- package/dist/shared/getMaximumModificationAtEachPosition.d.ts +0 -8
- package/dist/shared/getMaximumModificationAtEachPosition.js +0 -42
- package/dist/shared/getUniqueModifications.d.ts +0 -15
- package/dist/shared/getUniqueModifications.js +0 -22
- package/dist/shared/getUniqueTags.d.ts +0 -15
- package/dist/shared/getUniqueTags.js +0 -18
- package/dist/shared/renderSvgUtil.d.ts +0 -6
- package/dist/shared/renderSvgUtil.js +0 -66
- package/dist/shared/types.d.ts +0 -94
- package/dist/shared/types.js +0 -2
- package/dist/shared/util.d.ts +0 -20
- package/dist/shared/util.js +0 -63
- package/dist/util.d.ts +0 -30
- package/dist/util.js +0 -125
- package/esm/AlignmentsFeatureDetail/BreakendMultiLevelOptionDialog.d.ts +0 -1
- package/esm/AlignmentsFeatureDetail/BreakendMultiLevelOptionDialog.js +0 -1
- package/esm/AlignmentsFeatureDetail/BreakendSingleLevelOptionDialog.d.ts +0 -1
- package/esm/AlignmentsFeatureDetail/BreakendSingleLevelOptionDialog.js +0 -1
- package/esm/CramAdapter/util.d.ts +0 -9
- package/esm/CramAdapter/util.js +0 -209
- package/esm/LinearPileupDisplay/components/SetMaxHeightDialog.d.ts +0 -8
- package/esm/LinearReadArcsDisplay/drawFeats.d.ts +0 -2
- package/esm/LinearReadArcsDisplay/drawFeats.js +0 -149
- package/esm/LinearReadArcsDisplay/util.d.ts +0 -2
- package/esm/LinearReadArcsDisplay/util.js +0 -8
- package/esm/LinearReadCloudDisplay/components/ReactComponent.d.ts +0 -5
- package/esm/LinearReadCloudDisplay/components/ReactComponent.js +0 -18
- package/esm/LinearReadCloudDisplay/drawFeats.d.ts +0 -2
- package/esm/LinearReadCloudDisplay/drawFeats.js +0 -24
- package/esm/LinearReadCloudDisplay/drawLongReadChains.d.ts +0 -11
- package/esm/LinearReadCloudDisplay/drawLongReadChains.js +0 -61
- package/esm/LinearReadCloudDisplay/drawPairChains.d.ts +0 -17
- package/esm/LinearReadCloudDisplay/drawPairChains.js +0 -90
- package/esm/LinearReadCloudDisplay/util.d.ts +0 -2
- package/esm/PileupRPC/methods/GetReducedFeatures.d.ts +0 -37
- package/esm/PileupRPC/methods/GetReducedFeatures.js +0 -48
- package/esm/PileupRPC/util.d.ts +0 -8
- package/esm/PileupRPC/util.js +0 -14
- package/esm/PileupRenderer/getAlignmentShapeColor.d.ts +0 -10
- package/esm/PileupRenderer/renderAlignmentShape.d.ts +0 -7
- package/esm/PileupRenderer/renderAlignmentShape.js +0 -117
- package/esm/PileupRenderer/renderMethylation.js +0 -57
- package/esm/PileupRenderer/renderMismatches.d.ts +0 -18
- package/esm/PileupRenderer/renderMismatches.js +0 -121
- package/esm/PileupRenderer/renderModifications.d.ts +0 -12
- package/esm/PileupRenderer/renderModifications.js +0 -41
- package/esm/PileupRenderer/renderPerBaseLettering.d.ts +0 -14
- package/esm/PileupRenderer/renderPerBaseLettering.js +0 -39
- package/esm/PileupRenderer/renderPerBaseQuality.d.ts +0 -10
- package/esm/PileupRenderer/renderPerBaseQuality.js +0 -32
- package/esm/PileupRenderer/renderSoftClipping.d.ts +0 -13
- package/esm/PileupRenderer/renderSoftClipping.js +0 -56
- package/esm/SNPCoverageAdapter/generateCoverageBins.d.ts +0 -13
- package/esm/SNPCoverageAdapter/generateCoverageBins.js +0 -83
- package/esm/SNPCoverageAdapter/processDepth.d.ts +0 -8
- package/esm/SNPCoverageAdapter/processDepth.js +0 -35
- package/esm/SNPCoverageAdapter/processMismatches.d.ts +0 -9
- package/esm/SNPCoverageAdapter/processMismatches.js +0 -55
- package/esm/shared/components/BaseDisplayComponent.d.ts +0 -7
- package/esm/shared/components/BaseDisplayComponent.js +0 -42
- package/esm/shared/fetchChains.d.ts +0 -28
- package/esm/shared/fetchChains.js +0 -19
- /package/{dist/LinearPileupDisplay → esm/LinearReadCloudDisplay}/components/SetFeatureHeightDialog.d.ts +0 -0
- /package/{dist/PileupRenderer → esm/PileupRenderer/renderers}/getAlignmentShapeColor.d.ts +0 -0
- /package/{dist/LinearPileupDisplay → esm/shared}/components/SetMaxHeightDialog.d.ts +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type PluginManager from '@jbrowse/core/PluginManager';
|
|
2
|
-
export default function configSchemaFactory(pluginManager: PluginManager): import("
|
|
2
|
+
export default function configSchemaFactory(pluginManager: PluginManager): import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{}, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3
3
|
name: {
|
|
4
4
|
description: string;
|
|
5
5
|
type: string;
|
|
@@ -25,8 +25,13 @@ export default function configSchemaFactory(pluginManager: PluginManager): impor
|
|
|
25
25
|
description: string;
|
|
26
26
|
defaultValue: {};
|
|
27
27
|
};
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
rpcDriverName: {
|
|
29
|
+
type: string;
|
|
30
|
+
description: string;
|
|
31
|
+
defaultValue: string;
|
|
32
|
+
};
|
|
33
|
+
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
34
|
+
textSearching: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
30
35
|
indexingAttributes: {
|
|
31
36
|
type: string;
|
|
32
37
|
description: string;
|
|
@@ -37,10 +42,10 @@ export default function configSchemaFactory(pluginManager: PluginManager): impor
|
|
|
37
42
|
description: string;
|
|
38
43
|
defaultValue: string[];
|
|
39
44
|
};
|
|
40
|
-
textSearchAdapter: import("mobx-state-tree").IAnyModelType;
|
|
41
|
-
}, import("
|
|
42
|
-
displays: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyModelType>;
|
|
43
|
-
formatDetails: import("
|
|
45
|
+
textSearchAdapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
46
|
+
}, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
47
|
+
displays: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
48
|
+
formatDetails: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
44
49
|
feature: {
|
|
45
50
|
type: string;
|
|
46
51
|
description: string;
|
|
@@ -63,8 +68,8 @@ export default function configSchemaFactory(pluginManager: PluginManager): impor
|
|
|
63
68
|
defaultValue: number;
|
|
64
69
|
description: string;
|
|
65
70
|
};
|
|
66
|
-
}, import("
|
|
67
|
-
formatAbout: import("
|
|
71
|
+
}, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
72
|
+
formatAbout: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
68
73
|
config: {
|
|
69
74
|
type: string;
|
|
70
75
|
description: string;
|
|
@@ -75,5 +80,5 @@ export default function configSchemaFactory(pluginManager: PluginManager): impor
|
|
|
75
80
|
type: string;
|
|
76
81
|
defaultValue: boolean;
|
|
77
82
|
};
|
|
78
|
-
}, import("
|
|
79
|
-
}, import("
|
|
83
|
+
}, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
84
|
+
}, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "trackId">>, undefined>>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import TrackType from '@jbrowse/core/pluggableElementTypes/TrackType';
|
|
2
2
|
import { createBaseTrackModel } from '@jbrowse/core/pluggableElementTypes/models';
|
|
3
|
-
import configSchemaF from
|
|
3
|
+
import configSchemaF from "./configSchemaF.js";
|
|
4
|
+
import { stringifySAM } from "../saveTrackFormats/sam.js";
|
|
4
5
|
export default function register(pm) {
|
|
5
6
|
pm.addTrackType(() => {
|
|
6
7
|
const configSchema = configSchemaF(pm);
|
|
@@ -8,7 +9,18 @@ export default function register(pm) {
|
|
|
8
9
|
name: 'AlignmentsTrack',
|
|
9
10
|
displayName: 'Alignments track',
|
|
10
11
|
configSchema,
|
|
11
|
-
stateModel: createBaseTrackModel(pm, 'AlignmentsTrack', configSchema)
|
|
12
|
+
stateModel: createBaseTrackModel(pm, 'AlignmentsTrack', configSchema).views(() => ({
|
|
13
|
+
saveTrackFileFormatOptions() {
|
|
14
|
+
return {
|
|
15
|
+
sam: {
|
|
16
|
+
name: 'SAM',
|
|
17
|
+
extension: 'sam',
|
|
18
|
+
callback: stringifySAM,
|
|
19
|
+
helpText: 'Note: SAM format export is experimental and does not currently output optional tags. The output may not fully conform to the SAM specification and should be validated before use in production workflows.',
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
},
|
|
23
|
+
})),
|
|
12
24
|
});
|
|
13
25
|
const linearAlignmentsDisplay = pm.getDisplayType('LinearAlignmentsDisplay');
|
|
14
26
|
track.addDisplayType(linearAlignmentsDisplay);
|
|
@@ -1,39 +1,29 @@
|
|
|
1
1
|
import { BamFile } from '@gmod/bam';
|
|
2
2
|
import { BaseFeatureDataAdapter } from '@jbrowse/core/data_adapters/BaseAdapter';
|
|
3
|
-
import
|
|
4
|
-
import type {
|
|
3
|
+
import BamSlightlyLazyFeature from './BamSlightlyLazyFeature.ts';
|
|
4
|
+
import type { FilterBy } from '../shared/types.ts';
|
|
5
|
+
import type { ParsedSamHeader } from '../shared/util.ts';
|
|
6
|
+
import type { BaseOptions, BaseSequenceAdapter } from '@jbrowse/core/data_adapters/BaseAdapter';
|
|
5
7
|
import type { Feature } from '@jbrowse/core/util';
|
|
6
8
|
import type { Region } from '@jbrowse/core/util/types';
|
|
7
|
-
interface Header {
|
|
8
|
-
idToName: string[];
|
|
9
|
-
nameToId: Record<string, number>;
|
|
10
|
-
}
|
|
11
9
|
export default class BamAdapter extends BaseFeatureDataAdapter {
|
|
12
|
-
|
|
10
|
+
samHeader?: ParsedSamHeader;
|
|
13
11
|
private setupP?;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}>;
|
|
23
|
-
protected configure(): Promise<{
|
|
24
|
-
bam: BamFile;
|
|
25
|
-
sequenceAdapter?: BaseFeatureDataAdapter;
|
|
26
|
-
}>;
|
|
12
|
+
protected configureResult?: {
|
|
13
|
+
bam: BamFile<BamSlightlyLazyFeature>;
|
|
14
|
+
};
|
|
15
|
+
private sequenceAdapterP?;
|
|
16
|
+
protected configure(): {
|
|
17
|
+
bam: BamFile<BamSlightlyLazyFeature>;
|
|
18
|
+
};
|
|
19
|
+
getSequenceAdapter(): Promise<BaseSequenceAdapter | undefined>;
|
|
27
20
|
getHeader(_opts?: BaseOptions): Promise<string | undefined>;
|
|
28
|
-
private
|
|
29
|
-
setupPre2(opts?: BaseOptions): Promise<Header>;
|
|
30
|
-
setup(opts?: BaseOptions): Promise<Header>;
|
|
21
|
+
private setup;
|
|
31
22
|
getRefNames(opts?: BaseOptions): Promise<string[]>;
|
|
32
|
-
private seqFetch;
|
|
33
23
|
getFeatures(region: Region & {
|
|
34
24
|
originalRefName?: string;
|
|
35
25
|
}, opts?: BaseOptions & {
|
|
36
|
-
filterBy
|
|
26
|
+
filterBy?: FilterBy;
|
|
37
27
|
}): import("rxjs").Observable<Feature>;
|
|
38
28
|
getMultiRegionFeatureDensityStats(regions: Region[], opts?: BaseOptions): Promise<import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats | {
|
|
39
29
|
bytes: number;
|
|
@@ -41,4 +31,3 @@ export default class BamAdapter extends BaseFeatureDataAdapter {
|
|
|
41
31
|
}>;
|
|
42
32
|
refIdToName(refId: number): string | undefined;
|
|
43
33
|
}
|
|
44
|
-
export {};
|
|
@@ -1,175 +1,135 @@
|
|
|
1
1
|
import { BamFile } from '@gmod/bam';
|
|
2
2
|
import { BaseFeatureDataAdapter } from '@jbrowse/core/data_adapters/BaseAdapter';
|
|
3
|
-
import {
|
|
4
|
-
import QuickLRU from '@jbrowse/core/util/QuickLRU';
|
|
3
|
+
import { updateStatus } from '@jbrowse/core/util';
|
|
5
4
|
import { openLocation } from '@jbrowse/core/util/io';
|
|
6
5
|
import { ObservableCreate } from '@jbrowse/core/util/rxjs';
|
|
7
6
|
import { checkStopToken } from '@jbrowse/core/util/stopToken';
|
|
8
|
-
import
|
|
9
|
-
import {
|
|
10
|
-
import BamSlightlyLazyFeature from './BamSlightlyLazyFeature';
|
|
11
|
-
import { filterReadFlag, filterTagValue } from '../shared/util';
|
|
7
|
+
import BamSlightlyLazyFeature from "./BamSlightlyLazyFeature.js";
|
|
8
|
+
import { parseSamHeader } from "../shared/util.js";
|
|
12
9
|
export default class BamAdapter extends BaseFeatureDataAdapter {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
return {
|
|
35
|
-
bam,
|
|
36
|
-
sequenceAdapter: dataAdapter,
|
|
10
|
+
samHeader;
|
|
11
|
+
setupP;
|
|
12
|
+
configureResult;
|
|
13
|
+
sequenceAdapterP;
|
|
14
|
+
configure() {
|
|
15
|
+
if (!this.configureResult) {
|
|
16
|
+
const bamLocation = this.getConf('bamLocation');
|
|
17
|
+
const location = this.getConf(['index', 'location']);
|
|
18
|
+
const indexType = this.getConf(['index', 'indexType']);
|
|
19
|
+
const csi = indexType === 'CSI';
|
|
20
|
+
this.configureResult = {
|
|
21
|
+
bam: new BamFile({
|
|
22
|
+
bamFilehandle: openLocation(bamLocation, this.pluginManager),
|
|
23
|
+
csiFilehandle: csi
|
|
24
|
+
? openLocation(location, this.pluginManager)
|
|
25
|
+
: undefined,
|
|
26
|
+
baiFilehandle: !csi
|
|
27
|
+
? openLocation(location, this.pluginManager)
|
|
28
|
+
: undefined,
|
|
29
|
+
recordClass: BamSlightlyLazyFeature,
|
|
30
|
+
}),
|
|
37
31
|
};
|
|
38
32
|
}
|
|
39
|
-
return
|
|
33
|
+
return this.configureResult;
|
|
40
34
|
}
|
|
41
|
-
async
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
throw e;
|
|
46
|
-
});
|
|
35
|
+
async getSequenceAdapter() {
|
|
36
|
+
const config = this.sequenceAdapterConfig;
|
|
37
|
+
if (!config || !this.getSubAdapter) {
|
|
38
|
+
return undefined;
|
|
47
39
|
}
|
|
48
|
-
|
|
40
|
+
this.sequenceAdapterP ??= this.getSubAdapter(config)
|
|
41
|
+
.then(r => {
|
|
42
|
+
const adapter = r.dataAdapter;
|
|
43
|
+
return 'getSequence' in adapter ? adapter : undefined;
|
|
44
|
+
})
|
|
45
|
+
.catch((e) => {
|
|
46
|
+
this.sequenceAdapterP = undefined;
|
|
47
|
+
throw e;
|
|
48
|
+
});
|
|
49
|
+
return this.sequenceAdapterP;
|
|
49
50
|
}
|
|
50
51
|
async getHeader(_opts) {
|
|
51
|
-
const { bam } =
|
|
52
|
+
const { bam } = this.configure();
|
|
52
53
|
return bam.getHeaderText();
|
|
53
54
|
}
|
|
54
|
-
async
|
|
55
|
-
const {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
.entries()) {
|
|
63
|
-
const SN = sqLine.data.find(item => item.tag === 'SN');
|
|
64
|
-
if (SN) {
|
|
65
|
-
const refName = SN.value;
|
|
66
|
-
nameToId[refName] = refId;
|
|
67
|
-
idToName[refId] = refName;
|
|
68
|
-
}
|
|
55
|
+
async setup(opts) {
|
|
56
|
+
const { statusCallback } = opts || {};
|
|
57
|
+
this.setupP ??= updateStatus('Downloading index', statusCallback, async () => {
|
|
58
|
+
try {
|
|
59
|
+
const { bam } = this.configure();
|
|
60
|
+
const rawHeader = await bam.getHeader();
|
|
61
|
+
this.samHeader = parseSamHeader(rawHeader ?? []);
|
|
62
|
+
return this.samHeader;
|
|
69
63
|
}
|
|
70
|
-
|
|
71
|
-
this.samHeader = { idToName, nameToId };
|
|
72
|
-
return this.samHeader;
|
|
73
|
-
}
|
|
74
|
-
async setupPre2(opts) {
|
|
75
|
-
if (!this.setupP) {
|
|
76
|
-
this.setupP = this.setupPre(opts).catch((e) => {
|
|
64
|
+
catch (e) {
|
|
77
65
|
this.setupP = undefined;
|
|
66
|
+
this.configureResult = undefined;
|
|
78
67
|
throw e;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
68
|
+
}
|
|
69
|
+
});
|
|
81
70
|
return this.setupP;
|
|
82
71
|
}
|
|
83
|
-
async setup(opts) {
|
|
84
|
-
const { statusCallback = () => { } } = opts || {};
|
|
85
|
-
return updateStatus('Downloading index', statusCallback, () => this.setupPre2(opts));
|
|
86
|
-
}
|
|
87
72
|
async getRefNames(opts) {
|
|
88
73
|
const { idToName } = await this.setup(opts);
|
|
89
74
|
return idToName;
|
|
90
75
|
}
|
|
91
|
-
async seqFetch(refName, start, end) {
|
|
92
|
-
const { sequenceAdapter } = await this.configure();
|
|
93
|
-
const refSeqStore = sequenceAdapter;
|
|
94
|
-
if (!refSeqStore) {
|
|
95
|
-
return undefined;
|
|
96
|
-
}
|
|
97
|
-
if (!refName) {
|
|
98
|
-
return undefined;
|
|
99
|
-
}
|
|
100
|
-
const features = refSeqStore.getFeatures({
|
|
101
|
-
refName,
|
|
102
|
-
start,
|
|
103
|
-
end,
|
|
104
|
-
assemblyName: '',
|
|
105
|
-
});
|
|
106
|
-
const seqChunks = await firstValueFrom(features.pipe(toArray()));
|
|
107
|
-
let sequence = '';
|
|
108
|
-
for (const chunk of seqChunks.sort((a, b) => a.get('start') - b.get('start'))) {
|
|
109
|
-
const chunkStart = chunk.get('start');
|
|
110
|
-
const chunkEnd = chunk.get('end');
|
|
111
|
-
const trimStart = Math.max(start - chunkStart, 0);
|
|
112
|
-
const trimEnd = Math.min(end - chunkStart, chunkEnd - chunkStart);
|
|
113
|
-
const trimLength = trimEnd - trimStart;
|
|
114
|
-
const chunkSeq = chunk.get('seq') || chunk.get('residues');
|
|
115
|
-
sequence += chunkSeq.slice(trimStart, trimStart + trimLength);
|
|
116
|
-
}
|
|
117
|
-
if (sequence.length !== end - start) {
|
|
118
|
-
throw new Error(`sequence fetch failed: fetching ${refName}:${(start - 1).toLocaleString()}-${end.toLocaleString()} returned ${sequence.length.toLocaleString()} bases, but should have returned ${(end - start).toLocaleString()}`);
|
|
119
|
-
}
|
|
120
|
-
return sequence;
|
|
121
|
-
}
|
|
122
76
|
getFeatures(region, opts) {
|
|
123
77
|
const { refName, start, end, originalRefName } = region;
|
|
124
78
|
const { stopToken, filterBy, statusCallback = () => { } } = opts || {};
|
|
125
79
|
return ObservableCreate(async (observer) => {
|
|
126
|
-
const { bam } =
|
|
80
|
+
const { bam } = this.configure();
|
|
81
|
+
const sequenceAdapter = await this.getSequenceAdapter();
|
|
127
82
|
await this.setup(opts);
|
|
128
83
|
checkStopToken(stopToken);
|
|
129
|
-
const records = await updateStatus('Downloading alignments', statusCallback, () => bam.getRecordsForRange(refName, start, end));
|
|
84
|
+
const records = await updateStatus('Downloading alignments', statusCallback, () => bam.getRecordsForRange(refName, start, end, { filterBy }));
|
|
130
85
|
checkStopToken(stopToken);
|
|
131
86
|
await updateStatus('Processing alignments', statusCallback, async () => {
|
|
132
|
-
const {
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
87
|
+
const { readName } = filterBy || {};
|
|
88
|
+
let regionSeq;
|
|
89
|
+
let regionStart = Infinity;
|
|
90
|
+
let regionEnd = 0;
|
|
91
|
+
if (sequenceAdapter) {
|
|
92
|
+
for (const record of records) {
|
|
93
|
+
if (!record.NUMERIC_MD) {
|
|
94
|
+
regionStart = Math.min(regionStart, record.start);
|
|
95
|
+
regionEnd = Math.max(regionEnd, record.end);
|
|
96
|
+
}
|
|
137
97
|
}
|
|
138
|
-
if (
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
98
|
+
if (regionEnd > 0) {
|
|
99
|
+
regionSeq = await sequenceAdapter.getSequence({
|
|
100
|
+
refName: originalRefName || refName,
|
|
101
|
+
start: regionStart,
|
|
102
|
+
end: regionEnd,
|
|
103
|
+
});
|
|
144
104
|
}
|
|
105
|
+
}
|
|
106
|
+
for (const record of records) {
|
|
145
107
|
if (readName && record.name !== readName) {
|
|
146
108
|
continue;
|
|
147
109
|
}
|
|
148
|
-
|
|
149
|
-
if (!
|
|
150
|
-
|
|
151
|
-
this.ultraLongFeatureCache.set(`${record.id}`, elt);
|
|
152
|
-
observer.next(elt);
|
|
153
|
-
}
|
|
154
|
-
else {
|
|
155
|
-
observer.next(ret);
|
|
110
|
+
record.adapter = this;
|
|
111
|
+
if (!record.NUMERIC_MD && regionSeq) {
|
|
112
|
+
record.ref = regionSeq.slice(record.start - regionStart, record.end - regionStart);
|
|
156
113
|
}
|
|
114
|
+
observer.next(record);
|
|
157
115
|
}
|
|
158
116
|
observer.complete();
|
|
159
117
|
});
|
|
160
118
|
});
|
|
161
119
|
}
|
|
162
120
|
async getMultiRegionFeatureDensityStats(regions, opts) {
|
|
163
|
-
const { bam } =
|
|
121
|
+
const { bam } = this.configure();
|
|
164
122
|
if (bam.index) {
|
|
165
|
-
const bytes = await
|
|
123
|
+
const bytes = await bam.estimatedBytesForRegions(regions);
|
|
166
124
|
const fetchSizeLimit = this.getConf('fetchSizeLimit');
|
|
167
|
-
return {
|
|
125
|
+
return {
|
|
126
|
+
bytes,
|
|
127
|
+
fetchSizeLimit,
|
|
128
|
+
};
|
|
168
129
|
}
|
|
169
130
|
return super.getMultiRegionFeatureDensityStats(regions, opts);
|
|
170
131
|
}
|
|
171
132
|
refIdToName(refId) {
|
|
172
|
-
|
|
173
|
-
return (_a = this.samHeader) === null || _a === void 0 ? void 0 : _a.idToName[refId];
|
|
133
|
+
return this.samHeader?.idToName[refId];
|
|
174
134
|
}
|
|
175
135
|
}
|
|
@@ -1,17 +1,24 @@
|
|
|
1
|
-
import
|
|
2
|
-
import type
|
|
3
|
-
import type {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { BamRecord } from '@gmod/bam';
|
|
2
|
+
import type BamAdapter from './BamAdapter.ts';
|
|
3
|
+
import type { MismatchCallback } from '../shared/forEachMismatchTypes.ts';
|
|
4
|
+
import type { Mismatch } from '../shared/types.ts';
|
|
5
|
+
import type { Feature, SimpleFeatureSerialized } from '@jbrowse/core/util';
|
|
6
|
+
export default class BamSlightlyLazyFeature extends BamRecord implements Feature {
|
|
7
|
+
adapter: BamAdapter;
|
|
8
|
+
ref?: string;
|
|
9
|
+
private _cachedFields?;
|
|
9
10
|
id(): string;
|
|
10
|
-
get
|
|
11
|
-
get
|
|
11
|
+
get seq(): string;
|
|
12
|
+
get mismatches(): Mismatch[];
|
|
13
|
+
forEachMismatch(callback: MismatchCallback): void;
|
|
14
|
+
get qualString(): string | undefined;
|
|
15
|
+
get clipLengthAtStartOfRead(): number;
|
|
16
|
+
get refName(): string;
|
|
12
17
|
get(field: string): any;
|
|
13
18
|
parent(): undefined;
|
|
14
19
|
children(): undefined;
|
|
15
20
|
get fields(): SimpleFeatureSerialized;
|
|
21
|
+
get next_ref(): string | undefined;
|
|
22
|
+
get next_segment_position(): string | undefined;
|
|
16
23
|
toJSON(): SimpleFeatureSerialized;
|
|
17
24
|
}
|