diff --git a/src/app/gene/components/details/gene/gene-detail.component.ts b/src/app/gene/components/details/gene/gene-detail.component.ts index ad09f127..1f299a71 100644 --- a/src/app/gene/components/details/gene/gene-detail.component.ts +++ b/src/app/gene/components/details/gene/gene-detail.component.ts @@ -71,7 +71,7 @@ export class GeneDetailComponent implements OnDestroy, OnInit { .pipe( takeUntil(this._destroy), take(1)) - .subscribe(this._processGeneLinks); + .subscribe((links) => this._processGeneLinks(links)); // get gene region details this._geneService.getGenes([this.gene], this.source) @@ -89,7 +89,7 @@ export class GeneDetailComponent implements OnDestroy, OnInit { }), takeUntil(this._destroy), take(1)) - .subscribe(this._processRegionLinks); + .subscribe((links) => this._processRegionLinks(links)); } // private diff --git a/src/app/gene/components/details/track/track-detail.component.ts b/src/app/gene/components/details/track/track-detail.component.ts index 4e3a7d5f..efc86847 100644 --- a/src/app/gene/components/details/track/track-detail.component.ts +++ b/src/app/gene/components/details/track/track-detail.component.ts @@ -15,9 +15,11 @@ import { Track } from '@gcv/gene/models';

{{ track.genus[0] }}.{{ track.species }} - {{ track.name }}

Search for similar contexts

-
  • - {{ link.text }} -
  • +

    Genes: