Skip to content

Commit

Permalink
Igv: sign compressedIndexURL (#3947)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskus authored Apr 17, 2024
1 parent 1717136 commit 1ec078c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions catalog/app/components/Preview/loaders/Igv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const traverseUrls = (fn: (v: any) => any, json: JsonRecord) =>
reference: R.evolve({
fastaURL: fn,
indexURL: fn,
compressedIndexURL: fn,
cytobandURL: fn,
aliasURL: fn,
}),
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Entries inside each section should be ordered by type:
## Catalog, Lambdas
!-->
# unreleased - YYYY-MM-DD
## Python API

## CLI

## Catalog, Lambdas
* [Added] Sign URL in undocumented `compressedIndexURL` IGV property ([#3947](https://github.com/quiltdata/quilt/pull/3947))

# 6.0.0a2 - 2024-04-15
## Python API
Expand Down

0 comments on commit 1ec078c

Please sign in to comment.