Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
KennthShang committed Nov 27, 2024
1 parent a526b40 commit 89c9a33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "phabox2"
version = "2.1.6" # Specify your version here
version = "2.1.7" # Specify your version here
authors = [
{name = "SHANG Jiayu", email = "jiayushang@cuhk.edu.hk"}
]
Expand Down
4 changes: 2 additions & 2 deletions src/phabox2/phabox2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from phabox2.scripts.ulity import *


__version__ = "2.1.6"
__version__ = "2.1.7"
description = """
\033[1m\033[96mPhaBOX v2.1.6\033[0m\033[0m
\033[1m\033[96mPhaBOX v2.1.7\033[0m\033[0m
\033[1m\033[96mJiayu SHANG, Cheng Peng, and Yanni SUN Otc. 2024\033[0m\033[0m
Expand Down
1 change: 1 addition & 0 deletions src/phabox2/scripts/ulity.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def run_command(command):
except subprocess.CalledProcessError as e:
print(f"Command '{command}' failed with exit code {e.returncode}")
print(e.stderr) # Print the standard error from the command
print("please run the command manually to check the error")
exit(e.returncode) # Exit with the non-zero exit code

# draw network for phagcn and cherry
Expand Down

0 comments on commit 89c9a33

Please sign in to comment.