Skip to content

Commit

Permalink
bring back wustl h&E
Browse files Browse the repository at this point in the history
  • Loading branch information
inodb committed Mar 25, 2022
1 parent b32fe7b commit b932d9c
Show file tree
Hide file tree
Showing 4 changed files with 54,748 additions and 52,950 deletions.
4 changes: 1 addition & 3 deletions components/WPAtlasTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ const AutoMinervaViewerLink = (props: { url: string, count: number }) => (
<Tooltip overlay="Autominerva">
<a
href={props.url}
target="_blank"
style={{paddingRight:8,fontFamily:"monospace",textDecoration:"none"}}
>
{props.count < 100 && '\u00A0'}{props.count < 10 && '\u00A0'}{props.count} <img width={20} src="https://user-images.githubusercontent.com/1334004/159789346-b647c772-48fe-4652-8d2b-3eecf6690f1f.png" />
Expand Down Expand Up @@ -340,8 +339,7 @@ export default class WPAtlasTable extends React.Component<IWPAtlasTableProps> {
} else if (atlas.htan_name === 'HTAN WUSTL') {
return (
<>
<CellxgeneViewerLink url={'https://cellxgene.cziscience.com/d/9899E3D8-ACE5-40BD-AC93-7AB7CE2AEC70.cxg/'} count={1} />
<AutoMinervaViewerLink url={'/explore?selectedFilters=%5B%7B"value"%3A"H%26E"%2C"label"%3A"H%26E"%2C"group"%3A"assayName"%2C"count"%3A692%2C"isSelected"%3Afalse%7D%2C%7B"group"%3A"AtlasName"%2C"value"%3A"HTAN+Vanderbilt"%7D%5D&tab=file'} count={20} />
<AutoMinervaViewerLink url={'/explore?selectedFilters=%5B%7B"group"%3A"AtlasName"%2C"value"%3A"HTAN+WUSTL"%7D%2C%7B"value"%3A"IMC"%2C"label"%3A"IMC"%2C"group"%3A"assayName"%2C"count"%3A78%2C"isSelected"%3Afalse%7D%2C%7B"value"%3A"H%26E"%2C"label"%3A"H%26E"%2C"group"%3A"assayName"%2C"count"%3A71%2C"isSelected"%3Afalse%7D%5D&tab=file'} count={149} />
</>
);
} else if (atlas.htan_name === 'HTAN CHOP') {
Expand Down
8 changes: 4 additions & 4 deletions data/syn_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@
"synapseId": "syn24997689",
"numItems": 54
},
"ImagingLevel2": {
"synapseId": "syn25200520",
"numItems": 41
},
"Biospecimen": {
"synapseId": "syn25110812",
"numItems": 313
Expand All @@ -289,10 +293,6 @@
"ScRNA-seqLevel1": {
"synapseId": "syn25178382",
"numItems": 222
},
"ImagingLevel2": {
"synapseId": "syn25200520",
"numItems": 41
}
},
"HTA4": {
Expand Down
Binary file modified public/processed_syn_data.json.gz
Binary file not shown.
Loading

1 comment on commit b932d9c

@vercel
Copy link

@vercel vercel bot commented on b932d9c Mar 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.