@genome-spy/core 0.37.1 → 0.37.3
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/bundle/index.es.js +758 -763
- package/dist/bundle/index.js +35 -35
- package/dist/src/data/collector.d.ts +1 -1
- package/dist/src/data/collector.d.ts.map +1 -1
- package/dist/src/data/collector.js +4 -4
- package/dist/src/data/collector.test.js +1 -1
- package/dist/src/data/dataFlow.d.ts +1 -1
- package/dist/src/data/dataFlow.d.ts.map +1 -1
- package/dist/src/data/dataFlow.js +1 -1
- package/dist/src/data/facetNode.d.ts +1 -1
- package/dist/src/data/facetNode.d.ts.map +1 -1
- package/dist/src/data/facetNode.js +1 -1
- package/dist/src/data/flow.test.js +4 -4
- package/dist/src/data/flowNode.test.js +2 -2
- package/dist/src/data/flowOptimizer.js +2 -2
- package/dist/src/data/flowOptimizer.test.js +11 -8
- package/dist/src/data/flowTestUtils.d.ts +2 -2
- package/dist/src/data/flowTestUtils.d.ts.map +1 -1
- package/dist/src/data/flowTestUtils.js +2 -2
- package/dist/src/data/formats/fasta.test.js +1 -1
- package/dist/src/data/sources/dataSource.d.ts +1 -1
- package/dist/src/data/sources/dataSource.d.ts.map +1 -1
- package/dist/src/data/sources/dataSource.js +1 -1
- package/dist/src/data/sources/dataSourceFactory.d.ts +10 -10
- package/dist/src/data/sources/dataSourceFactory.d.ts.map +1 -1
- package/dist/src/data/sources/dataSourceFactory.js +10 -10
- package/dist/src/data/sources/dataUtils.d.ts +2 -2
- package/dist/src/data/sources/dataUtils.d.ts.map +1 -1
- package/dist/src/data/sources/dataUtils.js +2 -2
- package/dist/src/data/sources/dynamic/axisGenomeSource.d.ts +1 -1
- package/dist/src/data/sources/dynamic/axisGenomeSource.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/axisGenomeSource.js +1 -1
- package/dist/src/data/sources/dynamic/axisTickSource.d.ts +1 -1
- package/dist/src/data/sources/dynamic/axisTickSource.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/axisTickSource.js +4 -4
- package/dist/src/data/sources/dynamic/bamSource.d.ts +1 -1
- package/dist/src/data/sources/dynamic/bamSource.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/bamSource.js +3 -3
- package/dist/src/data/sources/dynamic/bigBedSource.d.ts +1 -1
- package/dist/src/data/sources/dynamic/bigBedSource.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/bigBedSource.js +4 -4
- package/dist/src/data/sources/dynamic/bigWigSource.d.ts +1 -1
- package/dist/src/data/sources/dynamic/bigWigSource.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/bigWigSource.js +4 -4
- package/dist/src/data/sources/dynamic/gff3Source.d.ts +2 -2
- package/dist/src/data/sources/dynamic/gff3Source.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/gff3Source.js +1 -1
- package/dist/src/data/sources/dynamic/indexedFastaSource.d.ts +4 -1
- package/dist/src/data/sources/dynamic/indexedFastaSource.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/indexedFastaSource.js +3 -3
- package/dist/src/data/sources/dynamic/singleAxisLazySource.d.ts +3 -3
- package/dist/src/data/sources/dynamic/singleAxisLazySource.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/singleAxisLazySource.js +3 -3
- package/dist/src/data/sources/dynamic/tabixSource.d.ts +1 -1
- package/dist/src/data/sources/dynamic/tabixSource.d.ts.map +1 -1
- package/dist/src/data/sources/dynamic/tabixSource.js +4 -4
- package/dist/src/data/sources/dynamic/windowedMixin.js +1 -1
- package/dist/src/data/sources/inlineSource.d.ts +1 -1
- package/dist/src/data/sources/inlineSource.d.ts.map +1 -1
- package/dist/src/data/sources/inlineSource.js +2 -2
- package/dist/src/data/sources/inlineSource.test.js +2 -2
- package/dist/src/data/sources/namedSource.d.ts +1 -1
- package/dist/src/data/sources/namedSource.d.ts.map +1 -1
- package/dist/src/data/sources/namedSource.js +2 -2
- package/dist/src/data/sources/sequenceSource.d.ts +1 -1
- package/dist/src/data/sources/sequenceSource.d.ts.map +1 -1
- package/dist/src/data/sources/sequenceSource.js +1 -1
- package/dist/src/data/sources/sequenceSource.test.js +2 -2
- package/dist/src/data/sources/urlSource.d.ts +1 -1
- package/dist/src/data/sources/urlSource.d.ts.map +1 -1
- package/dist/src/data/sources/urlSource.js +2 -2
- package/dist/src/data/transforms/aggregate.d.ts +1 -1
- package/dist/src/data/transforms/aggregate.d.ts.map +1 -1
- package/dist/src/data/transforms/aggregate.js +3 -3
- package/dist/src/data/transforms/clone.d.ts +1 -1
- package/dist/src/data/transforms/clone.d.ts.map +1 -1
- package/dist/src/data/transforms/clone.js +2 -2
- package/dist/src/data/transforms/clone.test.js +2 -2
- package/dist/src/data/transforms/coverage.d.ts +2 -2
- package/dist/src/data/transforms/coverage.d.ts.map +1 -1
- package/dist/src/data/transforms/coverage.js +2 -2
- package/dist/src/data/transforms/coverage.test.js +2 -2
- package/dist/src/data/transforms/filter.d.ts +1 -1
- package/dist/src/data/transforms/filter.d.ts.map +1 -1
- package/dist/src/data/transforms/filter.js +2 -2
- package/dist/src/data/transforms/filter.test.js +2 -2
- package/dist/src/data/transforms/filterScoredLabels.d.ts +3 -3
- package/dist/src/data/transforms/filterScoredLabels.d.ts.map +1 -1
- package/dist/src/data/transforms/filterScoredLabels.js +4 -4
- package/dist/src/data/transforms/flatten.d.ts +1 -1
- package/dist/src/data/transforms/flatten.d.ts.map +1 -1
- package/dist/src/data/transforms/flatten.js +3 -3
- package/dist/src/data/transforms/flatten.test.js +2 -2
- package/dist/src/data/transforms/flattenCompressedExons.d.ts +1 -1
- package/dist/src/data/transforms/flattenCompressedExons.d.ts.map +1 -1
- package/dist/src/data/transforms/flattenCompressedExons.js +3 -3
- package/dist/src/data/transforms/flattenDelimited.d.ts +1 -1
- package/dist/src/data/transforms/flattenDelimited.d.ts.map +1 -1
- package/dist/src/data/transforms/flattenDelimited.js +3 -3
- package/dist/src/data/transforms/flattenDelimited.test.js +2 -2
- package/dist/src/data/transforms/flattenSequence.d.ts +1 -1
- package/dist/src/data/transforms/flattenSequence.d.ts.map +1 -1
- package/dist/src/data/transforms/flattenSequence.js +2 -2
- package/dist/src/data/transforms/flattenSequence.test.js +2 -2
- package/dist/src/data/transforms/formula.d.ts +1 -1
- package/dist/src/data/transforms/formula.d.ts.map +1 -1
- package/dist/src/data/transforms/formula.js +2 -2
- package/dist/src/data/transforms/formula.test.js +2 -2
- package/dist/src/data/transforms/identifier.d.ts +1 -1
- package/dist/src/data/transforms/identifier.d.ts.map +1 -1
- package/dist/src/data/transforms/identifier.js +1 -1
- package/dist/src/data/transforms/identifier.test.js +2 -2
- package/dist/src/data/transforms/linearizeGenomicCoordinate.d.ts +1 -1
- package/dist/src/data/transforms/linearizeGenomicCoordinate.d.ts.map +1 -1
- package/dist/src/data/transforms/linearizeGenomicCoordinate.js +3 -3
- package/dist/src/data/transforms/measureText.d.ts +1 -1
- package/dist/src/data/transforms/measureText.d.ts.map +1 -1
- package/dist/src/data/transforms/measureText.js +3 -3
- package/dist/src/data/transforms/pileup.d.ts +1 -1
- package/dist/src/data/transforms/pileup.d.ts.map +1 -1
- package/dist/src/data/transforms/pileup.js +2 -2
- package/dist/src/data/transforms/pileup.test.js +2 -2
- package/dist/src/data/transforms/project.d.ts +1 -1
- package/dist/src/data/transforms/project.d.ts.map +1 -1
- package/dist/src/data/transforms/project.js +2 -2
- package/dist/src/data/transforms/project.test.js +2 -2
- package/dist/src/data/transforms/regexExtract.d.ts +1 -1
- package/dist/src/data/transforms/regexExtract.d.ts.map +1 -1
- package/dist/src/data/transforms/regexExtract.js +2 -2
- package/dist/src/data/transforms/regexExtract.test.js +2 -2
- package/dist/src/data/transforms/regexFold.d.ts +1 -1
- package/dist/src/data/transforms/regexFold.d.ts.map +1 -1
- package/dist/src/data/transforms/regexFold.js +2 -2
- package/dist/src/data/transforms/regexFold.test.js +2 -2
- package/dist/src/data/transforms/sample.d.ts +1 -1
- package/dist/src/data/transforms/sample.d.ts.map +1 -1
- package/dist/src/data/transforms/sample.js +1 -1
- package/dist/src/data/transforms/sample.test.js +2 -2
- package/dist/src/data/transforms/stack.d.ts +1 -1
- package/dist/src/data/transforms/stack.d.ts.map +1 -1
- package/dist/src/data/transforms/stack.js +2 -2
- package/dist/src/data/transforms/stack.test.js +2 -2
- package/dist/src/data/transforms/transformFactory.js +19 -19
- package/dist/src/encoder/accessor.js +3 -3
- package/dist/src/encoder/accessor.test.js +1 -1
- package/dist/src/encoder/encoder.js +2 -2
- package/dist/src/encoder/encoder.test.js +2 -2
- package/dist/src/fonts/bmFontManager.d.ts +1 -1
- package/dist/src/fonts/bmFontManager.d.ts.map +1 -1
- package/dist/src/fonts/bmFontManager.js +1 -1
- package/dist/src/genome/genome.js +1 -1
- package/dist/src/genome/genome.test.js +1 -1
- package/dist/src/genome/genomeStore.d.ts +1 -1
- package/dist/src/genome/genomeStore.d.ts.map +1 -1
- package/dist/src/genome/genomeStore.js +1 -1
- package/dist/src/genome/scaleIndex.test.js +1 -1
- package/dist/src/genome/scaleLocus.test.js +1 -1
- package/dist/src/genomeSpy.d.ts +12 -12
- package/dist/src/genomeSpy.d.ts.map +1 -1
- package/dist/src/genomeSpy.js +26 -26
- package/dist/src/gl/arrayBuilder.js +1 -1
- package/dist/src/gl/dataToVertices.d.ts +4 -4
- package/dist/src/gl/dataToVertices.d.ts.map +1 -1
- package/dist/src/gl/dataToVertices.js +5 -5
- package/dist/src/gl/webGLHelper.js +2 -2
- package/dist/src/marks/link.d.ts +1 -1
- package/dist/src/marks/link.d.ts.map +1 -1
- package/dist/src/marks/link.js +2 -2
- package/dist/src/marks/mark.d.ts +3 -3
- package/dist/src/marks/mark.d.ts.map +1 -1
- package/dist/src/marks/mark.js +7 -7
- package/dist/src/marks/markUtils.js +1 -1
- package/dist/src/marks/pointMark.d.ts +1 -1
- package/dist/src/marks/pointMark.d.ts.map +1 -1
- package/dist/src/marks/pointMark.js +4 -4
- package/dist/src/marks/rectMark.d.ts +1 -1
- package/dist/src/marks/rectMark.d.ts.map +1 -1
- package/dist/src/marks/rectMark.js +6 -6
- package/dist/src/marks/rule.js +1 -1
- package/dist/src/marks/text.d.ts +1 -1
- package/dist/src/marks/text.d.ts.map +1 -1
- package/dist/src/marks/text.js +4 -4
- package/dist/src/scale/colorUtils.js +2 -2
- package/dist/src/scale/glslScaleGenerator.js +2 -2
- package/dist/src/scale/scale.js +1 -1
- package/dist/src/scale/scale.test.js +1 -1
- package/dist/src/scale/ticks.test.js +1 -1
- package/dist/src/singlePageApp.js +1 -1
- package/dist/src/tooltip/dataTooltipHandler.d.ts +1 -1
- package/dist/src/tooltip/dataTooltipHandler.d.ts.map +1 -1
- package/dist/src/tooltip/dataTooltipHandler.js +1 -1
- package/dist/src/tooltip/refseqGeneTooltipHandler.d.ts +1 -1
- package/dist/src/tooltip/refseqGeneTooltipHandler.d.ts.map +1 -1
- package/dist/src/tooltip/refseqGeneTooltipHandler.js +1 -1
- package/dist/src/utils/addBaseUrl.test.js +1 -1
- package/dist/src/utils/animator.js +1 -1
- package/dist/src/utils/binnedIndex.js +1 -1
- package/dist/src/utils/cloner.test.js +1 -1
- package/dist/src/utils/coalesce.test.js +1 -1
- package/dist/src/utils/concatIterables.test.js +1 -1
- package/dist/src/utils/domainArray.test.js +1 -1
- package/dist/src/utils/expression.d.ts +1 -1
- package/dist/src/utils/expression.d.ts.map +1 -1
- package/dist/src/utils/expression.js +5 -4
- package/dist/src/utils/indexer.test.js +1 -1
- package/dist/src/utils/iterateNestedMaps.test.js +1 -1
- package/dist/src/utils/kWayMerge.test.js +1 -1
- package/dist/src/utils/layout/flexLayout.js +1 -1
- package/dist/src/utils/layout/flexLayout.test.js +1 -1
- package/dist/src/utils/layout/grid.test.js +1 -1
- package/dist/src/utils/layout/rectangle.test.js +2 -2
- package/dist/src/utils/mergeObjects.test.js +1 -1
- package/dist/src/utils/numberExtractor.test.js +1 -1
- package/dist/src/utils/propertyCacher.test.js +5 -1
- package/dist/src/utils/propertyCoalescer.test.js +1 -1
- package/dist/src/utils/reservationMap.test.js +1 -1
- package/dist/src/utils/topK.test.js +1 -1
- package/dist/src/utils/trees.test.js +1 -1
- package/dist/src/utils/ui/tooltip.js +2 -2
- package/dist/src/utils/variableTools.test.js +1 -1
- package/dist/src/view/axisGridView.d.ts +1 -1
- package/dist/src/view/axisGridView.d.ts.map +1 -1
- package/dist/src/view/axisGridView.js +2 -2
- package/dist/src/view/axisResolution.js +5 -5
- package/dist/src/view/axisResolution.test.js +3 -3
- package/dist/src/view/axisView.d.ts +1 -1
- package/dist/src/view/axisView.d.ts.map +1 -1
- package/dist/src/view/axisView.js +2 -2
- package/dist/src/view/concatView.d.ts +1 -1
- package/dist/src/view/concatView.d.ts.map +1 -1
- package/dist/src/view/concatView.js +2 -2
- package/dist/src/view/containerView.d.ts +1 -1
- package/dist/src/view/containerView.d.ts.map +1 -1
- package/dist/src/view/containerView.js +1 -1
- package/dist/src/view/facetView.d.ts +3 -3
- package/dist/src/view/facetView.d.ts.map +1 -1
- package/dist/src/view/facetView.js +9 -9
- package/dist/src/view/flowBuilder.d.ts +4 -4
- package/dist/src/view/flowBuilder.d.ts.map +1 -1
- package/dist/src/view/flowBuilder.js +14 -14
- package/dist/src/view/flowBuilder.test.js +11 -11
- package/dist/src/view/gridView.d.ts +6 -6
- package/dist/src/view/gridView.d.ts.map +1 -1
- package/dist/src/view/gridView.js +12 -12
- package/dist/src/view/implicitRootView.d.ts +1 -1
- package/dist/src/view/implicitRootView.d.ts.map +1 -1
- package/dist/src/view/implicitRootView.js +1 -1
- package/dist/src/view/importView.d.ts +1 -1
- package/dist/src/view/importView.d.ts.map +1 -1
- package/dist/src/view/importView.js +1 -1
- package/dist/src/view/layerView.d.ts +1 -1
- package/dist/src/view/layerView.d.ts.map +1 -1
- package/dist/src/view/layerView.js +2 -2
- package/dist/src/view/renderingContext/bufferedViewRenderingContext.d.ts +1 -1
- package/dist/src/view/renderingContext/bufferedViewRenderingContext.d.ts.map +1 -1
- package/dist/src/view/renderingContext/bufferedViewRenderingContext.js +1 -1
- package/dist/src/view/renderingContext/compositeViewRenderingContext.d.ts +1 -1
- package/dist/src/view/renderingContext/compositeViewRenderingContext.d.ts.map +1 -1
- package/dist/src/view/renderingContext/compositeViewRenderingContext.js +1 -1
- package/dist/src/view/renderingContext/debuggingViewRenderingContext.d.ts +1 -1
- package/dist/src/view/renderingContext/debuggingViewRenderingContext.d.ts.map +1 -1
- package/dist/src/view/renderingContext/debuggingViewRenderingContext.js +2 -2
- package/dist/src/view/renderingContext/layoutRecorderViewRenderingContext.d.ts +1 -1
- package/dist/src/view/renderingContext/layoutRecorderViewRenderingContext.d.ts.map +1 -1
- package/dist/src/view/renderingContext/layoutRecorderViewRenderingContext.js +2 -2
- package/dist/src/view/renderingContext/simpleViewRenderingContext.d.ts +1 -1
- package/dist/src/view/renderingContext/simpleViewRenderingContext.d.ts.map +1 -1
- package/dist/src/view/renderingContext/simpleViewRenderingContext.js +1 -1
- package/dist/src/view/renderingContext/svgViewRenderingContext.d.ts +1 -1
- package/dist/src/view/renderingContext/svgViewRenderingContext.d.ts.map +1 -1
- package/dist/src/view/renderingContext/svgViewRenderingContext.js +2 -2
- package/dist/src/view/scaleResolution.d.ts +6 -6
- package/dist/src/view/scaleResolution.d.ts.map +1 -1
- package/dist/src/view/scaleResolution.js +11 -11
- package/dist/src/view/scaleResolution.test.js +6 -6
- package/dist/src/view/testUtils.d.ts +1 -1
- package/dist/src/view/testUtils.d.ts.map +1 -1
- package/dist/src/view/testUtils.js +8 -8
- package/dist/src/view/unitView.d.ts +6 -6
- package/dist/src/view/unitView.d.ts.map +1 -1
- package/dist/src/view/unitView.js +11 -11
- package/dist/src/view/view.d.ts +2 -2
- package/dist/src/view/view.d.ts.map +1 -1
- package/dist/src/view/view.js +6 -6
- package/dist/src/view/view.test.js +8 -8
- package/dist/src/view/viewFactory.d.ts +1 -1
- package/dist/src/view/viewFactory.d.ts.map +1 -1
- package/dist/src/view/viewFactory.js +5 -5
- package/dist/src/view/viewFactory.test.js +1 -1
- package/dist/src/view/viewUtils.d.ts +4 -4
- package/dist/src/view/viewUtils.d.ts.map +1 -1
- package/dist/src/view/viewUtils.js +6 -6
- package/package.json +9 -14
|
@@ -12,5 +12,5 @@ export default class InlineSource extends DataSource {
|
|
|
12
12
|
params: import("../../spec/data").InlineData;
|
|
13
13
|
loadSynchronously(): void;
|
|
14
14
|
}
|
|
15
|
-
import DataSource from "./dataSource";
|
|
15
|
+
import DataSource from "./dataSource.js";
|
|
16
16
|
//# sourceMappingURL=inlineSource.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inlineSource.d.ts","sourceRoot":"","sources":["../../../../src/data/sources/inlineSource.js"],"names":[],"mappings":"AAIA;;;GAGG;AACH,mCAHW,QAAQ,OAAO,iBAAiB,EAAE,IAAI,CAAC,gDAKjD;AAED;IACI;;;OAGG;IACH,oBAHW,OAAO,iBAAiB,EAAE,UAAU,QACpC,OAAO,iBAAiB,EAAE,OAAO,EAY3C;IAPG,6CAAoB;IASxB,0BAiCC;CAKJ;uBAjEsB,
|
|
1
|
+
{"version":3,"file":"inlineSource.d.ts","sourceRoot":"","sources":["../../../../src/data/sources/inlineSource.js"],"names":[],"mappings":"AAIA;;;GAGG;AACH,mCAHW,QAAQ,OAAO,iBAAiB,EAAE,IAAI,CAAC,gDAKjD;AAED;IACI;;;OAGG;IACH,oBAHW,OAAO,iBAAiB,EAAE,UAAU,QACpC,OAAO,iBAAiB,EAAE,OAAO,EAY3C;IAPG,6CAAoB;IASxB,0BAiCC;CAKJ;uBAjEsB,iBAAiB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { read } from "vega-loader";
|
|
2
|
-
import { getFormat, makeWrapper } from "./dataUtils";
|
|
3
|
-
import DataSource from "./dataSource";
|
|
2
|
+
import { getFormat, makeWrapper } from "./dataUtils.js";
|
|
3
|
+
import DataSource from "./dataSource.js";
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* @param {Partial<import("../../spec/data").Data>} data
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"namedSource.d.ts","sourceRoot":"","sources":["../../../../src/data/sources/namedSource.js"],"names":[],"mappings":"AAGA;;;GAGG;AACH,kCAHW,QAAQ,OAAO,iBAAiB,EAAE,IAAI,CAAC,+CAKjD;AAED;IAOI;;;;OAIG;IACH,oBAJW,OAAO,iBAAiB,EAAE,SAAS,QACnC,OAAO,iBAAiB,EAAE,OAAO,mBACxB,MAAM,KAAE,GAAG,EAAE,EAOhC;IAFG,iBALgB,MAAM,KAAE,GAAG,EAAE,CAKL;IACxB,4CAAoB;IAUxB;;;;OAIG;IACH,yBAFW,OAAO,aAAa,EAAE,KAAK,EAAE,QAMvC;IAED,0BA0BC;;CAKJ;uBA/EsB,
|
|
1
|
+
{"version":3,"file":"namedSource.d.ts","sourceRoot":"","sources":["../../../../src/data/sources/namedSource.js"],"names":[],"mappings":"AAGA;;;GAGG;AACH,kCAHW,QAAQ,OAAO,iBAAiB,EAAE,IAAI,CAAC,+CAKjD;AAED;IAOI;;;;OAIG;IACH,oBAJW,OAAO,iBAAiB,EAAE,SAAS,QACnC,OAAO,iBAAiB,EAAE,OAAO,mBACxB,MAAM,KAAE,GAAG,EAAE,EAOhC;IAFG,iBALgB,MAAM,KAAE,GAAG,EAAE,CAKL;IACxB,4CAAoB;IAUxB;;;;OAIG;IACH,yBAFW,OAAO,aAAa,EAAE,KAAK,EAAE,QAMvC;IAED,0BA0BC;;CAKJ;uBA/EsB,iBAAiB"}
|
|
@@ -13,5 +13,5 @@ export default class SequenceSource extends DataSource {
|
|
|
13
13
|
sequence: import("../../spec/data").SequenceParams;
|
|
14
14
|
loadSynchronously(): void;
|
|
15
15
|
}
|
|
16
|
-
import DataSource from "./dataSource";
|
|
16
|
+
import DataSource from "./dataSource.js";
|
|
17
17
|
//# sourceMappingURL=sequenceSource.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sequenceSource.d.ts","sourceRoot":"","sources":["../../../../src/data/sources/sequenceSource.js"],"names":[],"mappings":"AAEA;;;GAGG;AACH,0CAHW,QAAQ,OAAO,iBAAiB,EAAE,IAAI,CAAC,uDAKjD;AAED;IACI;;;;OAIG;IACH,oBAHW,OAAO,iBAAiB,EAAE,iBAAiB,QAC3C,OAAO,iBAAiB,EAAE,OAAO,EAY3C;IARG,mDAA+B;IAUnC,0BAaC;CAKJ;uBA9CsB,
|
|
1
|
+
{"version":3,"file":"sequenceSource.d.ts","sourceRoot":"","sources":["../../../../src/data/sources/sequenceSource.js"],"names":[],"mappings":"AAEA;;;GAGG;AACH,0CAHW,QAAQ,OAAO,iBAAiB,EAAE,IAAI,CAAC,uDAKjD;AAED;IACI;;;;OAIG;IACH,oBAHW,OAAO,iBAAiB,EAAE,iBAAiB,QAC3C,OAAO,iBAAiB,EAAE,OAAO,EAY3C;IARG,mDAA+B;IAUnC,0BAaC;CAKJ;uBA9CsB,iBAAiB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"urlSource.d.ts","sourceRoot":"","sources":["../../../../src/data/sources/urlSource.js"],"names":[],"mappings":"AAIA;;;GAGG;AACH,gCAHW,QAAQ,OAAO,iBAAiB,EAAE,IAAI,CAAC,6CAKjD;AAED;IACI;;;OAGG;IACH,oBAHW,OAAO,iBAAiB,EAAE,OAAO,QACjC,OAAO,iBAAiB,EAAE,OAAO,EAO3C;IAFG,0CAAoB;IACpB,gBAAiC;CAoDxC;uBAvEsB,
|
|
1
|
+
{"version":3,"file":"urlSource.d.ts","sourceRoot":"","sources":["../../../../src/data/sources/urlSource.js"],"names":[],"mappings":"AAIA;;;GAGG;AACH,gCAHW,QAAQ,OAAO,iBAAiB,EAAE,IAAI,CAAC,6CAKjD;AAED;IACI;;;OAGG;IACH,oBAHW,OAAO,iBAAiB,EAAE,OAAO,QACjC,OAAO,iBAAiB,EAAE,OAAO,EAO3C;IAFG,0CAAoB;IACpB,gBAAiC;CAoDxC;uBAvEsB,iBAAiB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { loader as vegaLoader, read } from "vega-loader";
|
|
2
|
-
import { getFormat } from "./dataUtils";
|
|
3
|
-
import DataSource from "./dataSource";
|
|
2
|
+
import { getFormat } from "./dataUtils.js";
|
|
3
|
+
import DataSource from "./dataSource.js";
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* @param {Partial<import("../../spec/data").Data>} data
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aggregate.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/aggregate.js"],"names":[],"mappings":"AAKA;;;;;;GAMG;AACH;IAKI;;OAEG;IACH,oBAFW,OAAO,sBAAsB,EAAE,eAAe,EAQxD;IAJG,uDAAoB;IAEpB,oBAAoB;IACpB,QADW,GAAG,EAAE,CACA;CAyCvB;qBAjEyC,
|
|
1
|
+
{"version":3,"file":"aggregate.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/aggregate.js"],"names":[],"mappings":"AAKA;;;;;;GAMG;AACH;IAKI;;OAEG;IACH,oBAFW,OAAO,sBAAsB,EAAE,eAAe,EAQxD;IAJG,uDAAoB;IAEpB,oBAAoB;IACpB,QADW,GAAG,EAAE,CACA;CAyCvB;qBAjEyC,gBAAgB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { group as d3group } from "d3-array";
|
|
2
|
-
import FlowNode, { BEHAVIOR_CLONES } from "../flowNode";
|
|
3
|
-
import { field } from "../../utils/field";
|
|
4
|
-
import iterateNestedMaps from "../../utils/iterateNestedMaps";
|
|
2
|
+
import FlowNode, { BEHAVIOR_CLONES } from "../flowNode.js";
|
|
3
|
+
import { field } from "../../utils/field.js";
|
|
4
|
+
import iterateNestedMaps from "../../utils/iterateNestedMaps.js";
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* A minimal aggregate transform that just counts grouped (by a single field) data items.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clone.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/clone.js"],"names":[],"mappings":"AAGA;;GAEG;AACH;IAYY,yBAAyB;IACzB,gBALQ,GAAG,UAK2C;IAO1D;;;;OAIG;IACH,yBAFW,OAAO,uBAAuB,EAAE,SAAS,UAQnD;CAER;qBAtCsD,
|
|
1
|
+
{"version":3,"file":"clone.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/clone.js"],"names":[],"mappings":"AAGA;;GAEG;AACH;IAYY,yBAAyB;IACzB,gBALQ,GAAG,UAK2C;IAO1D;;;;OAIG;IACH,yBAFW,OAAO,uBAAuB,EAAE,SAAS,UAQnD;CAER;qBAtCsD,gBAAgB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import createCloner from "../../utils/cloner";
|
|
2
|
-
import FlowNode, { BEHAVIOR_CLONES, isFileBatch } from "../flowNode";
|
|
1
|
+
import createCloner from "../../utils/cloner.js";
|
|
2
|
+
import FlowNode, { BEHAVIOR_CLONES, isFileBatch } from "../flowNode.js";
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Clones the data objects that pass through.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { expect, test } from "vitest";
|
|
2
|
-
import { processData } from "../flowTestUtils";
|
|
3
|
-
import CloneTransform from "./clone";
|
|
2
|
+
import { processData } from "../flowTestUtils.js";
|
|
3
|
+
import CloneTransform from "./clone.js";
|
|
4
4
|
|
|
5
5
|
test("CloneTransform clones the data objects", () => {
|
|
6
6
|
const data = [{ x: 1 }, { x: 2 }];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="external-typings/flatqueue" />
|
|
1
|
+
/// <reference types="external-typings/flatqueue.js" />
|
|
2
2
|
/**
|
|
3
3
|
* Computes coverage for sorted segments
|
|
4
4
|
*
|
|
@@ -25,6 +25,6 @@ export default class CoverageTransform extends FlowNode {
|
|
|
25
25
|
createSegment: Function;
|
|
26
26
|
ends: FlatQueue<any>;
|
|
27
27
|
}
|
|
28
|
-
import FlowNode from "../flowNode";
|
|
28
|
+
import FlowNode from "../flowNode.js";
|
|
29
29
|
import FlatQueue from "flatqueue";
|
|
30
30
|
//# sourceMappingURL=coverage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coverage.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/coverage.js"],"names":[],"mappings":";AAKA;;;;GAIG;AACH;IAKI;;OAEG;IACH,oBAFW,OAAO,sBAAsB,EAAE,cAAc,EA4CvD;IAxCG,sDAAoB;IAEpB,mDAAwC;IACxC,iDAAoC;IAEpC,mCAAmC;IACnC,sBADoB,GAAG,KAAE,MAAM,CAGT;IACtB,mCAAmC;IACnC,uBADoB,GAAG,KAAE,MAAM,CACsC;IAErE;;;;;MAKC;IAGD,wBAgBC;IAGD,qBAA2B;CA2HlC;qBAnLyC,
|
|
1
|
+
{"version":3,"file":"coverage.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/coverage.js"],"names":[],"mappings":";AAKA;;;;GAIG;AACH;IAKI;;OAEG;IACH,oBAFW,OAAO,sBAAsB,EAAE,cAAc,EA4CvD;IAxCG,sDAAoB;IAEpB,mDAAwC;IACxC,iDAAoC;IAEpC,mCAAmC;IACnC,sBADoB,GAAG,KAAE,MAAM,CAGT;IACtB,mCAAmC;IACnC,uBADoB,GAAG,KAAE,MAAM,CACsC;IAErE;;;;;MAKC;IAGD,wBAgBC;IAGD,qBAA2B;CA2HlC;qBAnLyC,gBAAgB;sBAHpC,WAAW"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import FlatQueue from "flatqueue";
|
|
2
2
|
|
|
3
|
-
import { field } from "../../utils/field";
|
|
4
|
-
import FlowNode, { BEHAVIOR_CLONES } from "../flowNode";
|
|
3
|
+
import { field } from "../../utils/field.js";
|
|
4
|
+
import FlowNode, { BEHAVIOR_CLONES } from "../flowNode.js";
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Computes coverage for sorted segments
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { expect, test } from "vitest";
|
|
2
|
-
import CoverageTransform from "./coverage";
|
|
3
|
-
import { processData } from "../flowTestUtils";
|
|
2
|
+
import CoverageTransform from "./coverage.js";
|
|
3
|
+
import { processData } from "../flowTestUtils.js";
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* @typedef {import("../../spec/transform").CoverageParams} CoverageParams
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filter.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/filter.js"],"names":[],"mappings":"AAGA;IACI;;;OAGG;IACH,oBAFW,OAAO,sBAAsB,EAAE,YAAY,EAQrD;IAJG,oDAAoB;IAEpB,sCAAsC;IACtC,mBADmB,GAAG,KAAK,OAAO,CACR;CAmBjC;qBA/BoB,
|
|
1
|
+
{"version":3,"file":"filter.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/filter.js"],"names":[],"mappings":"AAGA;IACI;;;OAGG;IACH,oBAFW,OAAO,sBAAsB,EAAE,YAAY,EAQrD;IAJG,oDAAoB;IAEpB,sCAAsC;IACtC,mBADmB,GAAG,KAAK,OAAO,CACR;CAmBjC;qBA/BoB,gBAAgB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { expect, test } from "vitest";
|
|
2
|
-
import { processData } from "../flowTestUtils";
|
|
3
|
-
import FilterTransform from "./filter";
|
|
2
|
+
import { processData } from "../flowTestUtils.js";
|
|
3
|
+
import FilterTransform from "./filter.js";
|
|
4
4
|
|
|
5
5
|
test("FilterTransform filter rows", () => {
|
|
6
6
|
const data = [1, 2, 3, 4, 5, 6].map((x) => ({ x }));
|
|
@@ -18,12 +18,12 @@ export default class FilterScoredLabelsTransform extends FlowNode {
|
|
|
18
18
|
padding: number;
|
|
19
19
|
/** @type {Map<any, ReservationMap>} */
|
|
20
20
|
reservationMaps: Map<any, ReservationMap>;
|
|
21
|
-
resolution: import("../../view/scaleResolution").default;
|
|
21
|
+
resolution: import("../../view/scaleResolution.js").default;
|
|
22
22
|
schedule: () => void;
|
|
23
23
|
_scores: any[];
|
|
24
24
|
_filterAndPropagate(): void;
|
|
25
25
|
groups: Map<any, any>;
|
|
26
26
|
}
|
|
27
|
-
import FlowNode from "../flowNode";
|
|
28
|
-
import ReservationMap from "../../utils/reservationMap";
|
|
27
|
+
import FlowNode from "../flowNode.js";
|
|
28
|
+
import ReservationMap from "../../utils/reservationMap.js";
|
|
29
29
|
//# sourceMappingURL=filterScoredLabels.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filterScoredLabels.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/filterScoredLabels.js"],"names":[],"mappings":"AAMA;IAKI;;;;OAIG;IACH,oBAHW,OAAO,sBAAsB,EAAE,wBAAwB,QACvD,OAAO,iBAAiB,EAAE,OAAO,EA2C3C;IAtCG,gEAAoB;IAEpB,oBAAoB;IACpB,OADW,GAAG,EAAE,CACD;IAEf,mBAAoC;IAMpC,iDAAyC;IACzC,mDAA6C;IAC7C,mDAA6C;IAC7C,mDAA6C;IAC7C,gCAAgC;IAChC,qBADoB,GAAG,KAAE,GAAG,CAGd;IACd,gBAAuC;IAEvC,uCAAuC;IACvC,iBADW,IAAI,GAAG,EAAE,cAAc,CAAC,CACH;IAEhC,
|
|
1
|
+
{"version":3,"file":"filterScoredLabels.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/filterScoredLabels.js"],"names":[],"mappings":"AAMA;IAKI;;;;OAIG;IACH,oBAHW,OAAO,sBAAsB,EAAE,wBAAwB,QACvD,OAAO,iBAAiB,EAAE,OAAO,EA2C3C;IAtCG,gEAAoB;IAEpB,oBAAoB;IACpB,OADW,GAAG,EAAE,CACD;IAEf,mBAAoC;IAMpC,iDAAyC;IACzC,mDAA6C;IAC7C,mDAA6C;IAC7C,mDAA6C;IAC7C,gCAAgC;IAChC,qBADoB,GAAG,KAAE,GAAG,CAGd;IACd,gBAAuC;IAEvC,uCAAuC;IACvC,iBADW,IAAI,GAAG,EAAE,cAAc,CAAC,CACH;IAEhC,4DAAuD;IAIvD,qBAAuE;IAgBvE,eAAiD;IAWrD,4BA4CC;IAKG,sBAAuB;CAU9B;qBApI2C,gBAAgB;2BAEjC,+BAA+B"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { bisector } from "d3-array";
|
|
2
|
-
import FlowNode, { BEHAVIOR_COLLECTS } from "../flowNode";
|
|
3
|
-
import { topKSlice } from "../../utils/topK";
|
|
4
|
-
import ReservationMap from "../../utils/reservationMap";
|
|
5
|
-
import { field } from "../../utils/field";
|
|
2
|
+
import FlowNode, { BEHAVIOR_COLLECTS } from "../flowNode.js";
|
|
3
|
+
import { topKSlice } from "../../utils/topK.js";
|
|
4
|
+
import ReservationMap from "../../utils/reservationMap.js";
|
|
5
|
+
import { field } from "../../utils/field.js";
|
|
6
6
|
|
|
7
7
|
export default class FilterScoredLabelsTransform extends FlowNode {
|
|
8
8
|
get behavior() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flatten.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/flatten.js"],"names":[],"mappings":"AAIA;IAKI;;OAEG;IACH,oBAFW,OAAO,sBAAsB,EAAE,aAAa,EAwDtD;IAvCO,2BAA2B;IAC3B,gBADY,GAAG,EAAE,UAwBhB;CAgBZ;qBAjEyC,
|
|
1
|
+
{"version":3,"file":"flatten.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/flatten.js"],"names":[],"mappings":"AAIA;IAKI;;OAEG;IACH,oBAFW,OAAO,sBAAsB,EAAE,aAAa,EAwDtD;IAvCO,2BAA2B;IAC3B,gBADY,GAAG,EAAE,UAwBhB;CAgBZ;qBAjEyC,gBAAgB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { asArray } from "../../utils/arrayUtils";
|
|
2
|
-
import { field } from "../../utils/field";
|
|
3
|
-
import FlowNode, { BEHAVIOR_CLONES } from "../flowNode";
|
|
1
|
+
import { asArray } from "../../utils/arrayUtils.js";
|
|
2
|
+
import { field } from "../../utils/field.js";
|
|
3
|
+
import FlowNode, { BEHAVIOR_CLONES } from "../flowNode.js";
|
|
4
4
|
|
|
5
5
|
export default class FlattenTransform extends FlowNode {
|
|
6
6
|
get behavior() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { describe, expect, test } from "vitest";
|
|
2
|
-
import { processData } from "../flowTestUtils";
|
|
3
|
-
import FlattenTransform from "./flatten";
|
|
2
|
+
import { processData } from "../flowTestUtils.js";
|
|
3
|
+
import FlattenTransform from "./flatten.js";
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* @param {import("./flatten").FlattenParams} params
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flattenCompressedExons.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/flattenCompressedExons.js"],"names":[],"mappings":"AAIA;;;;GAIG;AACH;IAKI;;;OAGG;IACH,oBAFW,OAAO,sBAAsB,EAAE,4BAA4B,EAmCrE;IA1BG;;;OAGG;IACH,gBAFW,GAAG,UAuBb;CAER;qBAlDyC,
|
|
1
|
+
{"version":3,"file":"flattenCompressedExons.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/flattenCompressedExons.js"],"names":[],"mappings":"AAIA;;;;GAIG;AACH;IAKI;;;OAGG;IACH,oBAFW,OAAO,sBAAsB,EAAE,4BAA4B,EAmCrE;IA1BG;;;OAGG;IACH,gBAFW,GAAG,UAuBb;CAER;qBAlDyC,gBAAgB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { field } from "../../utils/field";
|
|
2
|
-
import numberExtractor from "../../utils/numberExtractor";
|
|
3
|
-
import FlowNode, { BEHAVIOR_CLONES } from "../flowNode";
|
|
1
|
+
import { field } from "../../utils/field.js";
|
|
2
|
+
import numberExtractor from "../../utils/numberExtractor.js";
|
|
3
|
+
import FlowNode, { BEHAVIOR_CLONES } from "../flowNode.js";
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Flattens "run-length encoded" exons. The transforms inputs the start
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flattenDelimited.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/flattenDelimited.js"],"names":[],"mappings":"AAIA;IAKI;;OAEG;IACH,oBAFW,OAAO,sBAAsB,EAAE,sBAAsB,EAuC/D;IAnBG,2BAA2B;IAC3B,gBADY,GAAG,EAAE,UAkBhB;CAER;qBAhDyC,
|
|
1
|
+
{"version":3,"file":"flattenDelimited.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/flattenDelimited.js"],"names":[],"mappings":"AAIA;IAKI;;OAEG;IACH,oBAFW,OAAO,sBAAsB,EAAE,sBAAsB,EAuC/D;IAnBG,2BAA2B;IAC3B,gBADY,GAAG,EAAE,UAkBhB;CAER;qBAhDyC,gBAAgB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { asArray } from "../../utils/arrayUtils";
|
|
2
|
-
import { field } from "../../utils/field";
|
|
3
|
-
import FlowNode, { BEHAVIOR_CLONES } from "../flowNode";
|
|
1
|
+
import { asArray } from "../../utils/arrayUtils.js";
|
|
2
|
+
import { field } from "../../utils/field.js";
|
|
3
|
+
import FlowNode, { BEHAVIOR_CLONES } from "../flowNode.js";
|
|
4
4
|
|
|
5
5
|
export default class FlattenDelimitedTransform extends FlowNode {
|
|
6
6
|
get behavior() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { describe, expect, test } from "vitest";
|
|
2
|
-
import { processData } from "../flowTestUtils";
|
|
3
|
-
import FlattenDelimitedTransform from "./flattenDelimited";
|
|
2
|
+
import { processData } from "../flowTestUtils.js";
|
|
3
|
+
import FlattenDelimitedTransform from "./flattenDelimited.js";
|
|
4
4
|
|
|
5
5
|
const sampleData = [
|
|
6
6
|
{ id: 1, a: "q, w, e", b: "a-s-d" },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flattenSequence.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/flattenSequence.js"],"names":[],"mappings":"AAGA;IAKI;;;OAGG;IACH,oBAFW,OAAO,sBAAsB,EAAE,qBAAqB,EAuB9D;IAfG,2BAA2B;IAC3B,gBADY,GAAG,EAAE,UAchB;CAER;qBAjCyC,
|
|
1
|
+
{"version":3,"file":"flattenSequence.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/flattenSequence.js"],"names":[],"mappings":"AAGA;IAKI;;;OAGG;IACH,oBAFW,OAAO,sBAAsB,EAAE,qBAAqB,EAuB9D;IAfG,2BAA2B;IAC3B,gBADY,GAAG,EAAE,UAchB;CAER;qBAjCyC,gBAAgB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { field } from "../../utils/field";
|
|
2
|
-
import FlowNode, { BEHAVIOR_CLONES } from "../flowNode";
|
|
1
|
+
import { field } from "../../utils/field.js";
|
|
2
|
+
import FlowNode, { BEHAVIOR_CLONES } from "../flowNode.js";
|
|
3
3
|
|
|
4
4
|
export default class FlattenSequenceTransform extends FlowNode {
|
|
5
5
|
get behavior() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { expect, test } from "vitest";
|
|
2
|
-
import { processData } from "../flowTestUtils";
|
|
3
|
-
import FlattenSequenceTransform from "./flattenSequence";
|
|
2
|
+
import { processData } from "../flowTestUtils.js";
|
|
3
|
+
import FlattenSequenceTransform from "./flattenSequence.js";
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* @param {import("./flattenSequence").FlattenSequenceParams} params
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formula.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/formula.js"],"names":[],"mappings":"AAGA;IAKI;;;OAGG;IACH,oBAFW,OAAO,sBAAsB,EAAE,aAAa,EAUtD;IANG,qDAAoB;IAEpB,WAAmB;IAEnB,kCAAkC;IAClC,YADmB,GAAG,KAAK,GAAG,CACX;CAe1B;qBAjC2C,
|
|
1
|
+
{"version":3,"file":"formula.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/formula.js"],"names":[],"mappings":"AAGA;IAKI;;;OAGG;IACH,oBAFW,OAAO,sBAAsB,EAAE,aAAa,EAUtD;IANG,qDAAoB;IAEpB,WAAmB;IAEnB,kCAAkC;IAClC,YADmB,GAAG,KAAK,GAAG,CACX;CAe1B;qBAjC2C,gBAAgB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import createFunction from "../../utils/expression";
|
|
2
|
-
import FlowNode, { BEHAVIOR_MODIFIES } from "../flowNode";
|
|
1
|
+
import createFunction from "../../utils/expression.js";
|
|
2
|
+
import FlowNode, { BEHAVIOR_MODIFIES } from "../flowNode.js";
|
|
3
3
|
|
|
4
4
|
export default class FormulaTransform extends FlowNode {
|
|
5
5
|
get behavior() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { expect, test } from "vitest";
|
|
2
|
-
import { processData } from "../flowTestUtils";
|
|
3
|
-
import FormulaTransform from "./formula";
|
|
2
|
+
import { processData } from "../flowTestUtils.js";
|
|
3
|
+
import FormulaTransform from "./formula.js";
|
|
4
4
|
|
|
5
5
|
test("FormulaTransform", () => {
|
|
6
6
|
const data = [{ a: 2 }, { a: 3 }];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"identifier.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/identifier.js"],"names":[],"mappings":"AAEA,qCAAsC;AAEtC,+BAAgC;AAehC;;;;;;;GAOG;AACH;IAKI;;;OAGG;IACH,oBAFW,OAAO,sBAAsB,EAAE,gBAAgB,EAuBzD;IAnBG,wDAAoB;IAEpB,WAAiC;IAEjC;;;OAGG;IACH,SAFU,MAAM,EAAE,CAED;IAEjB;;OAEG;IACH,oBAAoB;IAEpB;;OAEG;IACH,YAAa;IAuBjB;;OAEG;IACH,WAFa,MAAM,CAOlB;IAED,oBAMC;IAED,wBAOC;CACJ;qBAzG2C,
|
|
1
|
+
{"version":3,"file":"identifier.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/identifier.js"],"names":[],"mappings":"AAEA,qCAAsC;AAEtC,+BAAgC;AAehC;;;;;;;GAOG;AACH;IAKI;;;OAGG;IACH,oBAFW,OAAO,sBAAsB,EAAE,gBAAgB,EAuBzD;IAnBG,wDAAoB;IAEpB,WAAiC;IAEjC;;;OAGG;IACH,SAFU,MAAM,EAAE,CAED;IAEjB;;OAEG;IACH,oBAAoB;IAEpB;;OAEG;IACH,YAAa;IAuBjB;;OAEG;IACH,WAFa,MAAM,CAOlB;IAED,oBAMC;IAED,wBAOC;CACJ;qBAzG2C,gBAAgB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { expect, test } from "vitest";
|
|
2
2
|
import { range } from "d3-array";
|
|
3
|
-
import { processData } from "../flowTestUtils";
|
|
4
|
-
import IdentifierTransform, { BLOCK_SIZE, DEFAULT_AS } from "./identifier";
|
|
3
|
+
import { processData } from "../flowTestUtils.js";
|
|
4
|
+
import IdentifierTransform, { BLOCK_SIZE, DEFAULT_AS } from "./identifier.js";
|
|
5
5
|
|
|
6
6
|
test("An IdentifierTransform adds identifiers correctly", () => {
|
|
7
7
|
const data = range(BLOCK_SIZE * 2).map((x) => ({ data: x }));
|
|
@@ -6,5 +6,5 @@ export default class LinearizeGenomicCoordinate extends FlowNode {
|
|
|
6
6
|
*/
|
|
7
7
|
constructor(params: import("../../spec/transform").LinearizeGenomicCoordinateParams, view: import("../../view/view").default);
|
|
8
8
|
}
|
|
9
|
-
import FlowNode from "../flowNode";
|
|
9
|
+
import FlowNode from "../flowNode.js";
|
|
10
10
|
//# sourceMappingURL=linearizeGenomicCoordinate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"linearizeGenomicCoordinate.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/linearizeGenomicCoordinate.js"],"names":[],"mappings":"AAIA;IAKI;;;;OAIG;IACH,oBAHW,OAAO,sBAAsB,EAAE,gCAAgC,QAC/D,OAAO,iBAAiB,EAAE,OAAO,EAmF3C;CACJ;qBA9F2C,
|
|
1
|
+
{"version":3,"file":"linearizeGenomicCoordinate.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/linearizeGenomicCoordinate.js"],"names":[],"mappings":"AAIA;IAKI;;;;OAIG;IACH,oBAHW,OAAO,sBAAsB,EAAE,gCAAgC,QAC/D,OAAO,iBAAiB,EAAE,OAAO,EAmF3C;CACJ;qBA9F2C,gBAAgB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { asArray } from "../../utils/arrayUtils";
|
|
2
|
-
import { field } from "../../utils/field";
|
|
3
|
-
import FlowNode, { BEHAVIOR_MODIFIES } from "../flowNode";
|
|
1
|
+
import { asArray } from "../../utils/arrayUtils.js";
|
|
2
|
+
import { field } from "../../utils/field.js";
|
|
3
|
+
import FlowNode, { BEHAVIOR_MODIFIES } from "../flowNode.js";
|
|
4
4
|
|
|
5
5
|
export default class LinearizeGenomicCoordinate extends FlowNode {
|
|
6
6
|
get behavior() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"measureText.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/measureText.js"],"names":[],"mappings":"AAKA;;;GAGG;AACH;IAKI;;;OAGG;IACH,oBAFW,OAAO,sBAAsB,EAAE,iBAAiB,EAwB1D;IAbG;;;OAGG;IACH,gBAFW,GAAG,UAUb;CAER;qBAzC2C,
|
|
1
|
+
{"version":3,"file":"measureText.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/measureText.js"],"names":[],"mappings":"AAKA;;;GAGG;AACH;IAKI;;;OAGG;IACH,oBAFW,OAAO,sBAAsB,EAAE,iBAAiB,EAwB1D;IAbG;;;OAGG;IACH,gBAFW,GAAG,UAUb;CAER;qBAzC2C,gBAAgB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import FlowNode, { BEHAVIOR_MODIFIES } from "../flowNode";
|
|
1
|
+
import FlowNode, { BEHAVIOR_MODIFIES } from "../flowNode.js";
|
|
2
2
|
import fontMetadata from "../../fonts/Lato-Regular.json";
|
|
3
|
-
import getMetrics from "../../fonts/bmFontMetrics";
|
|
4
|
-
import { field } from "../../utils/field";
|
|
3
|
+
import getMetrics from "../../fonts/bmFontMetrics.js";
|
|
4
|
+
import { field } from "../../utils/field.js";
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Measures text length. This is mainly intended for reading-direction arrows
|
|
@@ -6,5 +6,5 @@ export default class PileupTransform extends FlowNode {
|
|
|
6
6
|
constructor(params: import("../../spec/transform").PileupParams);
|
|
7
7
|
params: import("../../spec/transform").PileupParams;
|
|
8
8
|
}
|
|
9
|
-
import FlowNode from "../flowNode";
|
|
9
|
+
import FlowNode from "../flowNode.js";
|
|
10
10
|
//# sourceMappingURL=pileup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pileup.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/pileup.js"],"names":[],"mappings":"AAQA;IAKI;;;OAGG;IACH,oBAFW,OAAO,sBAAsB,EAAE,YAAY,EAMrD;IADG,oDAAoB;CAyG3B;qBAzH2C,
|
|
1
|
+
{"version":3,"file":"pileup.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/pileup.js"],"names":[],"mappings":"AAQA;IAKI;;;OAGG;IACH,oBAFW,OAAO,sBAAsB,EAAE,YAAY,EAMrD;IADG,oDAAoB;CAyG3B;qBAzH2C,gBAAgB"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* eslint-disable no-unmodified-loop-condition */
|
|
2
2
|
import FlatQueue from "flatqueue";
|
|
3
3
|
import { isNumber } from "vega-util";
|
|
4
|
-
import { field } from "../../utils/field";
|
|
5
|
-
import FlowNode, { BEHAVIOR_MODIFIES } from "../flowNode";
|
|
4
|
+
import { field } from "../../utils/field.js";
|
|
5
|
+
import FlowNode, { BEHAVIOR_MODIFIES } from "../flowNode.js";
|
|
6
6
|
|
|
7
7
|
const maxDepth = 65536;
|
|
8
8
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { expect, test } from "vitest";
|
|
2
|
-
import PileupTransform from "./pileup";
|
|
3
|
-
import { processData } from "../flowTestUtils";
|
|
2
|
+
import PileupTransform from "./pileup.js";
|
|
3
|
+
import { processData } from "../flowTestUtils.js";
|
|
4
4
|
|
|
5
5
|
// TODO: Test for lane preferences
|
|
6
6
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/project.js"],"names":[],"mappings":"AAIA;IAKI;;;OAGG;IACH,oBAFW,OAAO,sBAAsB,EAAE,aAAa,EAyBtD;IAXG;;OAEG;IACH,gBAFW,GAAG,UASb;CAER;qBAnCyC,
|
|
1
|
+
{"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../../../../src/data/transforms/project.js"],"names":[],"mappings":"AAIA;IAKI;;;OAGG;IACH,oBAFW,OAAO,sBAAsB,EAAE,aAAa,EAyBtD;IAXG;;OAEG;IACH,gBAFW,GAAG,UASb;CAER;qBAnCyC,gBAAgB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { accessorName } from "vega-util";
|
|
2
|
-
import { field } from "../../utils/field";
|
|
3
|
-
import FlowNode, { BEHAVIOR_CLONES } from "../flowNode";
|
|
2
|
+
import { field } from "../../utils/field.js";
|
|
3
|
+
import FlowNode, { BEHAVIOR_CLONES } from "../flowNode.js";
|
|
4
4
|
|
|
5
5
|
export default class ProjectTransform extends FlowNode {
|
|
6
6
|
get behavior() {
|