Skip to content

Commit

Permalink
Minor changes to single peptide summary
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Nov 6, 2023
1 parent 74e272e commit ecc28fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/analysis/SinglePeptideSummary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<a
:href="taxonomyUrl(lca(assay))"
target="_blank"
class="link primary--text"
>
{{ lca(assay)?.name }}
</a> ({{ lca(assay)?.rank }}).
Expand All @@ -42,6 +43,7 @@
v-if="node"
:href="`https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=Info&id=${node.id}`"
target="_blank"
class="link primary--text"
>
{{ node.name }}
</a>
Expand Down

0 comments on commit ecc28fe

Please sign in to comment.