@weng-lab/genomebrowser-ui 0.3.5 → 0.3.6

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.
@@ -27,6 +27,6 @@ export type { OtherTrackInfo } from "./other-tracks/shared/types";
27
27
  * 2. Import and add it to the appropriate assembly array below
28
28
  */
29
29
  export const foldersByAssembly: Record<Assembly, FolderDefinition[]> = {
30
- GRCh38: [humanBiosamplesFolder, humanGenesFolder, humanOtherTracksFolder],
31
- mm10: [mouseBiosamplesFolder, mouseGenesFolder],
30
+ GRCh38: [humanGenesFolder, humanBiosamplesFolder, humanOtherTracksFolder],
31
+ mm10: [mouseGenesFolder, mouseBiosamplesFolder],
32
32
  };
package/test/main.tsx CHANGED
@@ -38,7 +38,7 @@ import type { BiosampleRowInfo } from "../src/TrackSelect/Folders/biosamples/sha
38
38
  import type { GeneRowInfo } from "../src/TrackSelect/Folders/genes/shared/types";
39
39
  import type { OtherTrackInfo } from "../src/TrackSelect/Folders/other-tracks/shared/types";
40
40
  import { Exon } from "@weng-lab/genomebrowser/dist/components/tracks/transcript/types";
41
- import { tfPeaksTrack } from "@weng-lab/genomebrowser/test/TfPeaks";
41
+ import { tfPeaksTrack } from "../src/TrackSelect/Custom/TfPeaks";
42
42
 
43
43
  interface Transcript {
44
44
  id: string;
@@ -87,7 +87,7 @@ function Main() {
87
87
  const browserStore = createBrowserStoreMemo({
88
88
  // chr7:19,695,494-19,699,803
89
89
  // chr1:11103779-11262792
90
- domain: { chromosome: "chr1", start: 11103779, end: 11262792 },
90
+ domain: { chromosome: "chr12", start: 53380108, end: 53416378 },
91
91
  marginWidth: 100,
92
92
  trackWidth: 1400,
93
93
  multiplier: 3,