Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeepCCS: command not found #12

Open
meatless-tim opened this issue May 10, 2023 · 6 comments
Open

DeepCCS: command not found #12

meatless-tim opened this issue May 10, 2023 · 6 comments

Comments

@meatless-tim
Copy link

Hi, I recently wanted to try using DeepCCS.
I installed all the packages that you mentioned on my python environment according to your installation instructions.

Then I executed the installation command in the core path. After that, I added an .xlsx file named "input" in the interface path, with the first column being SMILES and the second column being Adducts.

When I executed "DeepCCS predict -i INPUT.xlsx", the system prompted me with "DeepCCS: command not found".

I checked that the Python version is 3.6.13 and all the relevant packages are also installed.

I can't find the problem, so I'm asking for your help on how to resolve it.

@plpla
Copy link
Owner

plpla commented May 12, 2023

Hello!
The DeepCCS exec is located in the DeepCCS/interface/ directory.

@meatless-tim
Copy link
Author

meatless-tim commented May 12, 2023 via email

@plpla
Copy link
Owner

plpla commented May 12, 2023

If you are using Windows, replace the DeepCCS command with command_line_tool.py

@meatless-tim
Copy link
Author

meatless-tim commented May 12, 2023 via email

@plpla
Copy link
Owner

plpla commented May 12, 2023

The command_line_tool.py will also work with Linux. If you try:
python command_line_tool.py -h what do youy get?

@meatless-tim
Copy link
Author

meatless-tim commented May 12, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants