Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2 class="fontsize-xl">{{organView.organ}}</h2>
</mat-header-cell>
<mat-cell *matCellDef="let element" class="fontsize-xxs dot">
<ng-container *ngFor="let visualization of element.visualizations">
<hca-tooltip [tooltipClass]="'hca-tooltip narrow'"
<hca-tooltip [tooltipClass]="'hca-tooltip'"
[tooltipContent]="visualization.description"
[tooltipDisabled]="false"
[tooltipPosition]="'above'">
Expand Down
3 changes: 2 additions & 1 deletion spa/src/app/files/shared/release.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export class ReleaseService {

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