Skip to content

Commit

Permalink
fix a bug: title
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangrengang committed Dec 31, 2021
1 parent d201c68 commit c144543
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions subphaser/Stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ def fisher_test(each, total):

def enrich_ltr(fout, d_sg, *args, **kargs):
'''Output LTR enrichments'''
line = ['#id', 'subgenome', 'p_value', 'counts', 'potential_exchange']
fout.write('\t'.join(line)+'\n')
total, consistent, exchange = 0,0,0
d_enriched = {}
lines = []
Expand Down

0 comments on commit c144543

Please sign in to comment.