Skip to content

Commit

Permalink
setup_data.py: replace GTEx links
Browse files Browse the repository at this point in the history
  • Loading branch information
miltondp committed Apr 19, 2024
1 parent bb446a6 commit 13e2c1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions environment/scripts/setup_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_file_from_zip(
def download_gtex_v8_sample_attributes(**kwargs):
output_file = conf.GTEX["SAMPLE_ATTRS_FILE"]
curl(
"https://storage.googleapis.com/gtex_analysis_v8/annotations/GTEx_Analysis_v8_Annotations_SampleAttributesDS.txt",
"https://storage.googleapis.com/adult-gtex/annotations/v8/metadata-files/GTEx_Analysis_v8_Annotations_SampleAttributesDS.txt",
output_file,
"3a863b00db00a0a08a5c7900d44ea119",
logger=logger,
Expand All @@ -80,7 +80,7 @@ def download_gtex_v8_sample_attributes(**kwargs):
def download_gtex_v8_subjects_phenotypes(**kwargs):
output_file = conf.GTEX["SUBJECTS_ATTRS_FILE"]
curl(
"https://storage.googleapis.com/gtex_analysis_v8/annotations/GTEx_Analysis_v8_Annotations_SubjectPhenotypesDS.txt",
"https://storage.googleapis.com/adult-gtex/annotations/v8/metadata-files/GTEx_Analysis_v8_Annotations_SubjectPhenotypesDS.txt",
output_file,
"90297fc31512902f4459c757180fe575",
logger=logger,
Expand All @@ -90,7 +90,7 @@ def download_gtex_v8_subjects_phenotypes(**kwargs):
def download_gtex_v8_data(**kwargs):
output_file = conf.GTEX["DATA_TPM_GCT_FILE"]
curl(
"https://storage.googleapis.com/gtex_analysis_v8/rna_seq_data/GTEx_Analysis_2017-06-05_v8_RNASeQCv1.1.9_gene_tpm.gct.gz",
"https://storage.googleapis.com/adult-gtex/bulk-gex/v8/rna-seq/GTEx_Analysis_2017-06-05_v8_RNASeQCv1.1.9_gene_tpm.gct.gz",
output_file,
"ff6aade0ef5b55e38af9fef98bad760b",
logger=logger,
Expand Down

0 comments on commit 13e2c1a

Please sign in to comment.