Skip to content

Commit

Permalink
Correct URL
Browse files Browse the repository at this point in the history
  • Loading branch information
alexomics authored Feb 25, 2021
1 parent 97fddaf commit 62c3d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readpaf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _fmt_tags(self):

def blast_identity(self):
"""BLAST identity, see:
https://lh3.github.io/2018/11/25/on-the-definition-of-sequence-blast_identity
https://lh3.github.io/2018/11/25/on-the-definition-of-sequence-identity
"""
return self[9] / self[10]

Expand Down

0 comments on commit 62c3d6d

Please sign in to comment.