Skip to content

Commit

Permalink
feat(core): export util functions for conversion to flat tracks (#1016)
Browse files Browse the repository at this point in the history
* feat: export convertToFlatTrack+spreadTracksByData

* chore(core): make it clearer that they are internal/experimental functions (#1017)

chore: make it internal

Co-authored-by: Sehi L'Yi <sehliyi@gmail.com>

---------

Co-authored-by: Sehi L'Yi <sehilyi@gmail.com>
Co-authored-by: Sehi L'Yi <sehliyi@gmail.com>
  • Loading branch information
3 people committed Dec 19, 2023
1 parent b104de6 commit 85f0be1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/exported-utils.ts
Expand Up @@ -6,3 +6,7 @@ export {
parseGenomicPosition
} from './core/utils/assembly';
export { sanitizeChrName } from './data-fetchers/utils';

// These are experimental and may be removed in the future
export { convertToFlatTracks as _convertToFlatTracks } from './compiler/spec-preprocess';
export { spreadTracksByData as _spreadTracksByData } from './core/utils/overlay';

0 comments on commit 85f0be1

Please sign in to comment.