GRichard513 commited on
Commit
a9937b3
·
1 Parent(s): b6b01c8

fix: typo in GTEx

Browse files
multi_omics_transcript_expression.py CHANGED
@@ -303,7 +303,7 @@ class TranscriptExpressionHandler(GenomicLRATaskHandler):
303
  )
304
  elif self.expression_method == "read_counts_old":
305
  self.df_csv_file = dl_manager.download_and_extract(
306
- "transcript_expression/GTEX_v1_multiomics.csv"
307
  )
308
  elif self.expression_method == "read_counts":
309
  raise NotImplementedError(
 
303
  )
304
  elif self.expression_method == "read_counts_old":
305
  self.df_csv_file = dl_manager.download_and_extract(
306
+ "transcript_expression/GTEx_v1_multiomics.csv"
307
  )
308
  elif self.expression_method == "read_counts":
309
  raise NotImplementedError(