Skip to content
Snippets Groups Projects
Commit ebd4896b authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

update path to PanACoTA binary

parent f1e68b33
Branches
Tags
No related merge requests found
Pipeline #43723 failed
...@@ -99,8 +99,8 @@ def install_all(install_dir, target, dev=False, user=False): ...@@ -99,8 +99,8 @@ def install_all(install_dir, target, dev=False, user=False):
"you do not have root access, install with the '--user' option") "you do not have root access, install with the '--user' option")
run_cmd(cmd, error, eof=True) run_cmd(cmd, error, eof=True)
if user: if user:
gapcat_bin = os.path.join(os.getcwd(), "bin", "PanACoTA") gapcat_bin = os.path.join(os.getcwd(), "PanACoTA", "bin", "run_panacota.py")
os.symlink(gapcat_bin, os.path.join(install_dir, os.path.basename(gapcat_bin))) os.symlink(gapcat_bin, os.path.join(install_dir, "PanACoTA"))
if to_install_user: if to_install_user:
msg = ("Some dependencies needed for some subcommands of PanACoTA are not installed. " msg = ("Some dependencies needed for some subcommands of PanACoTA are not installed. "
"Here is the list of missing dependencies, and for what they are used. If you plan " "Here is the list of missing dependencies, and for what they are used. If you plan "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment