Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
anoronh4 committed Jul 25, 2023
1 parent 0b1e0e3 commit 9bcac8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agfusion/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,8 +722,8 @@ def save_tables(self, out_dir="."):
transcript.gene3prime.gene.gene_name,
transcript.transcript1.id,
transcript.transcript2.id,
transcript.gene5prime.gene.junction,
transcript.gene3prime.gene.junction,
transcript.gene5prime.junction,
transcript.gene3prime.junction,
transcript.transcript1.strand,
transcript.transcript2.strand,
transcript.transcript1.biotype,
Expand Down

0 comments on commit 9bcac8b

Please sign in to comment.