Skip to content
Snippets Groups Projects
Unverified Commit c9a9e2ec authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #809 from HumanBrainProject/chore_bigbrainOriginDatasets

chore: add source dataset to big brain parc
parents cfe7dca6 53aa916d
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ const dsNamesToExclude = [
'Corrected 3-D reconstruction and surface parcellation',
'Probability map',
'Probabilistic map',
'Reference delineations',
// 'Reference delineations',
'Atlas of the short fiber bundles ',
'Desikan-Killiany Atlas',
'GapMap',
......
This diff is collapsed.
......@@ -23,9 +23,15 @@
<div *ngFor="let originDataset of (region.originDatasets || []); let index = index"
class="ml-2">
<i>&#183;</i>
<span>
{{ regionOriginDatasetLabels$ | async | renderViewOriginDatasetlabel : index }}
<span *ngIf="originDataset?.format?.name as regionOrDsFormatName; else fallbackODsnameTmpl">
{{ regionOrDsFormatName }}
</span>
<ng-template #fallbackODsnameTmpl>
<span>
{{ regionOriginDatasetLabels$ | async | renderViewOriginDatasetlabel : index }}
</span>
</ng-template>
<span
aria-hidden="true"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment