{"id":21662818,"url":"https://github.com/higlass/higlass-labelled-points-track","last_synced_at":"2026-02-16T20:36:40.941Z","repository":{"id":44301052,"uuid":"183733538","full_name":"higlass/higlass-labelled-points-track","owner":"higlass","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-12T05:15:25.000Z","size":2913,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-12T15:37:21.110Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/higlass.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-04-27T05:45:19.000Z","updated_at":"2026-02-12T05:15:29.000Z","dependencies_parsed_at":"2025-01-25T07:24:41.858Z","dependency_job_id":"86debd71-01d0-4e9b-b4fd-d0ba34ae6e90","html_url":"https://github.com/higlass/higlass-labelled-points-track","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/higlass/higlass-labelled-points-track","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/higlass%2Fhiglass-labelled-points-track","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/higlass%2Fhiglass-labelled-points-track/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/higlass%2Fhiglass-labelled-points-track/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/higlass%2Fhiglass-labelled-points-track/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/higlass","download_url":"https://codeload.github.com/higlass/higlass-labelled-points-track/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/higlass%2Fhiglass-labelled-points-track/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29517620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T18:37:19.720Z","status":"ssl_error","status_checked_at":"2026-02-16T18:36:46.920Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T10:18:13.852Z","updated_at":"2026-02-16T20:36:40.919Z","avatar_url":"https://github.com/higlass.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Labelled Points Track for HiGlass\n\n\u003e Explore datasets containing millions of points with labels in HiGlass\n\n[![HiGlass](https://img.shields.io/badge/higlass-👍-red.svg?colorB=0f5d92)](http://higlass.io)\n[![Build Status](https://img.shields.io/travis/pkerpedjiev/higlass-labelled-points-track/master.svg?colorB=0f5d92)](https://travis-ci.org/pkerpedjiev/higlass-labelled-points-track)\n\n![A view of over 1 million data points, heavily downsampled](/teaser.png?raw=true \"A downsampling of many points\")\n\n**Note**: This is the source code for the labelled points track only! You might want to check out the following repositories as well:\n\n- HiGlass labelled points track (this repository): https://github.com/higlass/higlass-labelled-points-tracks\n- HiGlass viewer: https://github.com/higlass/higlass\n- HiGlass server: https://github.com/higlass/higlass-server\n- HiGlass docker: https://github.com/higlass/higlass-docker\n\n## Installation\n\n```\nnpm install higlass-labelled-points-track\n```\n\n## Usage\n\nTo try this track out, head over to https://github.com/pkerpedjiev/million-primes\nand start a server using the provided notebook.\n\n1. Make sure you load this track prior to `hglib.js`. For example:\n\n```\n\u003cscript src=\"higlass-labelled-points-track.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"hglib.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n  ...\n\u003c/script\u003e\n```\n\n2. Now, configure the track in your view config and be happy! \n\n```\n{\n  ...\n  {\n    server: 'http://localhost:8001/api/v1',\n    tilesetUid: 'blah',\n    type: 'labelled-points-track',\n    options: {\n        labelField: 'label',\n        xPosField: 'x',\n        yPosField: 'y'\n    },\n  },\n  ...\n}\n```\n\nTake a look at [`src/index.html`](src/index.html) for an example.\n\n## Development\n\n### Installation\n\n```bash\n$ git clone https://github.com/pkerpedjiev/labelled-points-track \u0026\u0026 higlass-labelled-points-track\n$ npm install\n```\n\n### Commands\n\n**Developmental server**: `npm start`\n**Production build**: `npm run build`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiglass%2Fhiglass-labelled-points-track","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiglass%2Fhiglass-labelled-points-track","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiglass%2Fhiglass-labelled-points-track/lists"}