diff --git a/pyproject.toml b/pyproject.toml index 6e8dc70..5b5bd2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"} ] diff --git a/src/phabox2/phabox2.py b/src/phabox2/phabox2.py index 48fd183..2553162 100644 --- a/src/phabox2/phabox2.py +++ b/src/phabox2/phabox2.py @@ -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 diff --git a/src/phabox2/scripts/ulity.py b/src/phabox2/scripts/ulity.py index 5926342..76b65a2 100644 --- a/src/phabox2/scripts/ulity.py +++ b/src/phabox2/scripts/ulity.py @@ -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