Skip to content

Commit

Permalink
fixing inbetween levels for kreport2krona.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Lu committed Aug 22, 2019
1 parent 10c1d1e commit a2e8b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kreport2krona.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ def main():
if (string[0] == "x" and args.x_include) or string[0] != "x":
if string[0] != "r":
o_file.write("\t" + string)
#Print final level and then number of reads
o_file.write("\t" + level_str + "\n")
#Print final level and then number of reads
o_file.write("\t" + level_str + "\n")
#Update
curr_path.append(level_str)
prev_lvl_num = level_num
Expand Down

0 comments on commit a2e8b3c

Please sign in to comment.