Skip to content

Commit c144543

Browse files
author
zhangrengang
committed
fix a bug: title
1 parent d201c68 commit c144543

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

subphaser/Stats.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ def fisher_test(each, total):
3131

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

0 commit comments

Comments
 (0)