Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcla authored and jdcla committed Sep 4, 2024
1 parent 4ae6361 commit 0155513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transcript_transformer/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def csv_to_gtf(h5_path, df, out_prefix, exclude_annotated=False):
if feature not in ["transcript", "exon"]:
property_list.insert(
3,
f'ORF_id "{row["ORF_id"]}", model_output "{row["output"]}"; ORF_type "{row["ORF_type"]}"; exon_number "{exon}',
f'ORF_id "{row["ORF_id"]}", model_output "{row["output"]}"; ORF_type "{row["ORF_type"]}',
)
properties = '"; '.join(property_list)
gtf_lines.append(
Expand Down

0 comments on commit 0155513

Please sign in to comment.