Skip to content

Commit

Permalink
typo in error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
adamewing committed Jun 21, 2023
1 parent f2c2f67 commit 1762bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion methylartist
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def iupac(motif):

for ib in list(motif):
if ib not in iupac:
sys.exit('base %s not an IUPAC base, please modify --motif' % b)
sys.exit('base %s not an IUPAC base, please modify --motif' % ib)

if len(motifs) == 0:
for bp in iupac[ib]:
Expand Down

0 comments on commit 1762bfd

Please sign in to comment.