Skip to content

Commit

Permalink
Update docs components
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Dec 10, 2024
1 parent 0ca5484 commit adf122e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/documentation/docs/docs.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5029,13 +5029,13 @@ <h2 id="id-2006-survey-genedb-s.-pombe">2006 survey for GeneDB <em>S. pombe</em>
<div *ngIf="section == 'datasets'">
<app-page-contents-menu title="Datasets" titleRoute="/datasets">

<div class="left-menu-part left-menu-item"><a routerLink="//downloads/genome-datasets">Genome datasets</a></div>
<div class="left-menu-part left-menu-item"><a routerLink="/downloads/genome-datasets">Genome datasets</a></div>
<div class="left-menu-part left-menu-item"><span>Annotation datasets</span></div>
<div class="left-menu-part left-sub-menu-item"><a routerLink="/downloads/go-annotations">GO annotations</a></div>
<div class="left-menu-part left-sub-menu-item"><a routerLink="/downloads/phenotype-annotations">Phenotype annotations</a></div>
<div class="left-menu-part left-sub-menu-item"><a href="https://www.pombase.org/data/annotations/modifications/">Modifications</a></div>
<div class="left-menu-part left-sub-menu-item"><a href="https://www.pombase.org/data/orthologs/">Orthologs</a></div>
<div class="left-menu-part left-menu-item"><a routerLink="//downloads/protein-datasets">Protein datasets</a></div>
<div class="left-menu-part left-menu-item"><a routerLink="/downloads/protein-datasets">Protein datasets</a></div>
<div class="left-menu-part left-menu-item"><a routerLink="/downloads/names-and-identifiers">Names and IDs</a></div>
<div class="left-menu-part left-menu-item"><span>GO slims</span></div>
<div class="left-menu-part left-sub-menu-item"><a href="https://www.pombase.org/data/releases/latest/misc/mf_goslim_pombe_ids_and_names.tsv">GO molecular function slim</a></div>
Expand Down Expand Up @@ -7836,13 +7836,13 @@ <h3 id="additional-notes">Additional notes:</h3>
<app-page-contents-menu title="Downloads" titleRoute="/downloads">

<div class="left-menu-part left-menu-item"><a routerLink="/datasets">Datasets</a></div>
<div class="left-menu-part left-sub-menu-item"><a routerLink="//downloads/genome-datasets">Genome datasets</a></div>
<div class="left-menu-part left-sub-menu-item"><a routerLink="/downloads/genome-datasets">Genome datasets</a></div>
<div class="left-menu-part left-sub-menu-item"><span>Annotation datasets</span></div>
<div class="left-menu-part left-sub-sub-menu-item"><a routerLink="/downloads/go-annotations">GO annotations</a></div>
<div class="left-menu-part left-sub-sub-menu-item"><a routerLink="/downloads/phenotype-annotations">Phenotype annotations</a></div>
<div class="left-menu-part left-sub-sub-menu-item"><a routerLink="/downloads/modifications">Modifications</a></div>
<div class="left-menu-part left-sub-sub-menu-item"><a href="https://www.pombase.org/data/orthologs/">Orthologs</a></div>
<div class="left-menu-part left-sub-menu-item"><a routerLink="//downloads/protein-datasets">Protein datasets</a></div>
<div class="left-menu-part left-sub-menu-item"><a routerLink="/downloads/protein-datasets">Protein datasets</a></div>
<div class="left-menu-part left-sub-menu-item"><a routerLink="/downloads/names-and-identifiers">Names and IDs</a></div>
<div class="left-menu-part left-menu-item"><a routerLink="/documents">Documents</a></div>
<div class="left-menu-part left-menu-item"><a routerLink="/downloads/chado-database-dumps">Chado database dumps</a></div>
Expand Down

0 comments on commit adf122e

Please sign in to comment.