Skip to content

Commit

Permalink
Introduce new genome config property "genarkAccession" to signal to i…
Browse files Browse the repository at this point in the history
…gv.js that this is a genark selection. Needed if ID matches an IGV genome ID.
  • Loading branch information
jrobinso committed Aug 17, 2024
1 parent e396d59 commit 77059ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/widgets/genomeWidgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function createGenomeWidgets({igvMain, urlModalId, genarkModalId, genomeFileLoad
pageLength: 100,
okHandler: result => {
const {accession} = result[0]
loadGenome(accession)
loadGenome({genarkAccession: accession})
}
}

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "igv-webapp",
"version": "2.0.0",
"version": "2.0.1",
"description": "igv web app",
"keywords": ["genomics", "visualization", "genome browser"],
"author": "Douglass Turner and Jim Robinson",
Expand All @@ -18,7 +18,7 @@
"homepage": "https://github.com/igvteam/igv-webapp#readme",
"devDependencies": {
"fs-extra": "^8.1.0",
"igv": "^3.0.2",
"igv": "github:igvteam/igv",
"data-modal": "github:igvteam/data-modal#v1.6.1",
"igv-utils": "github:igvteam/igv-utils#v1.5.8",
"google-utils": "github:igvteam/google-utils#v1.0.2",
Expand Down

0 comments on commit 77059ec

Please sign in to comment.