Skip to content

Commit c271318

Browse files
committed
setup_data.py: fix URLs to GTEx
1 parent 9e59638 commit c271318

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

environment/scripts/setup_data.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def get_file_from_zip(
7070
def download_gtex_v8_sample_attributes(**kwargs):
7171
output_file = conf.GTEX["SAMPLE_ATTRS_FILE"]
7272
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",
7474
output_file,
7575
"3a863b00db00a0a08a5c7900d44ea119",
7676
logger=logger,
@@ -80,7 +80,7 @@ def download_gtex_v8_sample_attributes(**kwargs):
8080
def download_gtex_v8_subjects_phenotypes(**kwargs):
8181
output_file = conf.GTEX["SUBJECTS_ATTRS_FILE"]
8282
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",
8484
output_file,
8585
"90297fc31512902f4459c757180fe575",
8686
logger=logger,
@@ -90,7 +90,7 @@ def download_gtex_v8_subjects_phenotypes(**kwargs):
9090
def download_gtex_v8_data(**kwargs):
9191
output_file = conf.GTEX["DATA_TPM_GCT_FILE"]
9292
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",
9494
output_file,
9595
"ff6aade0ef5b55e38af9fef98bad760b",
9696
logger=logger,

0 commit comments

Comments
 (0)