Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcla committed Apr 17, 2024
1 parent f30a165 commit e627378
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 @@ -567,7 +567,7 @@ def csv_to_gtf(f, df, out_prefix, exclude_annotated=False):
+ '\t0\tgene_id "'
+ row["gene_id"]
+ '"; transcript_id "'
+ row["orf_id"]
+ row["ORF_id"]
+ '"; ORF_id "'
+ row["ORF_id"]
+ '"; model_output "'
Expand Down

0 comments on commit e627378

Please sign in to comment.