@@ -477,15 +477,15 @@ def load_dose_response(path, seed, dtype, min_logconc=-5., max_logconc=-5., subs
477
477
def stage_data ():
478
478
server = 'http://ftp.mcs.anl.gov/pub/candle/public/benchmarks/P1B3/'
479
479
480
- cell_expr_path = candle .fetch_file (server + 'P1B3_cellline_expressions.tsv' , 'Pilot1' , untar = False )
481
- cell_mrna_path = candle .fetch_file (server + 'P1B3_cellline_mirna.tsv' , 'Pilot1' , untar = False )
482
- cell_prot_path = candle .fetch_file (server + 'P1B3_cellline_proteome.tsv' , 'Pilot1' , untar = False )
483
- cell_kino_path = candle .fetch_file (server + 'P1B3_cellline_kinome.tsv' , 'Pilot1' , untar = False )
484
- drug_desc_path = candle .fetch_file (server + 'P1B3_drug_descriptors.tsv' , 'Pilot1' , untar = False )
485
- drug_auen_path = candle .fetch_file (server + 'P1B3_drug_latent.csv' , 'Pilot1' , untar = False )
486
- dose_resp_path = candle .fetch_file (server + 'P1B3_dose_response.csv' , 'Pilot1' , untar = False )
487
- test_cell_path = candle .fetch_file (server + 'P1B3_test_celllines.txt' , 'Pilot1' , untar = False )
488
- test_drug_path = candle .fetch_file (server + 'P1B3_test_drugs.txt' , 'Pilot1' , untar = False )
480
+ cell_expr_path = candle .fetch_file (server + 'P1B3_cellline_expressions.tsv' , 'Pilot1' , unpack = False )
481
+ cell_mrna_path = candle .fetch_file (server + 'P1B3_cellline_mirna.tsv' , 'Pilot1' , unpack = False )
482
+ cell_prot_path = candle .fetch_file (server + 'P1B3_cellline_proteome.tsv' , 'Pilot1' , unpack = False )
483
+ cell_kino_path = candle .fetch_file (server + 'P1B3_cellline_kinome.tsv' , 'Pilot1' , unpack = False )
484
+ drug_desc_path = candle .fetch_file (server + 'P1B3_drug_descriptors.tsv' , 'Pilot1' , unpack = False )
485
+ drug_auen_path = candle .fetch_file (server + 'P1B3_drug_latent.csv' , 'Pilot1' , unpack = False )
486
+ dose_resp_path = candle .fetch_file (server + 'P1B3_dose_response.csv' , 'Pilot1' , unpack = False )
487
+ test_cell_path = candle .fetch_file (server + 'P1B3_test_celllines.txt' , 'Pilot1' , unpack = False )
488
+ test_drug_path = candle .fetch_file (server + 'P1B3_test_drugs.txt' , 'Pilot1' , unpack = False )
489
489
490
490
return (cell_expr_path , cell_mrna_path , cell_prot_path , cell_kino_path ,
491
491
drug_desc_path , drug_auen_path , dose_resp_path , test_cell_path ,
0 commit comments