Skip to content

Tags: BimberLab/DiscvrLabKeyModules

Tags

latest

Toggle latest's commit message
Create latest tag

26.1

Toggle 26.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the npm_and_yarn group across 1 directory with 2 updates (#367)

Bumps the npm_and_yarn group with 2 updates in the /jbrowse directory: [jspdf](https://github.com/parallax/jsPDF) and [qs](https://github.com/ljharb/qs).


Updates `jspdf` from 3.0.3 to 4.0.0
- [Release notes](https://github.com/parallax/jsPDF/releases)
- [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md)
- [Commits](parallax/jsPDF@v3.0.3...v4.0.0)

Updates `qs` from 6.13.0 to 6.14.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.13.0...v6.14.1)

---
updated-dependencies:
- dependency-name: jspdf
  dependency-version: 4.0.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-version: 6.14.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

25.12

Toggle 25.12's commit message
Augment view

25.11

Toggle 25.11's commit message
Bugfix to handling of 10x barcodes

25.10

Toggle 25.10's commit message
Update default

25.9

Toggle 25.9's commit message
Bugfix to PoolImportPanel

25.8

Toggle 25.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Initial commit for JSON-based study definition (#336)

* Initial commit for JSON-based study definition

* Clean up generics

* Refinements to customizer code, and many new SIV-related ETLs

* Implement upsert + test

* Fix unicode hyphen

---------

Co-authored-by: Sebastian Benjamin <[email protected]>

25.7

Toggle 25.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use remote API to load JBrowse search results (#339)

* Use remote API to load JBrowse search results

25.6

Toggle 25.6's commit message
Delay creation of ExecutorService until after server startup and unti…

…l needed

25.5

Toggle 25.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Typed filters (#326)

* Filter refactor

* Fix FilterForm bugs, rename filters, add defaultOperator

* Fix URL encoding behavior and tests

* Fix ranges on > and < operators

---------

Co-authored-by: Sebastian Benjamin <[email protected]>