Skip to content

Commit

Permalink
update naming
Browse files Browse the repository at this point in the history
  • Loading branch information
GDKO committed Oct 3, 2022
1 parent ef3f913 commit d878aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aux_scripts/calculate_ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def main():
set_taxid_donor = {} #GK_outg_pct


outout_file.write("query name\tdonor\trecipient\tAI\tHGTindex\tquery hits number\tAHS\toutg_pct\n")
outout_file.write("query name\tdonor\tingroup\tAI\tHGTindex\tquery hits number\tAHS\toutg_pct\n")

with open_file(input_file) as fhr_bl:
for line in fhr_bl:
Expand Down
2 changes: 1 addition & 1 deletion depot/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def main():
# Get index col
i_query = row.index('query name')
i_donor = row.index('donor')
i_ingroup = row.index('recipient')
i_ingroup = row.index('ingroup')
i_ai = row.index('AI')
i_hgt = row.index('HGTindex')
i_nbhits = row.index('query hits number')
Expand Down

0 comments on commit d878aa6

Please sign in to comment.