Skip to content
Snippets Groups Projects
Commit 6a9c2274 authored by Zakaria Louadi's avatar Zakaria Louadi
Browse files

remove host and virus terms

parent baf4be51
No related branches found
No related tags found
No related merge requests found
......@@ -10,10 +10,10 @@
</header>
<section class="modal-card-body">
<div class="notification is-warning" *ngIf="addedCount === 0">
No host proteins have been selected or added.
No proteins have been selected or added.
</div>
<div class="notification is-warning" *ngIf="addedCount > 0">
{{addedCount}} host proteins have been selected or added.
{{addedCount}} proteins have been selected or added.
</div>
<p *ngIf="!selectedTissue">
<i>
......
......@@ -178,8 +178,7 @@
</span>
<span *ngIf="!selectedWrapper">No item selected</span>
<span *ngIf="selectedWrapper">
<span *ngIf="selectedWrapper.type === 'host'">Host Protein</span>
<span *ngIf="selectedWrapper.type === 'virus'">Viral Protein</span>
<span *ngIf="selectedWrapper.type === 'host'">Protein</span>
<span *ngIf="selectedWrapper.type === 'drug'">Drug</span>
</span>
</p>
......@@ -430,21 +429,21 @@
<footer class="card-footer">
<a (click)="analysis.addVisibleHostProteins(currentViewNodes, currentViewProteins)"
class="card-footer-item has-text-success" data-tooltip="Add all visible host proteins.">
class="card-footer-item has-text-success" data-tooltip="Add all visible proteins.">
<span class="icon">
<i class="fa fa-plus"></i>
</span>
<span>
Add host proteins
Add proteins
</span>
</a>
<a (click)="analysis.removeAllHostProteins()"
class="card-footer-item has-text-danger" data-tooltip="Remove all host proteins.">
class="card-footer-item has-text-danger" data-tooltip="Remove all proteins.">
<span class="icon">
<i class="fa fa-minus"></i>
</span>
<span>
Remove host proteins
Remove proteins
</span>
</a>
</footer>
......
......@@ -78,7 +78,7 @@
},
{
name: "G3BP2",
proteinAc: "Q9UN86",
proteinAc: "Q9UNAA86",
proteinName: "Ras GTPase-activating protein-binding protein 2"
}
],
......@@ -97,3 +97,6 @@
</script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment