Skip to content

Commit a6d2b27

Browse files
frano-mNoopDog
authored andcommitted
Add SCEA links to visualization section when ready. Added tooltip to links. Resolves #1087. (#1094)
1 parent 5875c2b commit a6d2b27

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

spa/src/app/files/releases/release-table/release-table.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h2 class="fontsize-xl">{{organView.organ}}</h2>
6464
</mat-header-cell>
6565
<mat-cell *matCellDef="let element" class="fontsize-xxs dot">
6666
<ng-container *ngFor="let visualization of element.visualizations">
67-
<hca-tooltip [tooltipClass]="'hca-tooltip narrow'"
67+
<hca-tooltip [tooltipClass]="'hca-tooltip'"
6868
[tooltipContent]="visualization.description"
6969
[tooltipDisabled]="false"
7070
[tooltipPosition]="'above'">

spa/src/app/files/shared/release.service.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ export class ReleaseService {
2525

2626
// Locals
2727
private PORTAL_DESCRIPTIONS = new Map<string, string>([
28-
["SCP", "Single Cell Portal"]
28+
["SCP", "Single Cell Portal"],
29+
["SCEA", "Single Cell Expression Atlas"]
2930
]);
3031
private RELEASE_FILE_DESCRIPTIONS = new Map<string, string>([
3132
[`${ReleaseFileType.ANNOTATED_CLUSTERS}h5ad`, "Cumulus output expression matrix; contains clustering information, cell annotations, and log-transformed gene expression (Pegasus, Scanpy, and Seurat compatible)."],

0 commit comments

Comments
 (0)