Skip to content

Commit

Permalink
Fix for #52.
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiaanvonmeijenfeldt committed Feb 10, 2021
1 parent 047184b commit cd92cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CAT_pack/add_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def run():

continue

if any([c.startswith('no taxid found') for c in line[1:4]]):
if any([c.startswith('no taxid found') for c in line[2:4]]):
# ORF has database hits but the accession number is not found
# in the taxonomy files.
outf1.write('{0}\n'.format('\t'.join(line)))
Expand Down

0 comments on commit cd92cc8

Please sign in to comment.