https://github.com/hms-dbmi/higlass
Raw File
Tip revision: 335f4eea6445d07baa5eda2e66077dca461b7777 authored by Sehi L'Yi on 17 January 2024, 20:19:11 UTC
update changelog (#1192)
Tip revision: 335f4ee
view-configs.js
// @ts-nocheck
export { default as annotationsTilesView } from './view-configs-more/annotationsTilesView.json';
export { default as chromInfoTrack } from './view-configs-tracks/chromInfoTrack.json';
export { default as chromosomeGridTrack } from './view-configs-tracks/chromosomeGridTrack.json';
export { default as divergentTrackConfig } from './view-configs-more/divergentTrackConfig.json';
export { default as divisionViewConfig } from './view-configs-more/divisionViewConfig.json';
export { default as emptyConf } from './view-configs-more/emptyConf.json';
export { default as exportDataConfig } from './view-configs-more/exportDataConfig.json';
export { default as fritzBug1 } from './view-configs-more/fritzBug1.json';
export { default as fritzBug2 } from './view-configs-more/fritzBug2.json';
export { default as geneAnnotationsOnly } from './view-configs-more/geneAnnotationsOnly.json';
export { default as geneAnnotationsOnly1 } from './view-configs-more/geneAnnotationsOnly1.json';
export { default as heatmapTrack } from './view-configs-tracks/heatmapTrack.json';
export { default as horizontalAndVerticalMultivec } from './view-configs-more/horizontalAndVerticalMultivec.json';
export { default as horizontalDiagonalTrackViewConf } from './view-configs-more/horizontalDiagonalTrackViewConf.json';
export { default as horizontalHeatmapTrack } from './view-configs-tracks/horizontalHeatmapTrack.json';
export { default as horizontalLineEnd } from './view-configs-more/horizontalLineEnd.json';
export { default as invalidTrackConfig } from './view-configs-invalid/invalidTrackConfig.json';
export { default as largeHorizontalHeatmapTrack } from './view-configs-tracks/largeHorizontalHeatmapTrack.json';
export { default as noGPSB } from './view-configs-more/noGPSB.json';
export { default as oneTrackConfig } from './view-configs-more/oneTrackConfig.json';
export { default as oneViewConfig } from './view-configs-more/oneViewConfig.json';
export { default as oneZoomedOutViewConf } from './view-configs-more/oneZoomedOutViewConf.json';
export { default as onlyGPSB } from './view-configs-more/onlyGPSB.json';
export { default as osmConf } from './view-configs-more/osmConf.json';
export { default as paperFigure1 } from './view-configs-more/paperFigure1.json';
export { default as project1D } from './view-configs-more/project1D.json';
export { default as rectangleDomains } from './view-configs-more/rectangleDomains.json';
export { default as simple1And2dAnnotations } from './view-configs-more/simple1And2dAnnotations.json';
export { default as simpleCenterViewConfig } from './view-configs-more/simpleCenterViewConfig.json';
export { default as testViewConfX1 } from './view-configs-more/testViewConfX1.json';
export { default as testViewConfX2 } from './view-configs-more/testViewConfX2.json';
export { default as threeViews } from './view-configs-more/threeViews.json';
export { default as topAxisOnly } from './view-configs-more/topAxisOnly.json';
export { default as twoViewConfig } from './view-configs-more/twoViewConfig.json';
export { default as valueIntervalTrackViewConf } from './view-configs-more/valueIntervalTrackViewConf.json';
export { default as verticalHeatmapTrack } from './view-configs-tracks/verticalHeatmapTrack.json';
export { default as stackedTopTracks } from './view-configs-more/stacked-top-tracks.json';
export { default as stackedTopViews } from './view-configs-more/stacked-top-views.json';
export { default as restrictedZoom } from './view-configs-more/restrictedZoom.json';
export { default as smallViewconf } from './view-configs-more/smallViewconf.json';
back to top