@jbrowse/plugin-data-management 3.7.0 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/AddConnectionWidget/components/AddConnectionWidget.d.ts +1 -1
- package/esm/AddConnectionWidget/components/AddConnectionWidget.js +5 -5
- package/esm/AddConnectionWidget/components/ConfigureConnection.js +1 -1
- package/esm/AddConnectionWidget/index.js +2 -2
- package/esm/AddConnectionWidget/model.d.ts +4 -4
- package/esm/AddConnectionWidget/model.js +1 -1
- package/esm/AddTrackWidget/components/AddTrackStatusMessage.js +2 -2
- package/esm/AddTrackWidget/components/AddTrackUnknownAdapterPrompt.d.ts +1 -1
- package/esm/AddTrackWidget/components/AddTrackUnknownAdapterPrompt.js +2 -2
- package/esm/AddTrackWidget/components/AddTrackWidget.d.ts +1 -1
- package/esm/AddTrackWidget/components/AddTrackWidget.js +3 -3
- package/esm/AddTrackWidget/components/ConfirmTrack.d.ts +1 -1
- package/esm/AddTrackWidget/components/ConfirmTrack.js +10 -10
- package/esm/AddTrackWidget/components/DefaultAddTrackWorkflow.d.ts +1 -1
- package/esm/AddTrackWidget/components/DefaultAddTrackWorkflow.js +6 -9
- package/esm/AddTrackWidget/components/PasteConfigWorkflow.d.ts +2 -2
- package/esm/AddTrackWidget/components/PasteConfigWorkflow.js +2 -2
- package/esm/AddTrackWidget/components/TextIndexingConfig.d.ts +1 -1
- package/esm/AddTrackWidget/components/TextIndexingConfig.js +2 -2
- package/esm/AddTrackWidget/components/TrackAdapterSelector.d.ts +2 -2
- package/esm/AddTrackWidget/components/TrackAdapterSelector.js +4 -4
- package/esm/AddTrackWidget/components/TrackSourceSelect.d.ts +1 -1
- package/esm/AddTrackWidget/components/TrackSourceSelect.js +3 -3
- package/esm/AddTrackWidget/components/TrackTypeSelector.d.ts +1 -1
- package/esm/AddTrackWidget/components/TrackTypeSelector.js +1 -1
- package/esm/AddTrackWidget/components/Unsupported.js +1 -1
- package/esm/AddTrackWidget/components/doSubmit.d.ts +1 -1
- package/esm/AddTrackWidget/components/doSubmit.js +2 -3
- package/esm/AddTrackWidget/components/util.js +1 -2
- package/esm/AddTrackWidget/index.js +2 -2
- package/esm/AddTrackWidget/model.d.ts +8 -11
- package/esm/AddTrackWidget/model.js +10 -25
- package/esm/AssemblyManager/AssemblyAddForm.js +6 -6
- package/esm/AssemblyManager/AssemblyEditor.js +2 -2
- package/esm/AssemblyManager/AssemblyManager.js +4 -4
- package/esm/AssemblyManager/AssemblyTable.js +1 -1
- package/esm/AssemblyManager/index.d.ts +1 -1
- package/esm/AssemblyManager/index.js +1 -1
- package/esm/HierarchicalTrackSelectorWidget/components/AutoSizer.d.ts +8 -0
- package/esm/HierarchicalTrackSelectorWidget/components/AutoSizer.js +24 -0
- package/esm/HierarchicalTrackSelectorWidget/components/ClearableSearchField.d.ts +6 -0
- package/esm/HierarchicalTrackSelectorWidget/components/ClearableSearchField.js +27 -0
- package/esm/HierarchicalTrackSelectorWidget/components/HierarchicalFab.d.ts +1 -1
- package/esm/HierarchicalTrackSelectorWidget/components/HierarchicalFab.js +2 -2
- package/esm/HierarchicalTrackSelectorWidget/components/HierarchicalTrackSelector.d.ts +1 -1
- package/esm/HierarchicalTrackSelectorWidget/components/HierarchicalTrackSelector.js +9 -9
- package/esm/HierarchicalTrackSelectorWidget/components/ShoppingCart.js +4 -5
- package/esm/HierarchicalTrackSelectorWidget/components/dialogs/CloseConnectionDialog.js +1 -1
- package/esm/HierarchicalTrackSelectorWidget/components/dialogs/DeleteConnectionDialog.js +1 -2
- package/esm/HierarchicalTrackSelectorWidget/components/dialogs/ManageConnectionsDialog.js +3 -3
- package/esm/HierarchicalTrackSelectorWidget/components/dialogs/ToggleConnectionsDialog.js +4 -5
- package/esm/HierarchicalTrackSelectorWidget/components/faceted/FacetFilter.d.ts +1 -1
- package/esm/HierarchicalTrackSelectorWidget/components/faceted/FacetFilter.js +2 -2
- package/esm/HierarchicalTrackSelectorWidget/components/faceted/FacetFilters.d.ts +2 -2
- package/esm/HierarchicalTrackSelectorWidget/components/faceted/FacetFilters.js +5 -6
- package/esm/HierarchicalTrackSelectorWidget/components/faceted/FacetedDataGrid.d.ts +1 -1
- package/esm/HierarchicalTrackSelectorWidget/components/faceted/FacetedDataGrid.js +39 -58
- package/esm/HierarchicalTrackSelectorWidget/components/faceted/FacetedDialog.d.ts +1 -1
- package/esm/HierarchicalTrackSelectorWidget/components/faceted/FacetedDialog.js +2 -2
- package/esm/HierarchicalTrackSelectorWidget/components/faceted/FacetedHeader.d.ts +1 -1
- package/esm/HierarchicalTrackSelectorWidget/components/faceted/FacetedHeader.js +6 -12
- package/esm/HierarchicalTrackSelectorWidget/components/faceted/FacetedSelector.d.ts +1 -1
- package/esm/HierarchicalTrackSelectorWidget/components/faceted/FacetedSelector.js +7 -7
- package/esm/HierarchicalTrackSelectorWidget/components/faceted/computeInitialWidths.d.ts +6 -0
- package/esm/HierarchicalTrackSelectorWidget/components/faceted/computeInitialWidths.js +18 -0
- package/esm/HierarchicalTrackSelectorWidget/components/faceted/util.js +1 -2
- package/esm/HierarchicalTrackSelectorWidget/components/tree/DropdownTrackSelector.d.ts +1 -1
- package/esm/HierarchicalTrackSelectorWidget/components/tree/DropdownTrackSelector.js +3 -3
- package/esm/HierarchicalTrackSelectorWidget/components/tree/FavoriteTracks.d.ts +1 -1
- package/esm/HierarchicalTrackSelectorWidget/components/tree/FavoriteTracks.js +13 -32
- package/esm/HierarchicalTrackSelectorWidget/components/tree/HamburgerMenu.d.ts +1 -1
- package/esm/HierarchicalTrackSelectorWidget/components/tree/HamburgerMenu.js +7 -8
- package/esm/HierarchicalTrackSelectorWidget/components/tree/HierarchicalHeader.d.ts +1 -1
- package/esm/HierarchicalTrackSelectorWidget/components/tree/HierarchicalHeader.js +11 -22
- package/esm/HierarchicalTrackSelectorWidget/components/tree/HierarchicalTree.d.ts +2 -4
- package/esm/HierarchicalTrackSelectorWidget/components/tree/HierarchicalTree.js +42 -59
- package/esm/HierarchicalTrackSelectorWidget/components/tree/RecentlyUsedTracks.d.ts +1 -1
- package/esm/HierarchicalTrackSelectorWidget/components/tree/RecentlyUsedTracks.js +13 -29
- package/esm/HierarchicalTrackSelectorWidget/components/tree/TrackCategory.d.ts +7 -6
- package/esm/HierarchicalTrackSelectorWidget/components/tree/TrackCategory.js +86 -92
- package/esm/HierarchicalTrackSelectorWidget/components/tree/TrackLabel.d.ts +8 -4
- package/esm/HierarchicalTrackSelectorWidget/components/tree/TrackLabel.js +28 -15
- package/{dist/HierarchicalTrackSelectorWidget/components/tree/TrackLabelMenu.d.ts → esm/HierarchicalTrackSelectorWidget/components/tree/TrackSelectorTrackMenu.d.ts} +3 -4
- package/esm/HierarchicalTrackSelectorWidget/components/tree/{TrackLabelMenu.js → TrackSelectorTrackMenu.js} +13 -7
- package/esm/HierarchicalTrackSelectorWidget/components/tree/TreeItem.d.ts +9 -0
- package/esm/HierarchicalTrackSelectorWidget/components/tree/TreeItem.js +49 -0
- package/esm/HierarchicalTrackSelectorWidget/components/tree/trackListStyles.d.ts +21 -0
- package/esm/HierarchicalTrackSelectorWidget/components/tree/trackListStyles.js +29 -0
- package/esm/HierarchicalTrackSelectorWidget/components/util.d.ts +1 -20
- package/esm/HierarchicalTrackSelectorWidget/components/util.js +1 -10
- package/esm/HierarchicalTrackSelectorWidget/configSchema.d.ts +1 -1
- package/esm/HierarchicalTrackSelectorWidget/facetedModel.d.ts +24 -30
- package/esm/HierarchicalTrackSelectorWidget/facetedModel.js +34 -23
- package/esm/HierarchicalTrackSelectorWidget/facetedUtil.js +2 -2
- package/esm/HierarchicalTrackSelectorWidget/filterTracks.d.ts +3 -7
- package/esm/HierarchicalTrackSelectorWidget/filterTracks.js +13 -11
- package/esm/HierarchicalTrackSelectorWidget/generateHierarchy.d.ts +2 -28
- package/esm/HierarchicalTrackSelectorWidget/generateHierarchy.js +34 -59
- package/esm/HierarchicalTrackSelectorWidget/index.d.ts +2 -2
- package/esm/HierarchicalTrackSelectorWidget/index.js +5 -5
- package/esm/HierarchicalTrackSelectorWidget/model.d.ts +67 -87
- package/esm/HierarchicalTrackSelectorWidget/model.js +90 -23
- package/esm/HierarchicalTrackSelectorWidget/sortUtils.d.ts +2 -0
- package/esm/HierarchicalTrackSelectorWidget/sortUtils.js +28 -0
- package/esm/HierarchicalTrackSelectorWidget/types.d.ts +23 -0
- package/esm/HierarchicalTrackSelectorWidget/types.js +1 -0
- package/esm/HierarchicalTrackSelectorWidget/util.js +1 -1
- package/esm/JB2TrackHubConnection/configSchema.d.ts +3 -3
- package/esm/JB2TrackHubConnection/doConnect.js +3 -4
- package/esm/JB2TrackHubConnection/index.js +2 -2
- package/esm/JB2TrackHubConnection/model.d.ts +18 -26
- package/esm/JB2TrackHubConnection/model.js +3 -3
- package/esm/PluginStoreWidget/components/AddCustomPluginDialog.d.ts +1 -1
- package/esm/PluginStoreWidget/components/AddCustomPluginDialog.js +3 -3
- package/esm/PluginStoreWidget/components/InstalledPlugin.d.ts +1 -1
- package/esm/PluginStoreWidget/components/InstalledPlugin.js +5 -5
- package/esm/PluginStoreWidget/components/InstalledPluginsList.d.ts +1 -1
- package/esm/PluginStoreWidget/components/InstalledPluginsList.js +2 -2
- package/esm/PluginStoreWidget/components/PluginCard.d.ts +1 -1
- package/esm/PluginStoreWidget/components/PluginCard.js +1 -5
- package/esm/PluginStoreWidget/components/PluginStoreWidget.d.ts +1 -1
- package/esm/PluginStoreWidget/components/PluginStoreWidget.js +22 -10
- package/esm/PluginStoreWidget/components/util.js +1 -1
- package/esm/PluginStoreWidget/index.js +2 -2
- package/esm/PluginStoreWidget/model.d.ts +7 -7
- package/esm/PluginStoreWidget/model.js +1 -1
- package/esm/UCSCTrackHubConnection/configSchema.d.ts +3 -3
- package/esm/UCSCTrackHubConnection/doConnect.js +3 -9
- package/esm/UCSCTrackHubConnection/index.js +2 -2
- package/esm/UCSCTrackHubConnection/model.d.ts +18 -26
- package/esm/UCSCTrackHubConnection/model.js +3 -3
- package/esm/UCSCTrackHubConnection/ucscTrackHub.d.ts +1 -8
- package/esm/UCSCTrackHubConnection/ucscTrackHub.js +6 -10
- package/esm/index.d.ts +2 -2
- package/esm/index.js +11 -14
- package/package.json +28 -37
- package/dist/AddConnectionWidget/components/AddConnectionWidget.d.ts +0 -4
- package/dist/AddConnectionWidget/components/AddConnectionWidget.js +0 -66
- package/dist/AddConnectionWidget/components/ConfigureConnection.d.ts +0 -9
- package/dist/AddConnectionWidget/components/ConfigureConnection.js +0 -12
- package/dist/AddConnectionWidget/components/ConnectionTypeSelect.d.ts +0 -7
- package/dist/AddConnectionWidget/components/ConnectionTypeSelect.js +0 -19
- package/dist/AddConnectionWidget/index.d.ts +0 -2
- package/dist/AddConnectionWidget/index.js +0 -55
- package/dist/AddConnectionWidget/model.d.ts +0 -5
- package/dist/AddConnectionWidget/model.js +0 -8
- package/dist/AddTrackWidget/components/AddTrackStatusMessage.d.ts +0 -9
- package/dist/AddTrackWidget/components/AddTrackStatusMessage.js +0 -16
- package/dist/AddTrackWidget/components/AddTrackUnknownAdapterPrompt.d.ts +0 -4
- package/dist/AddTrackWidget/components/AddTrackUnknownAdapterPrompt.js +0 -20
- package/dist/AddTrackWidget/components/AddTrackWidget.d.ts +0 -5
- package/dist/AddTrackWidget/components/AddTrackWidget.js +0 -28
- package/dist/AddTrackWidget/components/ConfirmTrack.d.ts +0 -5
- package/dist/AddTrackWidget/components/ConfirmTrack.js +0 -73
- package/dist/AddTrackWidget/components/DefaultAddTrackWorkflow.d.ts +0 -5
- package/dist/AddTrackWidget/components/DefaultAddTrackWorkflow.js +0 -74
- package/dist/AddTrackWidget/components/PasteConfigWorkflow.d.ts +0 -5
- package/dist/AddTrackWidget/components/PasteConfigWorkflow.js +0 -53
- package/dist/AddTrackWidget/components/TextIndexingConfig.d.ts +0 -5
- package/dist/AddTrackWidget/components/TextIndexingConfig.js +0 -76
- package/dist/AddTrackWidget/components/TrackAdapterSelector.d.ts +0 -5
- package/dist/AddTrackWidget/components/TrackAdapterSelector.js +0 -26
- package/dist/AddTrackWidget/components/TrackSourceSelect.d.ts +0 -5
- package/dist/AddTrackWidget/components/TrackSourceSelect.js +0 -22
- package/dist/AddTrackWidget/components/TrackTypeSelector.d.ts +0 -5
- package/dist/AddTrackWidget/components/TrackTypeSelector.js +0 -21
- package/dist/AddTrackWidget/components/Unsupported.d.ts +0 -1
- package/dist/AddTrackWidget/components/Unsupported.js +0 -16
- package/dist/AddTrackWidget/components/doSubmit.d.ts +0 -4
- package/dist/AddTrackWidget/components/doSubmit.js +0 -55
- package/dist/AddTrackWidget/components/util.d.ts +0 -2
- package/dist/AddTrackWidget/components/util.js +0 -15
- package/dist/AddTrackWidget/index.d.ts +0 -2
- package/dist/AddTrackWidget/index.js +0 -55
- package/dist/AddTrackWidget/model.d.ts +0 -64
- package/dist/AddTrackWidget/model.js +0 -190
- package/dist/AssemblyManager/AssemblyAddForm.d.ts +0 -6
- package/dist/AssemblyManager/AssemblyAddForm.js +0 -94
- package/dist/AssemblyManager/AssemblyEditor.d.ts +0 -6
- package/dist/AssemblyManager/AssemblyEditor.js +0 -20
- package/dist/AssemblyManager/AssemblyManager.d.ts +0 -6
- package/dist/AssemblyManager/AssemblyManager.js +0 -30
- package/dist/AssemblyManager/AssemblyTable.d.ts +0 -9
- package/dist/AssemblyManager/AssemblyTable.js +0 -53
- package/dist/AssemblyManager/index.d.ts +0 -1
- package/dist/AssemblyManager/index.js +0 -8
- package/dist/HierarchicalTrackSelectorWidget/components/HierarchicalFab.d.ts +0 -5
- package/dist/HierarchicalTrackSelectorWidget/components/HierarchicalFab.js +0 -47
- package/dist/HierarchicalTrackSelectorWidget/components/HierarchicalTrackSelector.d.ts +0 -10
- package/dist/HierarchicalTrackSelectorWidget/components/HierarchicalTrackSelector.js +0 -26
- package/dist/HierarchicalTrackSelectorWidget/components/ShoppingCart.d.ts +0 -8
- package/dist/HierarchicalTrackSelectorWidget/components/ShoppingCart.js +0 -52
- package/dist/HierarchicalTrackSelectorWidget/components/dialogs/CloseConnectionDialog.d.ts +0 -9
- package/dist/HierarchicalTrackSelectorWidget/components/dialogs/CloseConnectionDialog.js +0 -16
- package/dist/HierarchicalTrackSelectorWidget/components/dialogs/DeleteConnectionDialog.d.ts +0 -11
- package/dist/HierarchicalTrackSelectorWidget/components/dialogs/DeleteConnectionDialog.js +0 -17
- package/dist/HierarchicalTrackSelectorWidget/components/dialogs/ManageConnectionsDialog.d.ts +0 -8
- package/dist/HierarchicalTrackSelectorWidget/components/dialogs/ManageConnectionsDialog.js +0 -34
- package/dist/HierarchicalTrackSelectorWidget/components/dialogs/ToggleConnectionsDialog.d.ts +0 -8
- package/dist/HierarchicalTrackSelectorWidget/components/dialogs/ToggleConnectionsDialog.js +0 -47
- package/dist/HierarchicalTrackSelectorWidget/components/faceted/FacetFilter.d.ts +0 -9
- package/dist/HierarchicalTrackSelectorWidget/components/faceted/FacetFilter.js +0 -52
- package/dist/HierarchicalTrackSelectorWidget/components/faceted/FacetFilters.d.ts +0 -10
- package/dist/HierarchicalTrackSelectorWidget/components/faceted/FacetFilters.js +0 -51
- package/dist/HierarchicalTrackSelectorWidget/components/faceted/FacetedDataGrid.d.ts +0 -9
- package/dist/HierarchicalTrackSelectorWidget/components/faceted/FacetedDataGrid.js +0 -75
- package/dist/HierarchicalTrackSelectorWidget/components/faceted/FacetedDialog.d.ts +0 -6
- package/dist/HierarchicalTrackSelectorWidget/components/faceted/FacetedDialog.js +0 -15
- package/dist/HierarchicalTrackSelectorWidget/components/faceted/FacetedHeader.d.ts +0 -4
- package/dist/HierarchicalTrackSelectorWidget/components/faceted/FacetedHeader.js +0 -67
- package/dist/HierarchicalTrackSelectorWidget/components/faceted/FacetedSelector.d.ts +0 -11
- package/dist/HierarchicalTrackSelectorWidget/components/faceted/FacetedSelector.js +0 -75
- package/dist/HierarchicalTrackSelectorWidget/components/faceted/util.d.ts +0 -6
- package/dist/HierarchicalTrackSelectorWidget/components/faceted/util.js +0 -9
- package/dist/HierarchicalTrackSelectorWidget/components/tree/DropdownTrackSelector.d.ts +0 -11
- package/dist/HierarchicalTrackSelectorWidget/components/tree/DropdownTrackSelector.js +0 -34
- package/dist/HierarchicalTrackSelectorWidget/components/tree/FavoriteTracks.d.ts +0 -5
- package/dist/HierarchicalTrackSelectorWidget/components/tree/FavoriteTracks.js +0 -45
- package/dist/HierarchicalTrackSelectorWidget/components/tree/HamburgerMenu.d.ts +0 -5
- package/dist/HierarchicalTrackSelectorWidget/components/tree/HamburgerMenu.js +0 -196
- package/dist/HierarchicalTrackSelectorWidget/components/tree/HierarchicalHeader.d.ts +0 -6
- package/dist/HierarchicalTrackSelectorWidget/components/tree/HierarchicalHeader.js +0 -38
- package/dist/HierarchicalTrackSelectorWidget/components/tree/HierarchicalTree.d.ts +0 -8
- package/dist/HierarchicalTrackSelectorWidget/components/tree/HierarchicalTree.js +0 -68
- package/dist/HierarchicalTrackSelectorWidget/components/tree/RecentlyUsedTracks.d.ts +0 -5
- package/dist/HierarchicalTrackSelectorWidget/components/tree/RecentlyUsedTracks.js +0 -42
- package/dist/HierarchicalTrackSelectorWidget/components/tree/TrackCategory.d.ts +0 -6
- package/dist/HierarchicalTrackSelectorWidget/components/tree/TrackCategory.js +0 -117
- package/dist/HierarchicalTrackSelectorWidget/components/tree/TrackLabel.d.ts +0 -10
- package/dist/HierarchicalTrackSelectorWidget/components/tree/TrackLabel.js +0 -49
- package/dist/HierarchicalTrackSelectorWidget/components/tree/TrackLabelMenu.js +0 -56
- package/dist/HierarchicalTrackSelectorWidget/components/tree/TrackListNode.d.ts +0 -9
- package/dist/HierarchicalTrackSelectorWidget/components/tree/TrackListNode.js +0 -42
- package/dist/HierarchicalTrackSelectorWidget/components/util.d.ts +0 -23
- package/dist/HierarchicalTrackSelectorWidget/components/util.js +0 -22
- package/dist/HierarchicalTrackSelectorWidget/configSchema.d.ts +0 -2
- package/dist/HierarchicalTrackSelectorWidget/configSchema.js +0 -5
- package/dist/HierarchicalTrackSelectorWidget/facetedModel.d.ts +0 -82
- package/dist/HierarchicalTrackSelectorWidget/facetedModel.js +0 -114
- package/dist/HierarchicalTrackSelectorWidget/facetedUtil.d.ts +0 -2
- package/dist/HierarchicalTrackSelectorWidget/facetedUtil.js +0 -12
- package/dist/HierarchicalTrackSelectorWidget/filterTracks.d.ts +0 -18
- package/dist/HierarchicalTrackSelectorWidget/filterTracks.js +0 -31
- package/dist/HierarchicalTrackSelectorWidget/generateHierarchy.d.ts +0 -36
- package/dist/HierarchicalTrackSelectorWidget/generateHierarchy.js +0 -90
- package/dist/HierarchicalTrackSelectorWidget/index.d.ts +0 -4
- package/dist/HierarchicalTrackSelectorWidget/index.js +0 -59
- package/dist/HierarchicalTrackSelectorWidget/model.d.ts +0 -244
- package/dist/HierarchicalTrackSelectorWidget/model.js +0 -339
- package/dist/HierarchicalTrackSelectorWidget/util.d.ts +0 -12
- package/dist/HierarchicalTrackSelectorWidget/util.js +0 -50
- package/dist/JB2TrackHubConnection/addRelativeUris.d.ts +0 -1
- package/dist/JB2TrackHubConnection/addRelativeUris.js +0 -15
- package/dist/JB2TrackHubConnection/configSchema.d.ts +0 -27
- package/dist/JB2TrackHubConnection/configSchema.js +0 -34
- package/dist/JB2TrackHubConnection/doConnect.d.ts +0 -5
- package/dist/JB2TrackHubConnection/doConnect.js +0 -34
- package/dist/JB2TrackHubConnection/index.d.ts +0 -2
- package/dist/JB2TrackHubConnection/index.js +0 -21
- package/dist/JB2TrackHubConnection/model.d.ts +0 -75
- package/dist/JB2TrackHubConnection/model.js +0 -56
- package/dist/JB2TrackHubConnection/util.d.ts +0 -22
- package/dist/JB2TrackHubConnection/util.js +0 -41
- package/dist/PluginStoreWidget/components/AddCustomPluginDialog.d.ts +0 -6
- package/dist/PluginStoreWidget/components/AddCustomPluginDialog.js +0 -65
- package/dist/PluginStoreWidget/components/DeletePluginDialog.d.ts +0 -4
- package/dist/PluginStoreWidget/components/DeletePluginDialog.js +0 -17
- package/dist/PluginStoreWidget/components/InstalledPlugin.d.ts +0 -7
- package/dist/PluginStoreWidget/components/InstalledPlugin.js +0 -92
- package/dist/PluginStoreWidget/components/InstalledPluginsList.d.ts +0 -7
- package/dist/PluginStoreWidget/components/InstalledPluginsList.js +0 -18
- package/dist/PluginStoreWidget/components/PluginCard.d.ts +0 -7
- package/dist/PluginStoreWidget/components/PluginCard.js +0 -58
- package/dist/PluginStoreWidget/components/PluginStoreWidget.d.ts +0 -5
- package/dist/PluginStoreWidget/components/PluginStoreWidget.js +0 -104
- package/dist/PluginStoreWidget/components/util.d.ts +0 -6
- package/dist/PluginStoreWidget/components/util.js +0 -35
- package/dist/PluginStoreWidget/index.d.ts +0 -2
- package/dist/PluginStoreWidget/index.js +0 -55
- package/dist/PluginStoreWidget/model.d.ts +0 -13
- package/dist/PluginStoreWidget/model.js +0 -22
- package/dist/UCSCTrackHubConnection/configSchema.d.ts +0 -27
- package/dist/UCSCTrackHubConnection/configSchema.js +0 -34
- package/dist/UCSCTrackHubConnection/doConnect.d.ts +0 -5
- package/dist/UCSCTrackHubConnection/doConnect.js +0 -152
- package/dist/UCSCTrackHubConnection/index.d.ts +0 -2
- package/dist/UCSCTrackHubConnection/index.js +0 -21
- package/dist/UCSCTrackHubConnection/model.d.ts +0 -75
- package/dist/UCSCTrackHubConnection/model.js +0 -56
- package/dist/UCSCTrackHubConnection/ucscAssemblies.d.ts +0 -2
- package/dist/UCSCTrackHubConnection/ucscAssemblies.js +0 -199
- package/dist/UCSCTrackHubConnection/ucscTrackHub.d.ts +0 -182
- package/dist/UCSCTrackHubConnection/ucscTrackHub.js +0 -162
- package/dist/UCSCTrackHubConnection/util.d.ts +0 -22
- package/dist/UCSCTrackHubConnection/util.js +0 -41
- package/dist/index.d.ts +0 -20
- package/dist/index.js +0 -68
- package/esm/HierarchicalTrackSelectorWidget/components/tree/TrackLabelMenu.d.ts +0 -11
- package/esm/HierarchicalTrackSelectorWidget/components/tree/TrackListNode.d.ts +0 -9
- package/esm/HierarchicalTrackSelectorWidget/components/tree/TrackListNode.js +0 -36
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type PluginManager from '@jbrowse/core/PluginManager';
|
|
2
|
-
import type { Instance } from 'mobx-state-tree';
|
|
3
|
-
export default function stateModelFactory(pluginManager: PluginManager): import("mobx-state-tree").IModelType<{
|
|
4
|
-
id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
5
|
-
type: import("mobx-state-tree").ISimpleType<"PluginStoreWidget">;
|
|
6
|
-
filterText: import("mobx-state-tree").IType<string | undefined, string, string>;
|
|
7
|
-
view: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
8
|
-
}, {
|
|
9
|
-
clearFilterText(): void;
|
|
10
|
-
setFilterText(newText: string): void;
|
|
11
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
12
|
-
export type PluginStoreStateModel = ReturnType<typeof stateModelFactory>;
|
|
13
|
-
export type PluginStoreModel = Instance<PluginStoreStateModel>;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.default = stateModelFactory;
|
|
4
|
-
const mst_1 = require("@jbrowse/core/util/types/mst");
|
|
5
|
-
const mobx_state_tree_1 = require("mobx-state-tree");
|
|
6
|
-
function stateModelFactory(pluginManager) {
|
|
7
|
-
return mobx_state_tree_1.types
|
|
8
|
-
.model('PluginStoreModel', {
|
|
9
|
-
id: mst_1.ElementId,
|
|
10
|
-
type: mobx_state_tree_1.types.literal('PluginStoreWidget'),
|
|
11
|
-
filterText: '',
|
|
12
|
-
view: mobx_state_tree_1.types.safeReference(pluginManager.pluggableMstType('view', 'stateModel')),
|
|
13
|
-
})
|
|
14
|
-
.actions(self => ({
|
|
15
|
-
clearFilterText() {
|
|
16
|
-
self.filterText = '';
|
|
17
|
-
},
|
|
18
|
-
setFilterText(newText) {
|
|
19
|
-
self.filterText = newText;
|
|
20
|
-
},
|
|
21
|
-
}));
|
|
22
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
declare const UCSCTrackHubConnection: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
|
-
hubTxtLocation: {
|
|
3
|
-
type: string;
|
|
4
|
-
defaultValue: {
|
|
5
|
-
uri: string;
|
|
6
|
-
locationType: string;
|
|
7
|
-
};
|
|
8
|
-
description: string;
|
|
9
|
-
};
|
|
10
|
-
assemblyNames: {
|
|
11
|
-
type: string;
|
|
12
|
-
defaultValue: never[];
|
|
13
|
-
description: string;
|
|
14
|
-
};
|
|
15
|
-
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
16
|
-
name: {
|
|
17
|
-
type: string;
|
|
18
|
-
defaultValue: string;
|
|
19
|
-
description: string;
|
|
20
|
-
};
|
|
21
|
-
assemblyNames: {
|
|
22
|
-
type: string;
|
|
23
|
-
defaultValue: never[];
|
|
24
|
-
description: string;
|
|
25
|
-
};
|
|
26
|
-
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "connectionId">>, undefined>>;
|
|
27
|
-
export default UCSCTrackHubConnection;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const configuration_1 = require("@jbrowse/core/configuration");
|
|
4
|
-
const models_1 = require("@jbrowse/core/pluggableElementTypes/models");
|
|
5
|
-
function x() { }
|
|
6
|
-
const UCSCTrackHubConnection = (0, configuration_1.ConfigurationSchema)('UCSCTrackHubConnection', {
|
|
7
|
-
hubTxtLocation: {
|
|
8
|
-
type: 'fileLocation',
|
|
9
|
-
defaultValue: {
|
|
10
|
-
uri: 'http://mysite.com/path/to/hub.txt',
|
|
11
|
-
locationType: 'UriLocation',
|
|
12
|
-
},
|
|
13
|
-
description: 'location of the hub file (usually called hub.txt)',
|
|
14
|
-
},
|
|
15
|
-
assemblyNames: {
|
|
16
|
-
type: 'stringArray',
|
|
17
|
-
defaultValue: [],
|
|
18
|
-
description: 'optional list of genomes to import from this track hub, if empty all genomes will be imported',
|
|
19
|
-
},
|
|
20
|
-
}, {
|
|
21
|
-
baseConfiguration: models_1.baseConnectionConfig,
|
|
22
|
-
preProcessSnapshot: snap => {
|
|
23
|
-
return snap.uri
|
|
24
|
-
? {
|
|
25
|
-
...snap,
|
|
26
|
-
hubTxtLocation: {
|
|
27
|
-
uri: snap.uri,
|
|
28
|
-
baseUri: snap.baseUri,
|
|
29
|
-
},
|
|
30
|
-
}
|
|
31
|
-
: snap;
|
|
32
|
-
},
|
|
33
|
-
});
|
|
34
|
-
exports.default = UCSCTrackHubConnection;
|
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.doConnect = doConnect;
|
|
4
|
-
const ucsc_hub_1 = require("@gmod/ucsc-hub");
|
|
5
|
-
const configuration_1 = require("@jbrowse/core/configuration");
|
|
6
|
-
const util_1 = require("@jbrowse/core/util");
|
|
7
|
-
const io_1 = require("@jbrowse/core/util/io");
|
|
8
|
-
const nanoid_1 = require("@jbrowse/core/util/nanoid");
|
|
9
|
-
const ucscTrackHub_1 = require("./ucscTrackHub");
|
|
10
|
-
const util_2 = require("./util");
|
|
11
|
-
async function doConnect(self) {
|
|
12
|
-
var _a;
|
|
13
|
-
const { pluginManager } = (0, util_1.getEnv)(self);
|
|
14
|
-
const session = (0, util_1.getSession)(self);
|
|
15
|
-
const notLoadedAssemblies = [];
|
|
16
|
-
try {
|
|
17
|
-
const hubFileLocation = (0, configuration_1.getConf)(self, 'hubTxtLocation');
|
|
18
|
-
const hubFileText = await (0, io_1.openLocation)(hubFileLocation).readFile('utf8');
|
|
19
|
-
const hubUri = (0, util_2.resolve)(hubFileLocation.uri, hubFileLocation.baseUri);
|
|
20
|
-
const { assemblyManager } = session;
|
|
21
|
-
if (hubFileText.includes('useOneFile on')) {
|
|
22
|
-
const hub = new ucsc_hub_1.SingleFileHub(hubFileText);
|
|
23
|
-
const { genome, tracks } = hub;
|
|
24
|
-
const genomeName = genome.name;
|
|
25
|
-
const shortLabel = genome.data.description;
|
|
26
|
-
const asm = assemblyManager.get(genomeName);
|
|
27
|
-
if (!asm) {
|
|
28
|
-
session.addSessionAssembly({
|
|
29
|
-
name: genomeName,
|
|
30
|
-
displayName: shortLabel,
|
|
31
|
-
sequence: {
|
|
32
|
-
type: 'ReferenceSequenceTrack',
|
|
33
|
-
metadata: {
|
|
34
|
-
...genome.data,
|
|
35
|
-
...(genome.data.htmlPath
|
|
36
|
-
? {
|
|
37
|
-
htmlPath: `<a href="${(0, util_2.resolve)(genome.data.htmlPath, hubUri)}">${genome.data.htmlPath}</a>`,
|
|
38
|
-
}
|
|
39
|
-
: {}),
|
|
40
|
-
},
|
|
41
|
-
trackId: `${genomeName}-${(0, nanoid_1.nanoid)()}`,
|
|
42
|
-
adapter: {
|
|
43
|
-
type: 'TwoBitAdapter',
|
|
44
|
-
twoBitLocation: {
|
|
45
|
-
uri: (0, util_2.resolve)(genome.data.twoBitPath, hubUri),
|
|
46
|
-
},
|
|
47
|
-
chromSizesLocation: {
|
|
48
|
-
uri: (0, util_2.resolve)(genome.data.chromSizes, hubUri),
|
|
49
|
-
},
|
|
50
|
-
},
|
|
51
|
-
},
|
|
52
|
-
...(genome.data.chromAliasBb
|
|
53
|
-
? {
|
|
54
|
-
refNameAliases: {
|
|
55
|
-
adapter: {
|
|
56
|
-
type: 'BigBedAdapter',
|
|
57
|
-
uri: (0, util_2.resolve)(genome.data.chromAliasBb, hubUri),
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
|
-
}
|
|
61
|
-
: {}),
|
|
62
|
-
});
|
|
63
|
-
}
|
|
64
|
-
const asm2 = assemblyManager.get(genomeName);
|
|
65
|
-
const sequenceAdapter = (0, configuration_1.getConf)(asm2, ['sequence', 'adapter']);
|
|
66
|
-
const tracksNew = (0, ucscTrackHub_1.generateTracks)({
|
|
67
|
-
trackDb: tracks,
|
|
68
|
-
trackDbLoc: hubFileLocation,
|
|
69
|
-
assemblyName: genomeName,
|
|
70
|
-
sequenceAdapter,
|
|
71
|
-
baseUrl: hubUri,
|
|
72
|
-
});
|
|
73
|
-
self.addTrackConfs(tracksNew);
|
|
74
|
-
pluginManager.evaluateExtensionPoint('LaunchView-LinearGenomeView', {
|
|
75
|
-
session,
|
|
76
|
-
assembly: genomeName,
|
|
77
|
-
tracklist: true,
|
|
78
|
-
loc: genome.data.defaultPos,
|
|
79
|
-
});
|
|
80
|
-
}
|
|
81
|
-
else {
|
|
82
|
-
const hubFile = new ucsc_hub_1.HubFile(hubFileText);
|
|
83
|
-
const genomeFile = hubFile.data.genomesFile;
|
|
84
|
-
if (!genomeFile) {
|
|
85
|
-
throw new Error('genomesFile not found on hub');
|
|
86
|
-
}
|
|
87
|
-
const hubUri = (0, util_2.resolve)(hubFileLocation.uri, hubFileLocation.baseUri);
|
|
88
|
-
const genomesFileLocation = hubUri
|
|
89
|
-
? {
|
|
90
|
-
uri: (0, util_2.resolve)(genomeFile, hubUri),
|
|
91
|
-
locationType: 'UriLocation',
|
|
92
|
-
}
|
|
93
|
-
: {
|
|
94
|
-
localPath: genomeFile,
|
|
95
|
-
locationType: 'LocalPathLocation',
|
|
96
|
-
};
|
|
97
|
-
const genomesFile = await (0, util_2.fetchGenomesFile)(genomesFileLocation);
|
|
98
|
-
const map = {};
|
|
99
|
-
for (const [genomeName, genome] of Object.entries(genomesFile.data)) {
|
|
100
|
-
const assemblyNames = (0, configuration_1.getConf)(self, 'assemblyNames');
|
|
101
|
-
if (assemblyNames.length > 0 && !assemblyNames.includes(genomeName)) {
|
|
102
|
-
continue;
|
|
103
|
-
}
|
|
104
|
-
const asm = assemblyManager.get(genomeName);
|
|
105
|
-
if (!asm) {
|
|
106
|
-
notLoadedAssemblies.push(genomeName);
|
|
107
|
-
continue;
|
|
108
|
-
}
|
|
109
|
-
const db = genome.data.trackDb;
|
|
110
|
-
if (!db) {
|
|
111
|
-
throw new Error('genomesFile not found on hub');
|
|
112
|
-
}
|
|
113
|
-
const base = new URL(genomeFile, hubUri);
|
|
114
|
-
const loc = hubUri
|
|
115
|
-
? {
|
|
116
|
-
uri: new URL(db, base).href,
|
|
117
|
-
locationType: 'UriLocation',
|
|
118
|
-
}
|
|
119
|
-
: {
|
|
120
|
-
localPath: db,
|
|
121
|
-
locationType: 'LocalPathLocation',
|
|
122
|
-
};
|
|
123
|
-
const trackDb = await (0, util_2.fetchTrackDbFile)(loc);
|
|
124
|
-
const sequenceAdapter = (0, configuration_1.getConf)(asm, ['sequence', 'adapter']);
|
|
125
|
-
const tracks = (0, ucscTrackHub_1.generateTracks)({
|
|
126
|
-
trackDb,
|
|
127
|
-
trackDbLoc: loc,
|
|
128
|
-
assemblyName: genomeName,
|
|
129
|
-
sequenceAdapter,
|
|
130
|
-
baseUrl: hubUri,
|
|
131
|
-
});
|
|
132
|
-
self.addTrackConfs(tracks);
|
|
133
|
-
map[genomeName] = tracks.length;
|
|
134
|
-
}
|
|
135
|
-
const loadedAssemblies = Object.entries(map);
|
|
136
|
-
const str1 = loadedAssemblies.length
|
|
137
|
-
? `Loaded data from these assemblies: ${loadedAssemblies
|
|
138
|
-
.map(([key, val]) => `${key} (${val} tracks)`)
|
|
139
|
-
.join(', ')}`
|
|
140
|
-
: '';
|
|
141
|
-
const str2 = notLoadedAssemblies.length
|
|
142
|
-
? `Skipped data from these assemblies: ${notLoadedAssemblies.join(', ')}`
|
|
143
|
-
: '';
|
|
144
|
-
session.notify([str1, str2].filter(f => !!f).join('. '), 'success');
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
catch (e) {
|
|
148
|
-
console.error(e);
|
|
149
|
-
session.notifyError(`${(0, configuration_1.getConf)(self, 'name')}: "${e}"`, e);
|
|
150
|
-
(_a = session.breakConnection) === null || _a === void 0 ? void 0 : _a.call(session, self.configuration);
|
|
151
|
-
}
|
|
152
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.default = UCSCTrackHubConnectionF;
|
|
7
|
-
const pluggableElementTypes_1 = require("@jbrowse/core/pluggableElementTypes");
|
|
8
|
-
const configSchema_1 = __importDefault(require("./configSchema"));
|
|
9
|
-
const model_1 = __importDefault(require("./model"));
|
|
10
|
-
function UCSCTrackHubConnectionF(pluginManager) {
|
|
11
|
-
pluginManager.addConnectionType(() => {
|
|
12
|
-
return new pluggableElementTypes_1.ConnectionType({
|
|
13
|
-
name: 'UCSCTrackHubConnection',
|
|
14
|
-
configSchema: configSchema_1.default,
|
|
15
|
-
stateModel: (0, model_1.default)(pluginManager),
|
|
16
|
-
displayName: 'UCSC Track Hub',
|
|
17
|
-
description: 'A track or assembly hub in the Track Hub format',
|
|
18
|
-
url: 'https://genome.ucsc.edu/goldenPath/help/hgTrackHubHelp.html#Intro',
|
|
19
|
-
});
|
|
20
|
-
});
|
|
21
|
-
}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import type PluginManager from '@jbrowse/core/PluginManager';
|
|
2
|
-
export default function UCSCTrackHubConnection(pluginManager: PluginManager): import("mobx-state-tree").IModelType<{
|
|
3
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
4
|
-
tracks: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyModelType>;
|
|
5
|
-
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6
|
-
name: {
|
|
7
|
-
type: string;
|
|
8
|
-
defaultValue: string;
|
|
9
|
-
description: string;
|
|
10
|
-
};
|
|
11
|
-
assemblyNames: {
|
|
12
|
-
type: string;
|
|
13
|
-
defaultValue: never[];
|
|
14
|
-
description: string;
|
|
15
|
-
};
|
|
16
|
-
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "connectionId">>;
|
|
17
|
-
} & {
|
|
18
|
-
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
19
|
-
hubTxtLocation: {
|
|
20
|
-
type: string;
|
|
21
|
-
defaultValue: {
|
|
22
|
-
uri: string;
|
|
23
|
-
locationType: string;
|
|
24
|
-
};
|
|
25
|
-
description: string;
|
|
26
|
-
};
|
|
27
|
-
assemblyNames: {
|
|
28
|
-
type: string;
|
|
29
|
-
defaultValue: never[];
|
|
30
|
-
description: string;
|
|
31
|
-
};
|
|
32
|
-
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
33
|
-
name: {
|
|
34
|
-
type: string;
|
|
35
|
-
defaultValue: string;
|
|
36
|
-
description: string;
|
|
37
|
-
};
|
|
38
|
-
assemblyNames: {
|
|
39
|
-
type: string;
|
|
40
|
-
defaultValue: never[];
|
|
41
|
-
description: string;
|
|
42
|
-
};
|
|
43
|
-
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "connectionId">>, undefined>>;
|
|
44
|
-
type: import("mobx-state-tree").ISimpleType<"UCSCTrackHubConnection">;
|
|
45
|
-
}, {
|
|
46
|
-
connect(_arg: import("@jbrowse/core/configuration").AnyConfigurationModel): void;
|
|
47
|
-
} & {
|
|
48
|
-
afterAttach(): void;
|
|
49
|
-
addTrackConf(trackConf: ({
|
|
50
|
-
[x: string]: any;
|
|
51
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
52
|
-
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
53
|
-
[x: string]: any;
|
|
54
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
55
|
-
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
56
|
-
[x: string]: any;
|
|
57
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
58
|
-
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
59
|
-
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>) | Record<string, unknown>): any;
|
|
60
|
-
addTrackConfs(trackConfs: (({
|
|
61
|
-
[x: string]: any;
|
|
62
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
63
|
-
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
64
|
-
[x: string]: any;
|
|
65
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
66
|
-
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
67
|
-
[x: string]: any;
|
|
68
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
69
|
-
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
70
|
-
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>) | Record<string, unknown>)[]): void;
|
|
71
|
-
setTrackConfs(trackConfs: import("@jbrowse/core/configuration").AnyConfigurationModel[]): void;
|
|
72
|
-
clear(): void;
|
|
73
|
-
} & {
|
|
74
|
-
connect(): Promise<void>;
|
|
75
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
36
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
37
|
-
};
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.default = UCSCTrackHubConnection;
|
|
40
|
-
const configuration_1 = require("@jbrowse/core/configuration");
|
|
41
|
-
const models_1 = require("@jbrowse/core/pluggableElementTypes/models");
|
|
42
|
-
const mobx_state_tree_1 = require("mobx-state-tree");
|
|
43
|
-
const configSchema_1 = __importDefault(require("./configSchema"));
|
|
44
|
-
function UCSCTrackHubConnection(pluginManager) {
|
|
45
|
-
return mobx_state_tree_1.types
|
|
46
|
-
.compose('UCSCTrackHubConnection', (0, models_1.BaseConnectionModelFactory)(pluginManager), mobx_state_tree_1.types.model({
|
|
47
|
-
configuration: (0, configuration_1.ConfigurationReference)(configSchema_1.default),
|
|
48
|
-
type: mobx_state_tree_1.types.literal('UCSCTrackHubConnection'),
|
|
49
|
-
}))
|
|
50
|
-
.actions(self => ({
|
|
51
|
-
async connect() {
|
|
52
|
-
const { doConnect } = await Promise.resolve().then(() => __importStar(require('./doConnect')));
|
|
53
|
-
doConnect(self);
|
|
54
|
-
},
|
|
55
|
-
}));
|
|
56
|
-
}
|
|
@@ -1,199 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.default = `ailMel1
|
|
4
|
-
allMis1
|
|
5
|
-
anoCar1
|
|
6
|
-
anoCar2
|
|
7
|
-
anoGam1
|
|
8
|
-
anoGam3
|
|
9
|
-
apiMel1
|
|
10
|
-
apiMel2
|
|
11
|
-
aplCal1
|
|
12
|
-
aptMan1
|
|
13
|
-
aquChr2
|
|
14
|
-
balAcu1
|
|
15
|
-
bisBis1
|
|
16
|
-
bosTau2
|
|
17
|
-
bosTau3
|
|
18
|
-
bosTau4
|
|
19
|
-
bosTau6
|
|
20
|
-
bosTau7
|
|
21
|
-
bosTau8
|
|
22
|
-
braFlo1
|
|
23
|
-
caeJap1
|
|
24
|
-
caePb1
|
|
25
|
-
caePb2
|
|
26
|
-
caeRem2
|
|
27
|
-
caeRem3
|
|
28
|
-
calJac1
|
|
29
|
-
calJac3
|
|
30
|
-
calMil1
|
|
31
|
-
canFam1
|
|
32
|
-
canFam3
|
|
33
|
-
cavPor3
|
|
34
|
-
cb3
|
|
35
|
-
ce10
|
|
36
|
-
ce11
|
|
37
|
-
ce2
|
|
38
|
-
ce4
|
|
39
|
-
ce6
|
|
40
|
-
cerSim1
|
|
41
|
-
chlSab2
|
|
42
|
-
choHof1
|
|
43
|
-
chrPic1
|
|
44
|
-
ci1
|
|
45
|
-
ci2
|
|
46
|
-
ci3
|
|
47
|
-
criGri1
|
|
48
|
-
criGriChoV1
|
|
49
|
-
danRer10
|
|
50
|
-
danRer11
|
|
51
|
-
danRer3
|
|
52
|
-
danRer4
|
|
53
|
-
danRer5
|
|
54
|
-
danRer6
|
|
55
|
-
danRer7
|
|
56
|
-
dasNov3
|
|
57
|
-
dipOrd1
|
|
58
|
-
dm1
|
|
59
|
-
dm2
|
|
60
|
-
dm3
|
|
61
|
-
dm6
|
|
62
|
-
dp2
|
|
63
|
-
dp3
|
|
64
|
-
droAna1
|
|
65
|
-
droAna2
|
|
66
|
-
droEre1
|
|
67
|
-
droGri1
|
|
68
|
-
droMoj1
|
|
69
|
-
droMoj2
|
|
70
|
-
droPer1
|
|
71
|
-
droSec1
|
|
72
|
-
droSim1
|
|
73
|
-
droVir1
|
|
74
|
-
droVir2
|
|
75
|
-
droYak1
|
|
76
|
-
droYak2
|
|
77
|
-
eboVir3
|
|
78
|
-
echTel1
|
|
79
|
-
echTel2
|
|
80
|
-
equCab1
|
|
81
|
-
equCab2
|
|
82
|
-
eriEur1
|
|
83
|
-
eriEur2
|
|
84
|
-
felCat3
|
|
85
|
-
felCat4
|
|
86
|
-
felCat5
|
|
87
|
-
felCat8
|
|
88
|
-
fr1
|
|
89
|
-
fr2
|
|
90
|
-
fr3
|
|
91
|
-
gadMor1
|
|
92
|
-
galGal2
|
|
93
|
-
galGal3
|
|
94
|
-
galGal4
|
|
95
|
-
galGal5
|
|
96
|
-
galGal6
|
|
97
|
-
galVar1
|
|
98
|
-
gasAcu1
|
|
99
|
-
geoFor1
|
|
100
|
-
gorGor3
|
|
101
|
-
gorGor4
|
|
102
|
-
gorGor5
|
|
103
|
-
hetGla1
|
|
104
|
-
hetGla2
|
|
105
|
-
hg16
|
|
106
|
-
hg18
|
|
107
|
-
hg19
|
|
108
|
-
hg38
|
|
109
|
-
latCha1
|
|
110
|
-
loxAfr3
|
|
111
|
-
macEug2
|
|
112
|
-
macFas5
|
|
113
|
-
manPen1
|
|
114
|
-
melGal1
|
|
115
|
-
melGal5
|
|
116
|
-
melUnd1
|
|
117
|
-
micMur1
|
|
118
|
-
micMur2
|
|
119
|
-
mm10
|
|
120
|
-
mm7
|
|
121
|
-
mm8
|
|
122
|
-
mm9
|
|
123
|
-
monDom2
|
|
124
|
-
monDom4
|
|
125
|
-
monDom5
|
|
126
|
-
musFur1
|
|
127
|
-
myoLuc2
|
|
128
|
-
nanPar1
|
|
129
|
-
nasLar1
|
|
130
|
-
nomLeu1
|
|
131
|
-
nomLeu2
|
|
132
|
-
nomLeu3
|
|
133
|
-
ochPri2
|
|
134
|
-
ochPri3
|
|
135
|
-
oreNil2
|
|
136
|
-
ornAna1
|
|
137
|
-
ornAna2
|
|
138
|
-
oryCun2
|
|
139
|
-
oryLat2
|
|
140
|
-
otoGar3
|
|
141
|
-
oviAri1
|
|
142
|
-
oviAri3
|
|
143
|
-
oviAri4
|
|
144
|
-
panPan1
|
|
145
|
-
panPan2
|
|
146
|
-
panTro1
|
|
147
|
-
panTro2
|
|
148
|
-
panTro3
|
|
149
|
-
panTro4
|
|
150
|
-
panTro5
|
|
151
|
-
panTro6
|
|
152
|
-
papAnu2
|
|
153
|
-
papHam1
|
|
154
|
-
petMar1
|
|
155
|
-
petMar2
|
|
156
|
-
ponAbe2
|
|
157
|
-
ponAbe3
|
|
158
|
-
priPac1
|
|
159
|
-
proCap1
|
|
160
|
-
pteVam1
|
|
161
|
-
rheMac2
|
|
162
|
-
rheMac3
|
|
163
|
-
rheMac8
|
|
164
|
-
rhiRox1
|
|
165
|
-
rn4
|
|
166
|
-
rn5
|
|
167
|
-
rn6
|
|
168
|
-
sacCer1
|
|
169
|
-
sacCer2
|
|
170
|
-
sacCer3
|
|
171
|
-
saiBol1
|
|
172
|
-
sarHar1
|
|
173
|
-
sorAra1
|
|
174
|
-
sorAra2
|
|
175
|
-
speTri2
|
|
176
|
-
strPur1
|
|
177
|
-
strPur2
|
|
178
|
-
susScr11
|
|
179
|
-
susScr2
|
|
180
|
-
susScr3
|
|
181
|
-
taeGut1
|
|
182
|
-
taeGut2
|
|
183
|
-
tarSyr1
|
|
184
|
-
tarSyr2
|
|
185
|
-
tetNig1
|
|
186
|
-
tetNig2
|
|
187
|
-
thaSir1
|
|
188
|
-
triMan1
|
|
189
|
-
tupBel1
|
|
190
|
-
turTru2
|
|
191
|
-
venter1
|
|
192
|
-
vicPac1
|
|
193
|
-
vicPac2
|
|
194
|
-
xenLae2
|
|
195
|
-
xenTro1
|
|
196
|
-
xenTro2
|
|
197
|
-
xenTro3
|
|
198
|
-
xenTro7
|
|
199
|
-
xenTro9`.split(/\r?\n/);
|