@@ -21,7 +21,6 @@ import targetLogo from 'src/images/library/datasets/target_logo.jpeg';
21
21
import tcgaLogo from 'src/images/library/datasets/TCGALogo.jpg' ;
22
22
import topMedLogo from 'src/images/library/datasets/[email protected] ' ;
23
23
import { Metrics } from 'src/libs/ajax/Metrics' ;
24
- import { getEnabledBrand } from 'src/libs/brand-utils' ;
25
24
import colors from 'src/libs/colors' ;
26
25
import { getConfig } from 'src/libs/config' ;
27
26
import Events from 'src/libs/events' ;
@@ -384,31 +383,6 @@ const encode = () =>
384
383
]
385
384
) ;
386
385
387
- const fcDataLib = ( ) =>
388
- h (
389
- Participant ,
390
- {
391
- logo : { src : broadLogo , alt : 'Broad logo' , height : '40%' } ,
392
- title : 'Broad Dataset Workspace Library' ,
393
- description : `Search for datasets sequenced at the Broad Institute, or public datasets hosted at the Broad. Datasets
394
- are pre-loaded as workspaces. You can clone these, or copy data into the workspace of your choice.` ,
395
- sizeText : h ( TooltipTrigger , { content : 'As of October 2018' } , [ span ( 'Samples: > 158,629' ) ] ) ,
396
- } ,
397
- [
398
- h (
399
- ButtonPrimary ,
400
- {
401
- 'aria-label' : 'Browse Broad Institute datasets' ,
402
- tooltip : 'Search for dataset workspaces' ,
403
- href : `${ getConfig ( ) . firecloudUrlRoot } /?return=${ getEnabledBrand ( ) . queryName } #library` ,
404
- onClick : ( ) => captureBrowseDataEvent ( 'Broad Institute Datasets' ) ,
405
- ...Utils . newTabLinkProps ,
406
- } ,
407
- [ 'Browse Datasets' ]
408
- ) ,
409
- ]
410
- ) ;
411
-
412
386
const framingham = ( ) =>
413
387
h (
414
388
Participant ,
@@ -554,7 +528,7 @@ const target = () =>
554
528
ButtonPrimary ,
555
529
{
556
530
'aria-label' : 'Browse TARGET data' ,
557
- href : `${ getConfig ( ) . firecloudUrlRoot } /?return= ${ getEnabledBrand ( ) . queryName } &project=TARGET#library ` ,
531
+ href : `${ getConfig ( ) . duosUrlRoot } /datalibrary/firecloud ` ,
558
532
onClick : ( ) => captureBrowseDataEvent ( 'TARGET' ) ,
559
533
...Utils . newTabLinkProps ,
560
534
} ,
@@ -583,7 +557,7 @@ const tcga = () =>
583
557
ButtonPrimary ,
584
558
{
585
559
'aria-label' : 'Browse Cancer Genome Atlas data' ,
586
- href : `${ getConfig ( ) . firecloudUrlRoot } /?return= ${ getEnabledBrand ( ) . queryName } &project=TCGA#library ` ,
560
+ href : `${ getConfig ( ) . duosUrlRoot } /datalibrary/firecloud ` ,
587
561
onClick : ( ) => captureBrowseDataEvent ( 'Cancer Genome Atlas' ) ,
588
562
...Utils . newTabLinkProps ,
589
563
} ,
@@ -671,7 +645,6 @@ export const Datasets = () => {
671
645
ccdg ( ) ,
672
646
cmg ( ) ,
673
647
encode ( ) ,
674
- fcDataLib ( ) ,
675
648
framingham ( ) ,
676
649
gp2 ( ) ,
677
650
hca ( ) ,
0 commit comments