Skip to content

Commit

Permalink
Fixing kreport2krona.py level designations
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Lu committed Mar 5, 2021
1 parent 0d94f83 commit b6aeedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kreport2krona.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def process_kraken_report(curr_str):
return []
all_reads = int(split_str[1])
lvl_reads = int(split_str[2])
level_type = split_str[-2]
level_type = split_str[-3]
type2main = {'superkingdom':'D','phylum':'P',
'class':'C','order':'O','family':'F',
'genus':'G','species':'S'}
Expand Down

0 comments on commit b6aeedf

Please sign in to comment.