@jbrowse/plugin-variants 1.6.4 → 1.6.5

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.
@@ -1846,7 +1846,7 @@ var VariantsPlugin = /*#__PURE__*/function (_Plugin) {
1846
1846
  });
1847
1847
  pluginManager.addToExtensionPoint('Core-guessTrackTypeForLocation', function (trackTypeGuesser) {
1848
1848
  return function (adapterName) {
1849
- if (adapterName === 'VcfTabixAdapter') {
1849
+ if (adapterName === 'VcfTabixAdapter' || adapterName === 'VcfAdapter') {
1850
1850
  return 'VariantTrack';
1851
1851
  }
1852
1852