When installing through conda, I get:
/usr/bin/bash: TransDecoder.LongOrfs: command not found
Looking into the bin/ folder, the two symlinks are broken:
bin/TransDecoder.LongOrfs -> ../opt/transdecoder/TransDecoder.LongOrfs
bin/TransDecoder.Predict -> ../opt/transdecoder/TransDecoder.Predict
And in opt/transdecoder:
total 592K
-rw-r--r--. 1 user users 14K Apr 7 09:07 build_env_setup.sh
-rw-r--r--. 1 user users 6.6K Mar 28 06:35 Changelog.txt
-rwxr-xr-x. 1 user users 617 Mar 28 06:35 conda_build.sh
drwxr-xr-x. 2 user users 152 Apr 7 09:12 Docker
-rw-r--r--. 1 user users 1.5K Mar 28 06:35 LICENSE.txt
-rw-r--r--. 1 user users 218 Mar 28 06:35 Makefile
-rw-r--r--. 1 user users 1.1K Mar 28 06:35 metadata_conda_debug.yaml
-rw-r--r--. 1 user users 120 Mar 28 06:35 notes
drwxr-xr-x. 2 user users 441 Apr 7 09:12 PerlLib
-rw-r--r--. 1 user users 278 Mar 28 06:35 README.md
drwxr-xr-x. 7 user users 264 Apr 7 09:12 sample_data
drwxr-xr-x. 2 user users 347 Apr 7 09:12 __testing
-rwxr-xr-x. 1 user users 13K Mar 28 06:35 TransDecoder
drwxr-xr-x. 6 user users 1.3K Apr 7 09:12 util
When installing through
conda, I get:Looking into the
bin/folder, the two symlinks are broken:And in
opt/transdecoder: