Skip to content

Commit

Permalink
disable vanderbilt cellxgene instance temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
inodb committed Mar 25, 2022
1 parent b8f637f commit b32fe7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/WPAtlasTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ export default class WPAtlasTable extends React.Component<IWPAtlasTableProps> {
} else if (atlas.htan_name === 'HTAN Vanderbilt') {
return (
<>
<CellxgeneViewerLink url={'https://cellxgene.cziscience.com/d/9899E3D8-ACE5-40BD-AC93-7AB7CE2AEC70.cxg/'} count={1} />
{/* Outddated Cellxgene Instance */}
{/*<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} />
</>
);
Expand Down

1 comment on commit b32fe7b

@vercel
Copy link

@vercel vercel bot commented on b32fe7b 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.