Skip to content

Commit

Permalink
Fix typo in EMBOSS iep wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Dec 7, 2010
1 parent fd99b97 commit 6a93cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/Emboss/Applications.py
Expand Up @@ -1276,7 +1276,7 @@ def __init__(self, cmd="iep", **kwargs):
_Option(["-sequence","sequence"],
"Protein sequence(s) filename",
filename=True,
is_require=True),
is_required=True),
_Option(["-amino","amino"],
"Amino acid"),
_Option(["-lysinemodified","lysinemodified"],
Expand Down

0 comments on commit 6a93cb6

Please sign in to comment.