@jbrowse/plugin-alignments 2.6.1 → 2.6.2
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/dist/AlignmentsFeatureDetail/AlignmentsFeatureDetail.js +0 -1
- package/dist/AlignmentsFeatureDetail/AlignmentsFeatureFlags.js +0 -1
- package/dist/AlignmentsFeatureDetail/AlignmentsFeatureSuppAligns.js +0 -1
- package/dist/AlignmentsFeatureDetail/index.js +0 -1
- package/dist/AlignmentsFeatureDetail/util.js +0 -1
- package/dist/AlignmentsTrack/configSchemaF.js +0 -1
- package/dist/AlignmentsTrack/index.js +0 -1
- package/dist/BamAdapter/BamAdapter.js +0 -1
- package/dist/BamAdapter/BamSlightlyLazyFeature.js +0 -1
- package/dist/BamAdapter/configSchema.js +0 -1
- package/dist/BamAdapter/index.js +0 -1
- package/dist/CramAdapter/CramAdapter.js +0 -1
- package/dist/CramAdapter/CramSlightlyLazyFeature.js +0 -1
- package/dist/CramAdapter/CramTestAdapters.js +0 -1
- package/dist/CramAdapter/configSchema.js +0 -1
- package/dist/CramAdapter/index.js +0 -1
- package/dist/CramAdapter/util.js +0 -1
- package/dist/GuessAlignmentsTypes/index.js +0 -1
- package/dist/HtsgetBamAdapter/HtsgetBamAdapter.js +0 -1
- package/dist/HtsgetBamAdapter/configSchema.js +0 -1
- package/dist/HtsgetBamAdapter/index.js +0 -1
- package/dist/LinearAlignmentsDisplay/components/AlignmentsDisplay.d.ts +1 -1
- package/dist/LinearAlignmentsDisplay/components/AlignmentsDisplay.js +5 -2
- package/dist/LinearAlignmentsDisplay/index.js +0 -1
- package/dist/LinearAlignmentsDisplay/models/configSchema.js +0 -1
- package/dist/LinearAlignmentsDisplay/models/model.js +5 -2
- package/dist/LinearPileupDisplay/components/ColorByModifications.js +0 -1
- package/dist/LinearPileupDisplay/components/ColorByTag.js +0 -1
- package/dist/LinearPileupDisplay/components/LinearPileupDisplayBlurb.js +0 -1
- package/dist/LinearPileupDisplay/components/ModificationsTable.js +0 -1
- package/dist/LinearPileupDisplay/components/SetFeatureHeight.js +0 -1
- package/dist/LinearPileupDisplay/components/SetMaxHeight.js +0 -1
- package/dist/LinearPileupDisplay/components/SortByTag.js +0 -1
- package/dist/LinearPileupDisplay/configSchema.js +0 -1
- package/dist/LinearPileupDisplay/index.js +0 -1
- package/dist/LinearPileupDisplay/model.d.ts +18 -26
- package/dist/LinearPileupDisplay/model.js +2 -3
- package/dist/LinearReadArcsDisplay/components/ReactComponent.js +0 -1
- package/dist/LinearReadArcsDisplay/configSchema.js +0 -1
- package/dist/LinearReadArcsDisplay/drawFeats.js +0 -1
- package/dist/LinearReadArcsDisplay/index.js +0 -1
- package/dist/LinearReadArcsDisplay/model.js +0 -1
- package/dist/LinearReadArcsDisplay/util.js +0 -1
- package/dist/LinearReadCloudDisplay/components/ReactComponent.js +0 -1
- package/dist/LinearReadCloudDisplay/configSchema.d.ts +4 -4
- package/dist/LinearReadCloudDisplay/configSchema.js +0 -1
- package/dist/LinearReadCloudDisplay/drawFeats.js +0 -1
- package/dist/LinearReadCloudDisplay/drawLongReadChains.js +0 -1
- package/dist/LinearReadCloudDisplay/drawPairChains.js +0 -1
- package/dist/LinearReadCloudDisplay/index.js +0 -1
- package/dist/LinearReadCloudDisplay/model.d.ts +1 -3
- package/dist/LinearReadCloudDisplay/model.js +0 -1
- package/dist/LinearReadCloudDisplay/util.js +0 -1
- package/dist/LinearSNPCoverageDisplay/components/Tooltip.js +0 -1
- package/dist/LinearSNPCoverageDisplay/index.js +0 -1
- package/dist/LinearSNPCoverageDisplay/models/configSchema.d.ts +3 -0
- package/dist/LinearSNPCoverageDisplay/models/configSchema.js +0 -1
- package/dist/LinearSNPCoverageDisplay/models/model.d.ts +31 -15
- package/dist/LinearSNPCoverageDisplay/models/model.js +0 -1
- package/dist/MismatchParser/index.js +0 -1
- package/dist/PileupRPC/base.js +0 -1
- package/dist/PileupRPC/index.js +0 -1
- package/dist/PileupRPC/methods/GetGlobalValueForTag.js +0 -1
- package/dist/PileupRPC/methods/GetReducedFeatures.js +0 -1
- package/dist/PileupRPC/methods/GetVisibleModifications.js +0 -1
- package/dist/PileupRPC/rpcMethods.js +0 -1
- package/dist/PileupRPC/util.js +0 -1
- package/dist/PileupRenderer/PileupLayoutSession.js +0 -1
- package/dist/PileupRenderer/PileupRenderer.js +0 -1
- package/dist/PileupRenderer/colorBy.js +8 -7
- package/dist/PileupRenderer/components/PileupRendering.js +0 -1
- package/dist/PileupRenderer/configSchema.js +0 -1
- package/dist/PileupRenderer/getAlignmentShapeColor.js +0 -1
- package/dist/PileupRenderer/index.js +0 -1
- package/dist/PileupRenderer/layoutFeature.js +0 -1
- package/dist/PileupRenderer/layoutFeatures.js +0 -1
- package/dist/PileupRenderer/makeImageData.js +0 -1
- package/dist/PileupRenderer/renderAlignment.js +0 -1
- package/dist/PileupRenderer/renderAlignmentShape.js +1 -2
- package/dist/PileupRenderer/renderMethylation.js +0 -1
- package/dist/PileupRenderer/renderMismatches.js +0 -1
- package/dist/PileupRenderer/renderModifications.js +0 -1
- package/dist/PileupRenderer/renderPerBaseLettering.js +0 -1
- package/dist/PileupRenderer/renderPerBaseQuality.js +0 -1
- package/dist/PileupRenderer/renderSoftClipping.js +0 -1
- package/dist/PileupRenderer/sortUtil.js +0 -1
- package/dist/PileupRenderer/util.js +0 -1
- package/dist/SNPCoverageAdapter/SNPCoverageAdapter.js +0 -1
- package/dist/SNPCoverageAdapter/configSchema.js +0 -1
- package/dist/SNPCoverageAdapter/generateCoverageBins.js +0 -1
- package/dist/SNPCoverageAdapter/index.js +0 -1
- package/dist/SNPCoverageAdapter/util.js +0 -1
- package/dist/SNPCoverageRenderer/SNPCoverageRenderer.js +0 -1
- package/dist/SNPCoverageRenderer/configSchema.js +0 -1
- package/dist/SNPCoverageRenderer/index.js +0 -1
- package/dist/index.js +0 -1
- package/dist/shared/BaseDisplayComponent.js +0 -1
- package/dist/shared/FilterByTag.js +0 -1
- package/dist/shared/afterAttach.js +0 -1
- package/dist/shared/color.js +0 -1
- package/dist/shared/fetchChains.js +0 -1
- package/dist/shared/index.js +0 -1
- package/dist/shared/renderSvg.js +0 -1
- package/dist/shared/util.js +0 -1
- package/dist/util.js +0 -1
- package/esm/AlignmentsFeatureDetail/AlignmentsFeatureDetail.js +0 -1
- package/esm/AlignmentsFeatureDetail/AlignmentsFeatureFlags.js +0 -1
- package/esm/AlignmentsFeatureDetail/AlignmentsFeatureSuppAligns.js +0 -1
- package/esm/AlignmentsFeatureDetail/index.js +0 -1
- package/esm/AlignmentsFeatureDetail/util.js +0 -1
- package/esm/AlignmentsTrack/configSchemaF.js +0 -1
- package/esm/AlignmentsTrack/index.js +0 -1
- package/esm/BamAdapter/BamAdapter.js +0 -1
- package/esm/BamAdapter/BamSlightlyLazyFeature.js +0 -1
- package/esm/BamAdapter/configSchema.js +0 -1
- package/esm/BamAdapter/index.js +0 -1
- package/esm/CramAdapter/CramAdapter.js +0 -1
- package/esm/CramAdapter/CramSlightlyLazyFeature.js +0 -1
- package/esm/CramAdapter/CramTestAdapters.js +0 -1
- package/esm/CramAdapter/configSchema.js +0 -1
- package/esm/CramAdapter/index.js +0 -1
- package/esm/CramAdapter/util.js +0 -1
- package/esm/GuessAlignmentsTypes/index.js +0 -1
- package/esm/HtsgetBamAdapter/HtsgetBamAdapter.js +0 -1
- package/esm/HtsgetBamAdapter/configSchema.js +0 -1
- package/esm/HtsgetBamAdapter/index.js +0 -1
- package/esm/LinearAlignmentsDisplay/components/AlignmentsDisplay.d.ts +1 -1
- package/esm/LinearAlignmentsDisplay/components/AlignmentsDisplay.js +5 -2
- package/esm/LinearAlignmentsDisplay/index.js +0 -1
- package/esm/LinearAlignmentsDisplay/models/configSchema.js +0 -1
- package/esm/LinearAlignmentsDisplay/models/model.js +5 -2
- package/esm/LinearPileupDisplay/components/ColorByModifications.js +0 -1
- package/esm/LinearPileupDisplay/components/ColorByTag.js +0 -1
- package/esm/LinearPileupDisplay/components/LinearPileupDisplayBlurb.js +0 -1
- package/esm/LinearPileupDisplay/components/ModificationsTable.js +0 -1
- package/esm/LinearPileupDisplay/components/SetFeatureHeight.js +0 -1
- package/esm/LinearPileupDisplay/components/SetMaxHeight.js +0 -1
- package/esm/LinearPileupDisplay/components/SortByTag.js +0 -1
- package/esm/LinearPileupDisplay/configSchema.js +0 -1
- package/esm/LinearPileupDisplay/index.js +0 -1
- package/esm/LinearPileupDisplay/model.d.ts +18 -26
- package/esm/LinearPileupDisplay/model.js +2 -3
- package/esm/LinearReadArcsDisplay/components/ReactComponent.js +0 -1
- package/esm/LinearReadArcsDisplay/configSchema.js +0 -1
- package/esm/LinearReadArcsDisplay/drawFeats.js +0 -1
- package/esm/LinearReadArcsDisplay/index.js +0 -1
- package/esm/LinearReadArcsDisplay/model.js +0 -1
- package/esm/LinearReadArcsDisplay/util.js +0 -1
- package/esm/LinearReadCloudDisplay/components/ReactComponent.js +0 -1
- package/esm/LinearReadCloudDisplay/configSchema.d.ts +4 -4
- package/esm/LinearReadCloudDisplay/configSchema.js +0 -1
- package/esm/LinearReadCloudDisplay/drawFeats.js +0 -1
- package/esm/LinearReadCloudDisplay/drawLongReadChains.js +0 -1
- package/esm/LinearReadCloudDisplay/drawPairChains.js +0 -1
- package/esm/LinearReadCloudDisplay/index.js +0 -1
- package/esm/LinearReadCloudDisplay/model.d.ts +1 -3
- package/esm/LinearReadCloudDisplay/model.js +0 -1
- package/esm/LinearReadCloudDisplay/util.js +0 -1
- package/esm/LinearSNPCoverageDisplay/components/Tooltip.js +0 -1
- package/esm/LinearSNPCoverageDisplay/index.js +0 -1
- package/esm/LinearSNPCoverageDisplay/models/configSchema.d.ts +3 -0
- package/esm/LinearSNPCoverageDisplay/models/configSchema.js +0 -1
- package/esm/LinearSNPCoverageDisplay/models/model.d.ts +31 -15
- package/esm/LinearSNPCoverageDisplay/models/model.js +0 -1
- package/esm/MismatchParser/index.js +0 -1
- package/esm/PileupRPC/base.js +0 -1
- package/esm/PileupRPC/index.js +0 -1
- package/esm/PileupRPC/methods/GetGlobalValueForTag.js +0 -1
- package/esm/PileupRPC/methods/GetReducedFeatures.js +0 -1
- package/esm/PileupRPC/methods/GetVisibleModifications.js +0 -1
- package/esm/PileupRPC/rpcMethods.js +0 -1
- package/esm/PileupRPC/util.js +0 -1
- package/esm/PileupRenderer/PileupLayoutSession.js +0 -1
- package/esm/PileupRenderer/PileupRenderer.js +0 -1
- package/esm/PileupRenderer/colorBy.js +8 -7
- package/esm/PileupRenderer/components/PileupRendering.js +0 -1
- package/esm/PileupRenderer/configSchema.js +0 -1
- package/esm/PileupRenderer/getAlignmentShapeColor.js +0 -1
- package/esm/PileupRenderer/index.js +0 -1
- package/esm/PileupRenderer/layoutFeature.js +0 -1
- package/esm/PileupRenderer/layoutFeatures.js +0 -1
- package/esm/PileupRenderer/makeImageData.js +0 -1
- package/esm/PileupRenderer/renderAlignment.js +0 -1
- package/esm/PileupRenderer/renderAlignmentShape.js +1 -2
- package/esm/PileupRenderer/renderMethylation.js +0 -1
- package/esm/PileupRenderer/renderMismatches.js +0 -1
- package/esm/PileupRenderer/renderModifications.js +0 -1
- package/esm/PileupRenderer/renderPerBaseLettering.js +0 -1
- package/esm/PileupRenderer/renderPerBaseQuality.js +0 -1
- package/esm/PileupRenderer/renderSoftClipping.js +0 -1
- package/esm/PileupRenderer/sortUtil.js +0 -1
- package/esm/PileupRenderer/util.js +0 -1
- package/esm/SNPCoverageAdapter/SNPCoverageAdapter.js +0 -1
- package/esm/SNPCoverageAdapter/configSchema.js +0 -1
- package/esm/SNPCoverageAdapter/generateCoverageBins.js +0 -1
- package/esm/SNPCoverageAdapter/index.js +0 -1
- package/esm/SNPCoverageAdapter/util.js +0 -1
- package/esm/SNPCoverageRenderer/SNPCoverageRenderer.js +0 -1
- package/esm/SNPCoverageRenderer/configSchema.js +0 -1
- package/esm/SNPCoverageRenderer/index.js +0 -1
- package/esm/index.js +0 -1
- package/esm/shared/BaseDisplayComponent.js +0 -1
- package/esm/shared/FilterByTag.js +0 -1
- package/esm/shared/afterAttach.js +0 -1
- package/esm/shared/color.js +0 -1
- package/esm/shared/fetchChains.js +0 -1
- package/esm/shared/index.js +0 -1
- package/esm/shared/renderSvg.js +0 -1
- package/esm/shared/util.js +0 -1
- package/esm/util.js +0 -1
- package/package.json +4 -5
- package/dist/AlignmentsFeatureDetail/AlignmentsFeatureDetail.js.map +0 -1
- package/dist/AlignmentsFeatureDetail/AlignmentsFeatureFlags.js.map +0 -1
- package/dist/AlignmentsFeatureDetail/AlignmentsFeatureSuppAligns.js.map +0 -1
- package/dist/AlignmentsFeatureDetail/index.js.map +0 -1
- package/dist/AlignmentsFeatureDetail/util.js.map +0 -1
- package/dist/AlignmentsTrack/configSchemaF.js.map +0 -1
- package/dist/AlignmentsTrack/index.js.map +0 -1
- package/dist/BamAdapter/BamAdapter.js.map +0 -1
- package/dist/BamAdapter/BamSlightlyLazyFeature.js.map +0 -1
- package/dist/BamAdapter/configSchema.js.map +0 -1
- package/dist/BamAdapter/index.js.map +0 -1
- package/dist/CramAdapter/CramAdapter.js.map +0 -1
- package/dist/CramAdapter/CramSlightlyLazyFeature.js.map +0 -1
- package/dist/CramAdapter/CramTestAdapters.js.map +0 -1
- package/dist/CramAdapter/configSchema.js.map +0 -1
- package/dist/CramAdapter/index.js.map +0 -1
- package/dist/CramAdapter/util.js.map +0 -1
- package/dist/GuessAlignmentsTypes/index.js.map +0 -1
- package/dist/HtsgetBamAdapter/HtsgetBamAdapter.js.map +0 -1
- package/dist/HtsgetBamAdapter/configSchema.js.map +0 -1
- package/dist/HtsgetBamAdapter/index.js.map +0 -1
- package/dist/LinearAlignmentsDisplay/components/AlignmentsDisplay.js.map +0 -1
- package/dist/LinearAlignmentsDisplay/index.js.map +0 -1
- package/dist/LinearAlignmentsDisplay/models/configSchema.js.map +0 -1
- package/dist/LinearAlignmentsDisplay/models/model.js.map +0 -1
- package/dist/LinearPileupDisplay/components/ColorByModifications.js.map +0 -1
- package/dist/LinearPileupDisplay/components/ColorByTag.js.map +0 -1
- package/dist/LinearPileupDisplay/components/LinearPileupDisplayBlurb.js.map +0 -1
- package/dist/LinearPileupDisplay/components/ModificationsTable.js.map +0 -1
- package/dist/LinearPileupDisplay/components/SetFeatureHeight.js.map +0 -1
- package/dist/LinearPileupDisplay/components/SetMaxHeight.js.map +0 -1
- package/dist/LinearPileupDisplay/components/SortByTag.js.map +0 -1
- package/dist/LinearPileupDisplay/configSchema.js.map +0 -1
- package/dist/LinearPileupDisplay/index.js.map +0 -1
- package/dist/LinearPileupDisplay/model.js.map +0 -1
- package/dist/LinearReadArcsDisplay/components/ReactComponent.js.map +0 -1
- package/dist/LinearReadArcsDisplay/configSchema.js.map +0 -1
- package/dist/LinearReadArcsDisplay/drawFeats.js.map +0 -1
- package/dist/LinearReadArcsDisplay/index.js.map +0 -1
- package/dist/LinearReadArcsDisplay/model.js.map +0 -1
- package/dist/LinearReadArcsDisplay/util.js.map +0 -1
- package/dist/LinearReadCloudDisplay/components/ReactComponent.js.map +0 -1
- package/dist/LinearReadCloudDisplay/configSchema.js.map +0 -1
- package/dist/LinearReadCloudDisplay/drawFeats.js.map +0 -1
- package/dist/LinearReadCloudDisplay/drawLongReadChains.js.map +0 -1
- package/dist/LinearReadCloudDisplay/drawPairChains.js.map +0 -1
- package/dist/LinearReadCloudDisplay/index.js.map +0 -1
- package/dist/LinearReadCloudDisplay/model.js.map +0 -1
- package/dist/LinearReadCloudDisplay/util.js.map +0 -1
- package/dist/LinearSNPCoverageDisplay/components/Tooltip.js.map +0 -1
- package/dist/LinearSNPCoverageDisplay/index.js.map +0 -1
- package/dist/LinearSNPCoverageDisplay/models/configSchema.js.map +0 -1
- package/dist/LinearSNPCoverageDisplay/models/model.js.map +0 -1
- package/dist/MismatchParser/index.js.map +0 -1
- package/dist/PileupRPC/base.js.map +0 -1
- package/dist/PileupRPC/index.js.map +0 -1
- package/dist/PileupRPC/methods/GetGlobalValueForTag.js.map +0 -1
- package/dist/PileupRPC/methods/GetReducedFeatures.js.map +0 -1
- package/dist/PileupRPC/methods/GetVisibleModifications.js.map +0 -1
- package/dist/PileupRPC/rpcMethods.js.map +0 -1
- package/dist/PileupRPC/util.js.map +0 -1
- package/dist/PileupRenderer/PileupLayoutSession.js.map +0 -1
- package/dist/PileupRenderer/PileupRenderer.js.map +0 -1
- package/dist/PileupRenderer/colorBy.js.map +0 -1
- package/dist/PileupRenderer/components/PileupRendering.js.map +0 -1
- package/dist/PileupRenderer/configSchema.js.map +0 -1
- package/dist/PileupRenderer/getAlignmentShapeColor.js.map +0 -1
- package/dist/PileupRenderer/index.js.map +0 -1
- package/dist/PileupRenderer/layoutFeature.js.map +0 -1
- package/dist/PileupRenderer/layoutFeatures.js.map +0 -1
- package/dist/PileupRenderer/makeImageData.js.map +0 -1
- package/dist/PileupRenderer/renderAlignment.js.map +0 -1
- package/dist/PileupRenderer/renderAlignmentShape.js.map +0 -1
- package/dist/PileupRenderer/renderMethylation.js.map +0 -1
- package/dist/PileupRenderer/renderMismatches.js.map +0 -1
- package/dist/PileupRenderer/renderModifications.js.map +0 -1
- package/dist/PileupRenderer/renderPerBaseLettering.js.map +0 -1
- package/dist/PileupRenderer/renderPerBaseQuality.js.map +0 -1
- package/dist/PileupRenderer/renderSoftClipping.js.map +0 -1
- package/dist/PileupRenderer/sortUtil.js.map +0 -1
- package/dist/PileupRenderer/util.js.map +0 -1
- package/dist/SNPCoverageAdapter/SNPCoverageAdapter.js.map +0 -1
- package/dist/SNPCoverageAdapter/configSchema.js.map +0 -1
- package/dist/SNPCoverageAdapter/generateCoverageBins.js.map +0 -1
- package/dist/SNPCoverageAdapter/index.js.map +0 -1
- package/dist/SNPCoverageAdapter/util.js.map +0 -1
- package/dist/SNPCoverageRenderer/SNPCoverageRenderer.js.map +0 -1
- package/dist/SNPCoverageRenderer/configSchema.js.map +0 -1
- package/dist/SNPCoverageRenderer/index.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/shared/BaseDisplayComponent.js.map +0 -1
- package/dist/shared/FilterByTag.js.map +0 -1
- package/dist/shared/afterAttach.js.map +0 -1
- package/dist/shared/color.js.map +0 -1
- package/dist/shared/fetchChains.js.map +0 -1
- package/dist/shared/index.js.map +0 -1
- package/dist/shared/renderSvg.js.map +0 -1
- package/dist/shared/util.js.map +0 -1
- package/dist/util.js.map +0 -1
- package/esm/AlignmentsFeatureDetail/AlignmentsFeatureDetail.js.map +0 -1
- package/esm/AlignmentsFeatureDetail/AlignmentsFeatureFlags.js.map +0 -1
- package/esm/AlignmentsFeatureDetail/AlignmentsFeatureSuppAligns.js.map +0 -1
- package/esm/AlignmentsFeatureDetail/index.js.map +0 -1
- package/esm/AlignmentsFeatureDetail/util.js.map +0 -1
- package/esm/AlignmentsTrack/configSchemaF.js.map +0 -1
- package/esm/AlignmentsTrack/index.js.map +0 -1
- package/esm/BamAdapter/BamAdapter.js.map +0 -1
- package/esm/BamAdapter/BamSlightlyLazyFeature.js.map +0 -1
- package/esm/BamAdapter/configSchema.js.map +0 -1
- package/esm/BamAdapter/index.js.map +0 -1
- package/esm/CramAdapter/CramAdapter.js.map +0 -1
- package/esm/CramAdapter/CramSlightlyLazyFeature.js.map +0 -1
- package/esm/CramAdapter/CramTestAdapters.js.map +0 -1
- package/esm/CramAdapter/configSchema.js.map +0 -1
- package/esm/CramAdapter/index.js.map +0 -1
- package/esm/CramAdapter/util.js.map +0 -1
- package/esm/GuessAlignmentsTypes/index.js.map +0 -1
- package/esm/HtsgetBamAdapter/HtsgetBamAdapter.js.map +0 -1
- package/esm/HtsgetBamAdapter/configSchema.js.map +0 -1
- package/esm/HtsgetBamAdapter/index.js.map +0 -1
- package/esm/LinearAlignmentsDisplay/components/AlignmentsDisplay.js.map +0 -1
- package/esm/LinearAlignmentsDisplay/index.js.map +0 -1
- package/esm/LinearAlignmentsDisplay/models/configSchema.js.map +0 -1
- package/esm/LinearAlignmentsDisplay/models/model.js.map +0 -1
- package/esm/LinearPileupDisplay/components/ColorByModifications.js.map +0 -1
- package/esm/LinearPileupDisplay/components/ColorByTag.js.map +0 -1
- package/esm/LinearPileupDisplay/components/LinearPileupDisplayBlurb.js.map +0 -1
- package/esm/LinearPileupDisplay/components/ModificationsTable.js.map +0 -1
- package/esm/LinearPileupDisplay/components/SetFeatureHeight.js.map +0 -1
- package/esm/LinearPileupDisplay/components/SetMaxHeight.js.map +0 -1
- package/esm/LinearPileupDisplay/components/SortByTag.js.map +0 -1
- package/esm/LinearPileupDisplay/configSchema.js.map +0 -1
- package/esm/LinearPileupDisplay/index.js.map +0 -1
- package/esm/LinearPileupDisplay/model.js.map +0 -1
- package/esm/LinearReadArcsDisplay/components/ReactComponent.js.map +0 -1
- package/esm/LinearReadArcsDisplay/configSchema.js.map +0 -1
- package/esm/LinearReadArcsDisplay/drawFeats.js.map +0 -1
- package/esm/LinearReadArcsDisplay/index.js.map +0 -1
- package/esm/LinearReadArcsDisplay/model.js.map +0 -1
- package/esm/LinearReadArcsDisplay/util.js.map +0 -1
- package/esm/LinearReadCloudDisplay/components/ReactComponent.js.map +0 -1
- package/esm/LinearReadCloudDisplay/configSchema.js.map +0 -1
- package/esm/LinearReadCloudDisplay/drawFeats.js.map +0 -1
- package/esm/LinearReadCloudDisplay/drawLongReadChains.js.map +0 -1
- package/esm/LinearReadCloudDisplay/drawPairChains.js.map +0 -1
- package/esm/LinearReadCloudDisplay/index.js.map +0 -1
- package/esm/LinearReadCloudDisplay/model.js.map +0 -1
- package/esm/LinearReadCloudDisplay/util.js.map +0 -1
- package/esm/LinearSNPCoverageDisplay/components/Tooltip.js.map +0 -1
- package/esm/LinearSNPCoverageDisplay/index.js.map +0 -1
- package/esm/LinearSNPCoverageDisplay/models/configSchema.js.map +0 -1
- package/esm/LinearSNPCoverageDisplay/models/model.js.map +0 -1
- package/esm/MismatchParser/index.js.map +0 -1
- package/esm/PileupRPC/base.js.map +0 -1
- package/esm/PileupRPC/index.js.map +0 -1
- package/esm/PileupRPC/methods/GetGlobalValueForTag.js.map +0 -1
- package/esm/PileupRPC/methods/GetReducedFeatures.js.map +0 -1
- package/esm/PileupRPC/methods/GetVisibleModifications.js.map +0 -1
- package/esm/PileupRPC/rpcMethods.js.map +0 -1
- package/esm/PileupRPC/util.js.map +0 -1
- package/esm/PileupRenderer/PileupLayoutSession.js.map +0 -1
- package/esm/PileupRenderer/PileupRenderer.js.map +0 -1
- package/esm/PileupRenderer/colorBy.js.map +0 -1
- package/esm/PileupRenderer/components/PileupRendering.js.map +0 -1
- package/esm/PileupRenderer/configSchema.js.map +0 -1
- package/esm/PileupRenderer/getAlignmentShapeColor.js.map +0 -1
- package/esm/PileupRenderer/index.js.map +0 -1
- package/esm/PileupRenderer/layoutFeature.js.map +0 -1
- package/esm/PileupRenderer/layoutFeatures.js.map +0 -1
- package/esm/PileupRenderer/makeImageData.js.map +0 -1
- package/esm/PileupRenderer/renderAlignment.js.map +0 -1
- package/esm/PileupRenderer/renderAlignmentShape.js.map +0 -1
- package/esm/PileupRenderer/renderMethylation.js.map +0 -1
- package/esm/PileupRenderer/renderMismatches.js.map +0 -1
- package/esm/PileupRenderer/renderModifications.js.map +0 -1
- package/esm/PileupRenderer/renderPerBaseLettering.js.map +0 -1
- package/esm/PileupRenderer/renderPerBaseQuality.js.map +0 -1
- package/esm/PileupRenderer/renderSoftClipping.js.map +0 -1
- package/esm/PileupRenderer/sortUtil.js.map +0 -1
- package/esm/PileupRenderer/util.js.map +0 -1
- package/esm/SNPCoverageAdapter/SNPCoverageAdapter.js.map +0 -1
- package/esm/SNPCoverageAdapter/configSchema.js.map +0 -1
- package/esm/SNPCoverageAdapter/generateCoverageBins.js.map +0 -1
- package/esm/SNPCoverageAdapter/index.js.map +0 -1
- package/esm/SNPCoverageAdapter/util.js.map +0 -1
- package/esm/SNPCoverageRenderer/SNPCoverageRenderer.js.map +0 -1
- package/esm/SNPCoverageRenderer/configSchema.js.map +0 -1
- package/esm/SNPCoverageRenderer/index.js.map +0 -1
- package/esm/index.js.map +0 -1
- package/esm/shared/BaseDisplayComponent.js.map +0 -1
- package/esm/shared/FilterByTag.js.map +0 -1
- package/esm/shared/afterAttach.js.map +0 -1
- package/esm/shared/color.js.map +0 -1
- package/esm/shared/fetchChains.js.map +0 -1
- package/esm/shared/index.js.map +0 -1
- package/esm/shared/renderSvg.js.map +0 -1
- package/esm/shared/util.js.map +0 -1
- package/esm/util.js.map +0 -1
- package/src/AlignmentsFeatureDetail/AlignmentsFeatureDetail.tsx +0 -155
- package/src/AlignmentsFeatureDetail/AlignmentsFeatureFlags.tsx +0 -60
- package/src/AlignmentsFeatureDetail/AlignmentsFeatureSuppAligns.tsx +0 -51
- package/src/AlignmentsFeatureDetail/__snapshots__/index.test.tsx.snap +0 -327
- package/src/AlignmentsFeatureDetail/index.test.tsx +0 -47
- package/src/AlignmentsFeatureDetail/index.ts +0 -33
- package/src/AlignmentsFeatureDetail/util.ts +0 -27
- package/src/AlignmentsTrack/configSchemaF.ts +0 -22
- package/src/AlignmentsTrack/index.ts +0 -22
- package/src/BamAdapter/BamAdapter.test.ts +0 -124
- package/src/BamAdapter/BamAdapter.ts +0 -251
- package/src/BamAdapter/BamSlightlyLazyFeature.ts +0 -149
- package/src/BamAdapter/__snapshots__/BamAdapter.test.ts.snap +0 -1105
- package/src/BamAdapter/configSchema.ts +0 -65
- package/src/BamAdapter/index.ts +0 -14
- package/src/CombinationTest.test.ts +0 -108
- package/src/CramAdapter/CramAdapter.test.ts +0 -85
- package/src/CramAdapter/CramAdapter.ts +0 -323
- package/src/CramAdapter/CramSlightlyLazyFeature.ts +0 -185
- package/src/CramAdapter/CramTestAdapters.ts +0 -98
- package/src/CramAdapter/__snapshots__/CramAdapter.test.ts.snap +0 -256
- package/src/CramAdapter/__snapshots__/util.test.ts.snap +0 -14
- package/src/CramAdapter/configSchema.ts +0 -57
- package/src/CramAdapter/index.ts +0 -16
- package/src/CramAdapter/util.test.ts +0 -26
- package/src/CramAdapter/util.ts +0 -251
- package/src/GuessAlignmentsTypes/index.ts +0 -79
- package/src/HtsgetBamAdapter/HtsgetBamAdapter.ts +0 -24
- package/src/HtsgetBamAdapter/configSchema.ts +0 -40
- package/src/HtsgetBamAdapter/index.ts +0 -17
- package/src/LinearAlignmentsDisplay/components/AlignmentsDisplay.tsx +0 -52
- package/src/LinearAlignmentsDisplay/index.ts +0 -21
- package/src/LinearAlignmentsDisplay/models/configSchema.test.ts +0 -60
- package/src/LinearAlignmentsDisplay/models/configSchema.ts +0 -41
- package/src/LinearAlignmentsDisplay/models/model.tsx +0 -403
- package/src/LinearPileupDisplay/components/ColorByModifications.tsx +0 -102
- package/src/LinearPileupDisplay/components/ColorByTag.tsx +0 -61
- package/src/LinearPileupDisplay/components/LinearPileupDisplayBlurb.tsx +0 -32
- package/src/LinearPileupDisplay/components/ModificationsTable.tsx +0 -38
- package/src/LinearPileupDisplay/components/SetFeatureHeight.tsx +0 -82
- package/src/LinearPileupDisplay/components/SetMaxHeight.tsx +0 -71
- package/src/LinearPileupDisplay/components/SortByTag.tsx +0 -64
- package/src/LinearPileupDisplay/configSchema.test.js +0 -55
- package/src/LinearPileupDisplay/configSchema.ts +0 -67
- package/src/LinearPileupDisplay/index.ts +0 -24
- package/src/LinearPileupDisplay/model.ts +0 -884
- package/src/LinearReadArcsDisplay/components/ReactComponent.tsx +0 -50
- package/src/LinearReadArcsDisplay/configSchema.ts +0 -68
- package/src/LinearReadArcsDisplay/declare.d.ts +0 -1
- package/src/LinearReadArcsDisplay/drawFeats.ts +0 -210
- package/src/LinearReadArcsDisplay/index.ts +0 -23
- package/src/LinearReadArcsDisplay/model.tsx +0 -355
- package/src/LinearReadArcsDisplay/util.ts +0 -10
- package/src/LinearReadCloudDisplay/components/ReactComponent.tsx +0 -48
- package/src/LinearReadCloudDisplay/configSchema.ts +0 -57
- package/src/LinearReadCloudDisplay/drawFeats.ts +0 -35
- package/src/LinearReadCloudDisplay/drawLongReadChains.ts +0 -85
- package/src/LinearReadCloudDisplay/drawPairChains.ts +0 -139
- package/src/LinearReadCloudDisplay/index.ts +0 -23
- package/src/LinearReadCloudDisplay/model.tsx +0 -246
- package/src/LinearReadCloudDisplay/util.ts +0 -47
- package/src/LinearSNPCoverageDisplay/components/Tooltip.tsx +0 -128
- package/src/LinearSNPCoverageDisplay/index.ts +0 -20
- package/src/LinearSNPCoverageDisplay/models/configSchema.test.ts +0 -35
- package/src/LinearSNPCoverageDisplay/models/configSchema.ts +0 -82
- package/src/LinearSNPCoverageDisplay/models/model.ts +0 -336
- package/src/MismatchParser/index.test.ts +0 -283
- package/src/MismatchParser/index.ts +0 -508
- package/src/PileupRPC/base.ts +0 -24
- package/src/PileupRPC/index.ts +0 -12
- package/src/PileupRPC/methods/GetGlobalValueForTag.ts +0 -44
- package/src/PileupRPC/methods/GetReducedFeatures.ts +0 -67
- package/src/PileupRPC/methods/GetVisibleModifications.ts +0 -45
- package/src/PileupRPC/rpcMethods.ts +0 -3
- package/src/PileupRPC/util.ts +0 -19
- package/src/PileupRenderer/PileupLayoutSession.ts +0 -64
- package/src/PileupRenderer/PileupRenderer.ts +0 -142
- package/src/PileupRenderer/colorBy.ts +0 -74
- package/src/PileupRenderer/components/PileupRendering.tsx +0 -209
- package/src/PileupRenderer/configSchema.ts +0 -108
- package/src/PileupRenderer/getAlignmentShapeColor.ts +0 -87
- package/src/PileupRenderer/index.ts +0 -16
- package/src/PileupRenderer/layoutFeature.ts +0 -83
- package/src/PileupRenderer/layoutFeatures.ts +0 -44
- package/src/PileupRenderer/makeImageData.ts +0 -93
- package/src/PileupRenderer/renderAlignment.ts +0 -97
- package/src/PileupRenderer/renderAlignmentShape.ts +0 -45
- package/src/PileupRenderer/renderMethylation.ts +0 -75
- package/src/PileupRenderer/renderMismatches.ts +0 -206
- package/src/PileupRenderer/renderModifications.ts +0 -74
- package/src/PileupRenderer/renderPerBaseLettering.ts +0 -67
- package/src/PileupRenderer/renderPerBaseQuality.ts +0 -46
- package/src/PileupRenderer/renderSoftClipping.ts +0 -78
- package/src/PileupRenderer/sortUtil.ts +0 -107
- package/src/PileupRenderer/util.ts +0 -63
- package/src/SNPCoverageAdapter/SNPCoverageAdapter.ts +0 -111
- package/src/SNPCoverageAdapter/configSchema.ts +0 -23
- package/src/SNPCoverageAdapter/generateCoverageBins.ts +0 -259
- package/src/SNPCoverageAdapter/index.ts +0 -18
- package/src/SNPCoverageAdapter/util.ts +0 -33
- package/src/SNPCoverageRenderer/SNPCoverageRenderer.ts +0 -270
- package/src/SNPCoverageRenderer/configSchema.ts +0 -64
- package/src/SNPCoverageRenderer/index.ts +0 -17
- package/src/__snapshots__/index.test.ts.snap +0 -3
- package/src/index.test.ts +0 -17
- package/src/index.ts +0 -48
- package/src/shared/BaseDisplayComponent.tsx +0 -83
- package/src/shared/FilterByTag.tsx +0 -187
- package/src/shared/afterAttach.tsx +0 -66
- package/src/shared/color.ts +0 -86
- package/src/shared/fetchChains.ts +0 -62
- package/src/shared/index.ts +0 -75
- package/src/shared/renderSvg.tsx +0 -64
- package/src/shared/util.ts +0 -10
- package/src/util.ts +0 -154
|
@@ -1,327 +0,0 @@
|
|
|
1
|
-
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
-
|
|
3
|
-
exports[`open up a widget 1`] = `
|
|
4
|
-
<div
|
|
5
|
-
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 css-1ps6pg7-MuiPaper-root"
|
|
6
|
-
data-testid="alignment-side-drawer"
|
|
7
|
-
>
|
|
8
|
-
<div
|
|
9
|
-
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 MuiAccordion-root MuiAccordion-rounded Mui-expanded MuiAccordion-gutters css-1elwnq4-MuiPaper-root-MuiAccordion-root"
|
|
10
|
-
>
|
|
11
|
-
<div
|
|
12
|
-
aria-expanded="true"
|
|
13
|
-
class="MuiButtonBase-root MuiAccordionSummary-root Mui-expanded MuiAccordionSummary-gutters css-sh22l5-MuiButtonBase-root-MuiAccordionSummary-root"
|
|
14
|
-
role="button"
|
|
15
|
-
tabindex="0"
|
|
16
|
-
>
|
|
17
|
-
<div
|
|
18
|
-
class="MuiAccordionSummary-content Mui-expanded MuiAccordionSummary-contentGutters css-o4b71y-MuiAccordionSummary-content"
|
|
19
|
-
>
|
|
20
|
-
<span
|
|
21
|
-
class="MuiTypography-root MuiTypography-button css-1f0on15-MuiTypography-root"
|
|
22
|
-
>
|
|
23
|
-
|
|
24
|
-
ctgA_3_555_0:0:0_2:0... - match
|
|
25
|
-
</span>
|
|
26
|
-
</div>
|
|
27
|
-
<div
|
|
28
|
-
class="MuiAccordionSummary-expandIconWrapper Mui-expanded css-yw020d-MuiAccordionSummary-expandIconWrapper"
|
|
29
|
-
>
|
|
30
|
-
<svg
|
|
31
|
-
aria-hidden="true"
|
|
32
|
-
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-ymsoo8-MuiSvgIcon-root-expandIcon"
|
|
33
|
-
data-testid="ExpandMoreIcon"
|
|
34
|
-
focusable="false"
|
|
35
|
-
viewBox="0 0 24 24"
|
|
36
|
-
>
|
|
37
|
-
<path
|
|
38
|
-
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"
|
|
39
|
-
/>
|
|
40
|
-
</svg>
|
|
41
|
-
</div>
|
|
42
|
-
</div>
|
|
43
|
-
<div
|
|
44
|
-
class="MuiCollapse-root MuiCollapse-vertical MuiCollapse-entered css-pwcg7p-MuiCollapse-root"
|
|
45
|
-
style="min-height: 0px;"
|
|
46
|
-
>
|
|
47
|
-
<div
|
|
48
|
-
class="MuiCollapse-wrapper MuiCollapse-vertical css-smkl36-MuiCollapse-wrapper"
|
|
49
|
-
>
|
|
50
|
-
<div
|
|
51
|
-
class="MuiCollapse-wrapperInner MuiCollapse-vertical css-9l5vo-MuiCollapse-wrapperInner"
|
|
52
|
-
>
|
|
53
|
-
<div
|
|
54
|
-
class="MuiAccordion-region"
|
|
55
|
-
role="region"
|
|
56
|
-
>
|
|
57
|
-
<div
|
|
58
|
-
class="MuiAccordionDetails-root css-rqrb7m-MuiAccordionDetails-root-expansionPanelDetails"
|
|
59
|
-
>
|
|
60
|
-
<p
|
|
61
|
-
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
62
|
-
>
|
|
63
|
-
Core details
|
|
64
|
-
</p>
|
|
65
|
-
<div
|
|
66
|
-
class="css-1m8nxnb-field"
|
|
67
|
-
>
|
|
68
|
-
<div
|
|
69
|
-
class="css-1q83rf3-fieldName"
|
|
70
|
-
>
|
|
71
|
-
Position
|
|
72
|
-
</div>
|
|
73
|
-
<div
|
|
74
|
-
class="css-1omt041-fieldValue"
|
|
75
|
-
>
|
|
76
|
-
ctgA:3..102 (+)
|
|
77
|
-
</div>
|
|
78
|
-
</div>
|
|
79
|
-
<div
|
|
80
|
-
class="css-1m8nxnb-field"
|
|
81
|
-
>
|
|
82
|
-
<div
|
|
83
|
-
class="css-1q83rf3-fieldName"
|
|
84
|
-
>
|
|
85
|
-
Name
|
|
86
|
-
</div>
|
|
87
|
-
<div
|
|
88
|
-
class="css-1omt041-fieldValue"
|
|
89
|
-
>
|
|
90
|
-
<span>
|
|
91
|
-
ctgA_3_555_0:0:0_2:0:0_102d
|
|
92
|
-
</span>
|
|
93
|
-
</div>
|
|
94
|
-
</div>
|
|
95
|
-
<div
|
|
96
|
-
class="css-1m8nxnb-field"
|
|
97
|
-
>
|
|
98
|
-
<div
|
|
99
|
-
class="css-1q83rf3-fieldName"
|
|
100
|
-
>
|
|
101
|
-
Length
|
|
102
|
-
</div>
|
|
103
|
-
<div
|
|
104
|
-
class="css-1omt041-fieldValue"
|
|
105
|
-
>
|
|
106
|
-
<span>
|
|
107
|
-
100
|
|
108
|
-
</span>
|
|
109
|
-
</div>
|
|
110
|
-
</div>
|
|
111
|
-
<div
|
|
112
|
-
class="css-1m8nxnb-field"
|
|
113
|
-
>
|
|
114
|
-
<div
|
|
115
|
-
class="css-1q83rf3-fieldName"
|
|
116
|
-
>
|
|
117
|
-
Type
|
|
118
|
-
</div>
|
|
119
|
-
<div
|
|
120
|
-
class="css-1omt041-fieldValue"
|
|
121
|
-
>
|
|
122
|
-
<span>
|
|
123
|
-
match
|
|
124
|
-
</span>
|
|
125
|
-
</div>
|
|
126
|
-
</div>
|
|
127
|
-
<hr
|
|
128
|
-
class="MuiDivider-root MuiDivider-fullWidth css-9mgopn-MuiDivider-root"
|
|
129
|
-
/>
|
|
130
|
-
<p
|
|
131
|
-
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
132
|
-
>
|
|
133
|
-
Attributes
|
|
134
|
-
</p>
|
|
135
|
-
<div
|
|
136
|
-
class="css-1m8nxnb-field"
|
|
137
|
-
>
|
|
138
|
-
<div
|
|
139
|
-
class="css-1q83rf3-fieldName"
|
|
140
|
-
style="width: 96px;"
|
|
141
|
-
>
|
|
142
|
-
seq
|
|
143
|
-
</div>
|
|
144
|
-
<div
|
|
145
|
-
class="css-1omt041-fieldValue"
|
|
146
|
-
>
|
|
147
|
-
<div>
|
|
148
|
-
TTGTTGCGGAGTTGAACAACGGCATTAGGAACACTTCCGTCTCTCACTTTTATACGATTATGATTGGTTCTTTAGCCTTGGTTTAGATTGGTAGTAGTAG
|
|
149
|
-
</div>
|
|
150
|
-
</div>
|
|
151
|
-
</div>
|
|
152
|
-
<div
|
|
153
|
-
class="css-1m8nxnb-field"
|
|
154
|
-
>
|
|
155
|
-
<div
|
|
156
|
-
class="css-1q83rf3-fieldName"
|
|
157
|
-
style="width: 96px;"
|
|
158
|
-
>
|
|
159
|
-
score
|
|
160
|
-
</div>
|
|
161
|
-
<div
|
|
162
|
-
class="css-1omt041-fieldValue"
|
|
163
|
-
>
|
|
164
|
-
<div>
|
|
165
|
-
37
|
|
166
|
-
</div>
|
|
167
|
-
</div>
|
|
168
|
-
</div>
|
|
169
|
-
<div
|
|
170
|
-
class="css-1m8nxnb-field"
|
|
171
|
-
>
|
|
172
|
-
<div
|
|
173
|
-
class="css-1q83rf3-fieldName"
|
|
174
|
-
style="width: 96px;"
|
|
175
|
-
>
|
|
176
|
-
qual
|
|
177
|
-
</div>
|
|
178
|
-
<div
|
|
179
|
-
class="css-1omt041-fieldValue"
|
|
180
|
-
>
|
|
181
|
-
<button
|
|
182
|
-
type="button"
|
|
183
|
-
>
|
|
184
|
-
Copy
|
|
185
|
-
</button>
|
|
186
|
-
<button
|
|
187
|
-
type="button"
|
|
188
|
-
>
|
|
189
|
-
Show more
|
|
190
|
-
</button>
|
|
191
|
-
<div>
|
|
192
|
-
17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 1...
|
|
193
|
-
</div>
|
|
194
|
-
</div>
|
|
195
|
-
</div>
|
|
196
|
-
<div
|
|
197
|
-
class="css-1m8nxnb-field"
|
|
198
|
-
>
|
|
199
|
-
<div
|
|
200
|
-
aria-label="Mapping quality of the mate/next segment"
|
|
201
|
-
class="css-18vnxxj-fieldDescription-fieldName"
|
|
202
|
-
data-mui-internal-clone-element="true"
|
|
203
|
-
>
|
|
204
|
-
MQ
|
|
205
|
-
</div>
|
|
206
|
-
<div
|
|
207
|
-
class="css-1omt041-fieldValue"
|
|
208
|
-
>
|
|
209
|
-
<div>
|
|
210
|
-
37
|
|
211
|
-
</div>
|
|
212
|
-
</div>
|
|
213
|
-
</div>
|
|
214
|
-
<div
|
|
215
|
-
class="css-1m8nxnb-field"
|
|
216
|
-
>
|
|
217
|
-
<div
|
|
218
|
-
class="css-1q83rf3-fieldName"
|
|
219
|
-
style="width: 96px;"
|
|
220
|
-
>
|
|
221
|
-
CIGAR
|
|
222
|
-
</div>
|
|
223
|
-
<div
|
|
224
|
-
class="css-1omt041-fieldValue"
|
|
225
|
-
>
|
|
226
|
-
<div>
|
|
227
|
-
100M
|
|
228
|
-
</div>
|
|
229
|
-
</div>
|
|
230
|
-
</div>
|
|
231
|
-
<div
|
|
232
|
-
class="css-1m8nxnb-field"
|
|
233
|
-
>
|
|
234
|
-
<div
|
|
235
|
-
class="css-1q83rf3-fieldName"
|
|
236
|
-
style="width: 96px;"
|
|
237
|
-
>
|
|
238
|
-
length_on_ref
|
|
239
|
-
</div>
|
|
240
|
-
<div
|
|
241
|
-
class="css-1omt041-fieldValue"
|
|
242
|
-
>
|
|
243
|
-
<div>
|
|
244
|
-
100
|
|
245
|
-
</div>
|
|
246
|
-
</div>
|
|
247
|
-
</div>
|
|
248
|
-
<div
|
|
249
|
-
class="css-1m8nxnb-field"
|
|
250
|
-
>
|
|
251
|
-
<div
|
|
252
|
-
class="css-1q83rf3-fieldName"
|
|
253
|
-
style="width: 96px;"
|
|
254
|
-
>
|
|
255
|
-
template_length
|
|
256
|
-
</div>
|
|
257
|
-
<div
|
|
258
|
-
class="css-1omt041-fieldValue"
|
|
259
|
-
>
|
|
260
|
-
<div>
|
|
261
|
-
0
|
|
262
|
-
</div>
|
|
263
|
-
</div>
|
|
264
|
-
</div>
|
|
265
|
-
<div
|
|
266
|
-
class="css-1m8nxnb-field"
|
|
267
|
-
>
|
|
268
|
-
<div
|
|
269
|
-
class="css-1q83rf3-fieldName"
|
|
270
|
-
style="width: 96px;"
|
|
271
|
-
>
|
|
272
|
-
seq_length
|
|
273
|
-
</div>
|
|
274
|
-
<div
|
|
275
|
-
class="css-1omt041-fieldValue"
|
|
276
|
-
>
|
|
277
|
-
<div>
|
|
278
|
-
100
|
|
279
|
-
</div>
|
|
280
|
-
</div>
|
|
281
|
-
</div>
|
|
282
|
-
<div
|
|
283
|
-
class="css-1lttu3w-container"
|
|
284
|
-
>
|
|
285
|
-
<button
|
|
286
|
-
class="MuiButtonBase-root MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium css-sghohy-MuiButtonBase-root-MuiButton-root"
|
|
287
|
-
tabindex="0"
|
|
288
|
-
type="button"
|
|
289
|
-
>
|
|
290
|
-
Show feature sequence
|
|
291
|
-
<span
|
|
292
|
-
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
293
|
-
/>
|
|
294
|
-
</button>
|
|
295
|
-
<div
|
|
296
|
-
class="MuiFormControl-root css-147opmv-MuiFormControl-root-formControl"
|
|
297
|
-
>
|
|
298
|
-
<button
|
|
299
|
-
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-78trlr-MuiButtonBase-root-MuiIconButton-root"
|
|
300
|
-
tabindex="0"
|
|
301
|
-
type="button"
|
|
302
|
-
>
|
|
303
|
-
<svg
|
|
304
|
-
aria-hidden="true"
|
|
305
|
-
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
|
|
306
|
-
data-testid="HelpIcon"
|
|
307
|
-
focusable="false"
|
|
308
|
-
viewBox="0 0 24 24"
|
|
309
|
-
>
|
|
310
|
-
<path
|
|
311
|
-
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"
|
|
312
|
-
/>
|
|
313
|
-
</svg>
|
|
314
|
-
<span
|
|
315
|
-
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
316
|
-
/>
|
|
317
|
-
</button>
|
|
318
|
-
</div>
|
|
319
|
-
</div>
|
|
320
|
-
</div>
|
|
321
|
-
</div>
|
|
322
|
-
</div>
|
|
323
|
-
</div>
|
|
324
|
-
</div>
|
|
325
|
-
</div>
|
|
326
|
-
</div>
|
|
327
|
-
`;
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import { render } from '@testing-library/react'
|
|
3
|
-
import { types } from 'mobx-state-tree'
|
|
4
|
-
import PluginManager from '@jbrowse/core/PluginManager'
|
|
5
|
-
import { ConfigurationSchema } from '@jbrowse/core/configuration'
|
|
6
|
-
|
|
7
|
-
// locals
|
|
8
|
-
import { stateModelFactory } from '.'
|
|
9
|
-
import ReactComponent from './AlignmentsFeatureDetail'
|
|
10
|
-
|
|
11
|
-
test('open up a widget', () => {
|
|
12
|
-
const pluginManager = new PluginManager([])
|
|
13
|
-
|
|
14
|
-
const Session = types.model({
|
|
15
|
-
rpcManager: types.optional(types.frozen(), {}),
|
|
16
|
-
configuration: ConfigurationSchema('test', {}),
|
|
17
|
-
widget: stateModelFactory(pluginManager),
|
|
18
|
-
})
|
|
19
|
-
const session = Session.create(
|
|
20
|
-
{
|
|
21
|
-
// @ts-expect-error
|
|
22
|
-
widget: { type: 'AlignmentsFeatureWidget' },
|
|
23
|
-
},
|
|
24
|
-
{ pluginManager },
|
|
25
|
-
)
|
|
26
|
-
session.widget.setFeatureData({
|
|
27
|
-
seq: 'TTGTTGCGGAGTTGAACAACGGCATTAGGAACACTTCCGTCTCTCACTTTTATACGATTATGATTGGTTCTTTAGCCTTGGTTTAGATTGGTAGTAGTAG',
|
|
28
|
-
start: 2,
|
|
29
|
-
end: 102,
|
|
30
|
-
strand: 1,
|
|
31
|
-
score: 37,
|
|
32
|
-
qual: '17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17',
|
|
33
|
-
MQ: 37,
|
|
34
|
-
CIGAR: '100M',
|
|
35
|
-
length_on_ref: 100,
|
|
36
|
-
template_length: 0,
|
|
37
|
-
seq_length: 100,
|
|
38
|
-
name: 'ctgA_3_555_0:0:0_2:0:0_102d',
|
|
39
|
-
refName: 'ctgA',
|
|
40
|
-
type: 'match',
|
|
41
|
-
})
|
|
42
|
-
const { container, getByText } = render(
|
|
43
|
-
<ReactComponent model={session.widget} />,
|
|
44
|
-
)
|
|
45
|
-
expect(container.firstChild).toMatchSnapshot()
|
|
46
|
-
expect(getByText('ctgA:3..102 (+)')).toBeTruthy()
|
|
47
|
-
})
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { lazy } from 'react'
|
|
2
|
-
import PluginManager from '@jbrowse/core/PluginManager'
|
|
3
|
-
import { ConfigurationSchema } from '@jbrowse/core/configuration'
|
|
4
|
-
import { types } from 'mobx-state-tree'
|
|
5
|
-
import WidgetType from '@jbrowse/core/pluggableElementTypes/WidgetType'
|
|
6
|
-
import { stateModelFactory as baseModelFactory } from '@jbrowse/core/BaseFeatureWidget'
|
|
7
|
-
|
|
8
|
-
const configSchema = ConfigurationSchema('AlignmentsFeatureWidget', {})
|
|
9
|
-
|
|
10
|
-
export function stateModelFactory(pluginManager: PluginManager) {
|
|
11
|
-
const baseModel = baseModelFactory(pluginManager)
|
|
12
|
-
return types.compose(
|
|
13
|
-
baseModel,
|
|
14
|
-
types.model('AlignmentsFeatureWidget', {
|
|
15
|
-
type: types.literal('AlignmentsFeatureWidget'),
|
|
16
|
-
}),
|
|
17
|
-
)
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export default function register(pluginManager: PluginManager) {
|
|
21
|
-
pluginManager.addWidgetType(
|
|
22
|
-
() =>
|
|
23
|
-
new WidgetType({
|
|
24
|
-
name: 'AlignmentsFeatureWidget',
|
|
25
|
-
heading: 'Feature details',
|
|
26
|
-
configSchema,
|
|
27
|
-
stateModel: stateModelFactory(pluginManager),
|
|
28
|
-
ReactComponent: lazy(() => import('./AlignmentsFeatureDetail')),
|
|
29
|
-
}),
|
|
30
|
-
)
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
export { configSchema }
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { getSession } from '@jbrowse/core/util'
|
|
2
|
-
import { IAnyStateTreeNode } from 'mobx-state-tree'
|
|
3
|
-
|
|
4
|
-
export function getTag(
|
|
5
|
-
tag: string,
|
|
6
|
-
feat: {
|
|
7
|
-
tags?: { [key: string]: unknown }
|
|
8
|
-
[key: string]: unknown
|
|
9
|
-
},
|
|
10
|
-
) {
|
|
11
|
-
return feat.tags?.[tag] || feat[tag]
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export async function navToLoc(locString: string, model: IAnyStateTreeNode) {
|
|
15
|
-
const session = getSession(model)
|
|
16
|
-
const { view } = model
|
|
17
|
-
try {
|
|
18
|
-
if (view) {
|
|
19
|
-
await view.navToLocString(locString)
|
|
20
|
-
} else {
|
|
21
|
-
throw new Error('No view associated with this view anymore')
|
|
22
|
-
}
|
|
23
|
-
} catch (e) {
|
|
24
|
-
console.error(e)
|
|
25
|
-
session.notify(`${e}`)
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { ConfigurationSchema } from '@jbrowse/core/configuration'
|
|
2
|
-
import { createBaseTrackConfig } from '@jbrowse/core/pluggableElementTypes'
|
|
3
|
-
import PluginManager from '@jbrowse/core/PluginManager'
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* #config AlignmentsTrack
|
|
7
|
-
* has very little config; most config and state logic is on the display
|
|
8
|
-
*/
|
|
9
|
-
function x() {} // eslint-disable-line @typescript-eslint/no-unused-vars
|
|
10
|
-
|
|
11
|
-
export default function configSchemaFactory(pluginManager: PluginManager) {
|
|
12
|
-
return ConfigurationSchema(
|
|
13
|
-
'AlignmentsTrack',
|
|
14
|
-
{},
|
|
15
|
-
{
|
|
16
|
-
/**
|
|
17
|
-
* #baseConfiguration
|
|
18
|
-
*/
|
|
19
|
-
baseConfiguration: createBaseTrackConfig(pluginManager),
|
|
20
|
-
},
|
|
21
|
-
)
|
|
22
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import PluginManager from '@jbrowse/core/PluginManager'
|
|
2
|
-
import TrackType from '@jbrowse/core/pluggableElementTypes/TrackType'
|
|
3
|
-
import { createBaseTrackModel } from '@jbrowse/core/pluggableElementTypes/models'
|
|
4
|
-
import configSchemaF from './configSchemaF'
|
|
5
|
-
|
|
6
|
-
export default function register(pm: PluginManager) {
|
|
7
|
-
pm.addTrackType(() => {
|
|
8
|
-
const configSchema = configSchemaF(pm)
|
|
9
|
-
const track = new TrackType({
|
|
10
|
-
name: 'AlignmentsTrack',
|
|
11
|
-
displayName: 'Alignments track',
|
|
12
|
-
configSchema,
|
|
13
|
-
stateModel: createBaseTrackModel(pm, 'AlignmentsTrack', configSchema),
|
|
14
|
-
})
|
|
15
|
-
const linearAlignmentsDisplay = pm.getDisplayType('LinearAlignmentsDisplay')
|
|
16
|
-
// Add LinearAlignmentsDisplay here so that it has priority over the other
|
|
17
|
-
// linear displays (defaults to order the displays are added, but we have
|
|
18
|
-
// to add the Pileup and SNPCoverage displays first).
|
|
19
|
-
track.addDisplayType(linearAlignmentsDisplay)
|
|
20
|
-
return track
|
|
21
|
-
})
|
|
22
|
-
}
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
import { toArray } from 'rxjs/operators'
|
|
2
|
-
import { firstValueFrom } from 'rxjs'
|
|
3
|
-
import Adapter from './BamAdapter'
|
|
4
|
-
import configSchema from './configSchema'
|
|
5
|
-
|
|
6
|
-
test('adapter can fetch features from volvox.bam', async () => {
|
|
7
|
-
const adapter = new Adapter(
|
|
8
|
-
configSchema.create({
|
|
9
|
-
bamLocation: {
|
|
10
|
-
localPath: require.resolve('../../test_data/volvox-sorted.bam'),
|
|
11
|
-
locationType: 'LocalPathLocation',
|
|
12
|
-
},
|
|
13
|
-
index: {
|
|
14
|
-
location: {
|
|
15
|
-
localPath: require.resolve('../../test_data/volvox-sorted.bam.bai'),
|
|
16
|
-
locationType: 'LocalPathLocation',
|
|
17
|
-
},
|
|
18
|
-
},
|
|
19
|
-
}),
|
|
20
|
-
)
|
|
21
|
-
|
|
22
|
-
const features = adapter.getFeatures({
|
|
23
|
-
assemblyName: 'volvox',
|
|
24
|
-
refName: 'ctgA',
|
|
25
|
-
start: 0,
|
|
26
|
-
end: 20000,
|
|
27
|
-
})
|
|
28
|
-
|
|
29
|
-
const featuresArray = await firstValueFrom(features.pipe(toArray()))
|
|
30
|
-
expect(featuresArray[0].get('refName')).toBe('ctgA')
|
|
31
|
-
const featuresJsonArray = featuresArray.map(f => f.toJSON())
|
|
32
|
-
expect(featuresJsonArray.length).toEqual(3809)
|
|
33
|
-
expect(featuresJsonArray.slice(1000, 1010)).toMatchSnapshot()
|
|
34
|
-
|
|
35
|
-
expect(adapter.refIdToName(0)).toBe('ctgA')
|
|
36
|
-
expect(adapter.refIdToName(1)).toBe(undefined)
|
|
37
|
-
|
|
38
|
-
expect(await adapter.hasDataForRefName('ctgA')).toBe(true)
|
|
39
|
-
|
|
40
|
-
const adapterCSI = new Adapter(
|
|
41
|
-
configSchema.create({
|
|
42
|
-
bamLocation: {
|
|
43
|
-
localPath: require.resolve('../../test_data/volvox-sorted.bam'),
|
|
44
|
-
locationType: 'LocalPathLocation',
|
|
45
|
-
},
|
|
46
|
-
index: {
|
|
47
|
-
indexType: 'CSI',
|
|
48
|
-
location: {
|
|
49
|
-
localPath: require.resolve('../../test_data/volvox-sorted.bam.csi'),
|
|
50
|
-
locationType: 'LocalPathLocation',
|
|
51
|
-
},
|
|
52
|
-
},
|
|
53
|
-
}),
|
|
54
|
-
)
|
|
55
|
-
|
|
56
|
-
const featuresCSI = adapterCSI.getFeatures({
|
|
57
|
-
assemblyName: 'volvox',
|
|
58
|
-
refName: 'ctgA',
|
|
59
|
-
start: 0,
|
|
60
|
-
end: 20000,
|
|
61
|
-
})
|
|
62
|
-
const featuresArrayCSI = await firstValueFrom(featuresCSI.pipe(toArray()))
|
|
63
|
-
const featuresJsonArrayCSI = featuresArrayCSI.map(f => f.toJSON())
|
|
64
|
-
expect(featuresJsonArrayCSI).toEqual(featuresJsonArray)
|
|
65
|
-
})
|
|
66
|
-
|
|
67
|
-
test('test usage of BamSlightlyLazyFeature toJSON (used in the widget)', async () => {
|
|
68
|
-
const adapter = new Adapter(
|
|
69
|
-
configSchema.create({
|
|
70
|
-
bamLocation: {
|
|
71
|
-
localPath: require.resolve('../../test_data/volvox-sorted.bam'),
|
|
72
|
-
locationType: 'LocalPathLocation',
|
|
73
|
-
},
|
|
74
|
-
index: {
|
|
75
|
-
location: {
|
|
76
|
-
localPath: require.resolve('../../test_data/volvox-sorted.bam.bai'),
|
|
77
|
-
locationType: 'LocalPathLocation',
|
|
78
|
-
},
|
|
79
|
-
indexType: 'BAI',
|
|
80
|
-
},
|
|
81
|
-
}),
|
|
82
|
-
)
|
|
83
|
-
|
|
84
|
-
const features = adapter.getFeatures({
|
|
85
|
-
assemblyName: 'volvox',
|
|
86
|
-
refName: 'ctgA',
|
|
87
|
-
start: 0,
|
|
88
|
-
end: 100,
|
|
89
|
-
})
|
|
90
|
-
const featuresArray = await firstValueFrom(features.pipe(toArray()))
|
|
91
|
-
const f = featuresArray[0].toJSON()
|
|
92
|
-
expect(f.refName).toBe('ctgA')
|
|
93
|
-
expect(f.start).toBe(2)
|
|
94
|
-
expect(f.end).toBe(102)
|
|
95
|
-
expect(f.mismatches).not.toBeTruthy()
|
|
96
|
-
})
|
|
97
|
-
|
|
98
|
-
test('test usage of BamSlightlyLazyFeature for extended CIGAR', async () => {
|
|
99
|
-
const adapter = new Adapter(
|
|
100
|
-
configSchema.create({
|
|
101
|
-
bamLocation: {
|
|
102
|
-
localPath: require.resolve('../../test_data/extended_cigar.bam'),
|
|
103
|
-
locationType: 'LocalPathLocation',
|
|
104
|
-
},
|
|
105
|
-
index: {
|
|
106
|
-
location: {
|
|
107
|
-
localPath: require.resolve('../../test_data/extended_cigar.bam.bai'),
|
|
108
|
-
locationType: 'LocalPathLocation',
|
|
109
|
-
},
|
|
110
|
-
indexType: 'BAI',
|
|
111
|
-
},
|
|
112
|
-
}),
|
|
113
|
-
)
|
|
114
|
-
|
|
115
|
-
const features = adapter.getFeatures({
|
|
116
|
-
assemblyName: 'hg19',
|
|
117
|
-
refName: '1',
|
|
118
|
-
start: 13260,
|
|
119
|
-
end: 13340,
|
|
120
|
-
})
|
|
121
|
-
const featuresArray = await firstValueFrom(features.pipe(toArray()))
|
|
122
|
-
const f = featuresArray[0]
|
|
123
|
-
expect(f.get('mismatches')).toMatchSnapshot()
|
|
124
|
-
})
|