@@ -70,7 +70,7 @@ def get_file_from_zip(
70
70
def download_gtex_v8_sample_attributes (** kwargs ):
71
71
output_file = conf .GTEX ["SAMPLE_ATTRS_FILE" ]
72
72
curl (
73
- "https://storage.googleapis.com/gtex_analysis_v8 /annotations/GTEx_Analysis_v8_Annotations_SampleAttributesDS.txt" ,
73
+ "https://storage.googleapis.com/adult-gtex /annotations/v8/metadata-files /GTEx_Analysis_v8_Annotations_SampleAttributesDS.txt" ,
74
74
output_file ,
75
75
"3a863b00db00a0a08a5c7900d44ea119" ,
76
76
logger = logger ,
@@ -80,7 +80,7 @@ def download_gtex_v8_sample_attributes(**kwargs):
80
80
def download_gtex_v8_subjects_phenotypes (** kwargs ):
81
81
output_file = conf .GTEX ["SUBJECTS_ATTRS_FILE" ]
82
82
curl (
83
- "https://storage.googleapis.com/gtex_analysis_v8 /annotations/GTEx_Analysis_v8_Annotations_SubjectPhenotypesDS.txt" ,
83
+ "https://storage.googleapis.com/adult-gtex /annotations/v8/metadata-files /GTEx_Analysis_v8_Annotations_SubjectPhenotypesDS.txt" ,
84
84
output_file ,
85
85
"90297fc31512902f4459c757180fe575" ,
86
86
logger = logger ,
@@ -90,7 +90,7 @@ def download_gtex_v8_subjects_phenotypes(**kwargs):
90
90
def download_gtex_v8_data (** kwargs ):
91
91
output_file = conf .GTEX ["DATA_TPM_GCT_FILE" ]
92
92
curl (
93
- "https://storage.googleapis.com/gtex_analysis_v8/rna_seq_data /GTEx_Analysis_2017-06-05_v8_RNASeQCv1.1.9_gene_tpm.gct.gz" ,
93
+ "https://storage.googleapis.com/adult-gtex/bulk-gex/v8/rna-seq /GTEx_Analysis_2017-06-05_v8_RNASeQCv1.1.9_gene_tpm.gct.gz" ,
94
94
output_file ,
95
95
"ff6aade0ef5b55e38af9fef98bad760b" ,
96
96
logger = logger ,
0 commit comments