Skip to content

Commit

Permalink
Modify parse_ndr to reverse gene_id,tx_id fields in new bambu3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tderrien committed Dec 8, 2023
1 parent 94f1bf4 commit 550ddd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/filter_gtf_ndr.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def parse_ndr(csv, origin, th) -> Set[str]:
elif origin == "tfkmers":
line = parse_tfkmers(line)

_, tx_id, ndr = line
tx_id, _, ndr = line
ndr = float(ndr)

if ndr < th:
Expand Down

0 comments on commit 550ddd9

Please sign in to comment.