We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8fa6f commit 7cfa89bCopy full SHA for 7cfa89b
client/plots/gb/view/View.ts
@@ -307,7 +307,6 @@ export class View {
307
arg.chr = this.state.config.geneSearchResult.chr
308
arg.start = this.state.config.geneSearchResult.start
309
arg.stop = this.state.config.geneSearchResult.stop
310
- if (this.state.config.hlregions?.length) arg.hlregions = this.state.config.hlregions
311
first_genetrack_tolist(this.opts.genome, arg.tklst)
312
313
const _ = await import('#src/block')
0 commit comments