Skip to content

Commit

Permalink
Update LiftOn version 1.0.3 and fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuanhao-Chao committed May 29, 2024
1 parent beb942e commit 59c810b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lifton/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = 'v1.0.2'
__version__ = 'v1.0.3'
1 change: 0 additions & 1 deletion lifton/lifton.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ def main(arglist=None):
╚══════╝╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝
'''
print(banner, file=sys.stderr)
print(f"{__version__}\n", file=sys.stderr)
args = parse_args(arglist)
if not run_miniprot.check_miniprot_installed():
sys.exit("miniprot is not installed. Please install miniprot before running LiftOn.")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
long_description = (this_directory / "./README.md").read_text()
setuptools.setup(
name="lifton",
version="1.0.2",
version="1.0.3",
author="Kuan-Hao Chao",
author_email="[email protected]",
description="Combining DNA and protein alignments to improve genome annotation with LiftOn",
Expand Down

0 comments on commit 59c810b

Please sign in to comment.