Open lucasgrezzi opened 6 days ago
I've uninstalled and installed ToxCodAn twice, but I can't find any file named codan.py
. The filter also brings up this same problem.
Hi @lucasgrezzi
You are not finding codan.py because it is another tool: https://github.com/pedronachtigall/CodAn
You need to ensure that all requirements are working properly. Take a deep look into all requirements.
You may also need to apply executaion permission into all files in bin: chmod +x path/to/ToxCodAn/bin/*
Hope that it helps.
Best, Pedro
Steps to reproduce the issue:
I installed ToxCodAn according to the instructions in the README.
I executed the command: python3 /home/lucas/ToxCodAn/bin/toxcodan.py -t /home/lucas/ToxCodAn/bin/Mfulv.fasta -m /home/lucas/ToxCodAn/bin/models
I received the following error messages
sh: 1: codan.py: not found
Additional Information:
I checked the permissions, and toxcodan.py has execution permissions. The paths to the files are correct, and all necessary files are in the same directory. I tried reinstalling ToxCodAn, but the issue persists.