Skip to content

Commit

Permalink
First successful load of Genark genomes
Browse files Browse the repository at this point in the history
  • Loading branch information
turner committed Feb 13, 2024
1 parent f6a28e6 commit 616d6b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/widgets/genomeWidgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ function createGenomeWidgets({$igvMain, urlModalId, genarkModalId, genomeFileLoa
title: 'Genark',
selectionStyle: 'multi',
pageLength: 100,
okHandler: genomeFileLoad
okHandler: result => {
const { accession } = result[ 0 ]
loadGenome(accession)
}
};

genarkModalTable = new ModalTable(genarkModalTableConfig)
Expand Down

0 comments on commit 616d6b7

Please sign in to comment.