Commit
·
0d686b7
1
Parent(s):
86cc81b
fix
Browse files
multi_omics_transcript_expression.py
CHANGED
@@ -345,6 +345,7 @@ class TranscriptExpressionHandler(GenomicLRATaskHandler):
|
|
345 |
negative_strand=negative_strand,
|
346 |
filter_out_sequence_length=self.filter_out_sequence_length,
|
347 |
)
|
|
|
348 |
if padded_sequence:
|
349 |
yield key, {
|
350 |
"transcript_id": coordinates_row["transcript_id_gtex"],
|
|
|
345 |
negative_strand=negative_strand,
|
346 |
filter_out_sequence_length=self.filter_out_sequence_length,
|
347 |
)
|
348 |
+
print('ok')
|
349 |
if padded_sequence:
|
350 |
yield key, {
|
351 |
"transcript_id": coordinates_row["transcript_id_gtex"],
|