Skip to content

Troubleshooting

Gemy George Kaithakottil edited this page May 16, 2022 · 2 revisions

Below are some common errors that we could encounter

1. cannot run augustus: No such file or directory

If you get the error below:

/usr/bin/time: cannot run augustus: No such file or directory
Command exited with non-zero status 127

We get this error because augustus was not in the PATH. To add augustus to the PATH, please execute below command

source activate_reat

Clone this wiki locally