@weng-lab/genomebrowser-ui 0.2.5 → 0.2.7

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.
@@ -1,6 +1,7 @@
1
1
  import { Assembly } from '../../types';
2
2
  export type { Assembly };
3
3
  export declare const assayTypes: string[];
4
+ export declare const lifeStages: string[];
4
5
  export declare const ontologyTypes: string[];
5
6
  /** Color mapping for assay types */
6
7
  export declare const assayColorMap: {
@@ -21,6 +21,7 @@ export type BiosampleTrackInfo = {
21
21
  sampleType: string;
22
22
  displayName: string;
23
23
  assays: BiosampleAssayInfo[];
24
+ core?: boolean;
24
25
  };
25
26
  /**
26
27
  * Row format for DataGrid (flattened from TrackInfo)
@@ -35,6 +36,7 @@ export type BiosampleRowInfo = {
35
36
  experimentAccession: string;
36
37
  fileAccession: string;
37
38
  url: string;
39
+ coreCollection: boolean;
38
40
  };
39
41
  /**
40
42
  * Structure of the biosample JSON data files