Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
UniProt
Front End
QuickGoFE
Commits
6f28f7f2
Commit
6f28f7f2
authored
Sep 14, 2021
by
Xavier Watkins
Browse files
Add link to UniProt
parent
bcfb44b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/targetSet/targetSet.html
app/targetSet/targetSet.html
+1
-1
No files found.
app/targetSet/targetSet.html
View file @
6f28f7f2
...
...
@@ -36,7 +36,7 @@
</th>
<tr
ng-repeat=
"item in elements"
>
<td>
{{item.symbol}}
</td>
<td>
{{item.id}}
</td>
<td>
<a
href=
"https://www.uniprot.org/uniprot/{{item.id}}"
target=
"_blank"
>
{{item.id}}
</a>
</td>
<td>
{{item.name}}
</td>
<td>
{{item.taxonId}}
</td>
<td>
{{taxaMapping[item.taxonId].scientificName}}
</td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment