Commit
·
6e6059d
1
Parent(s):
91b3364
take fixed csv file
Browse files
multi_omics_transcript_expression.py
CHANGED
@@ -299,7 +299,7 @@ class TranscriptExpressionHandler(GenomicLRATaskHandler):
|
|
299 |
|
300 |
if self.expression_method == "tpm":
|
301 |
self.df_csv_file = dl_manager.download_and_extract(
|
302 |
-
"transcript_expression/
|
303 |
)
|
304 |
elif self.expression_method == "read_counts_old":
|
305 |
self.df_csv_file = dl_manager.download_and_extract(
|
|
|
299 |
|
300 |
if self.expression_method == "tpm":
|
301 |
self.df_csv_file = dl_manager.download_and_extract(
|
302 |
+
"transcript_expression/GTEx_final_tpm_multiomics_fix.csv"
|
303 |
)
|
304 |
elif self.expression_method == "read_counts_old":
|
305 |
self.df_csv_file = dl_manager.download_and_extract(
|