Skip to content

Commit

Permalink
oc to this - looks like a small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dnil committed Oct 25, 2024
1 parent eb4cd95 commit 8d8b2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/track/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export class BaseAnnotationTrack {
Object.assign(
{
// build query parameters
sample_id: oc.sampleName,
sample_id: this.sampleName,
region: `${chrom}:1-None`,
genome_build: this.genomeBuild,
collapsed: false, // allways get all height orders
Expand Down

0 comments on commit 8d8b2f6

Please sign in to comment.