Skip to content

Commit 7cfa89b

Browse files
committed
Removed un-needed change now that bedj tk is used
1 parent 4a8fa6f commit 7cfa89b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/plots/gb/view/View.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ export class View {
307307
arg.chr = this.state.config.geneSearchResult.chr
308308
arg.start = this.state.config.geneSearchResult.start
309309
arg.stop = this.state.config.geneSearchResult.stop
310-
if (this.state.config.hlregions?.length) arg.hlregions = this.state.config.hlregions
311310
first_genetrack_tolist(this.opts.genome, arg.tklst)
312311

313312
const _ = await import('#src/block')

0 commit comments

Comments
 (0)