You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.
I'm trying to install FALCON via the install_unzip.sh script found via readthedocs. I'm trying to install here /usr/local/bin/falcon-201805 with the command sudo bash -ex install_unzip_180504.sh /usr/local/bin/falcon-201805.
However, I consistently get this error about samtools, found below. When I run which samtools from my user the path is pretty clear: /usr/local/bin/samtools-1.7/samtools and I verified that the permissions on samtools has execute for user, group, and other. Ubuntu 16.04.
Any ideas why I'm getting this install error?
[INFO]$('which samtools')
[WARNING]Call 'which samtools' returned 256.
Traceback (most recent call last):
File "/usr/local/bin/falcon-201805/fc_env_180619/bin/fc_unzip.py", line 11, in <module>
sys.exit(main())
File "/tmp/pip-install-aGjt1F/falcon-unzip/falcon_unzip/mains/start_unzip.py", line 29, in main
File "/tmp/pip-install-aGjt1F/falcon-unzip/falcon_unzip/unzip.py", line 105, in run
File "/tmp/pip-install-aGjt1F/falcon-unzip/falcon_unzip/unzip.py", line 98, in parse_config
File "/tmp/pip-install-aGjt1F/falcon-unzip/falcon_unzip/io.py", line 64, in validate_config
SEEK_END = 2
File "/usr/local/bin/falcon-201805/fc_env_180619/local/lib/python2.7/site-packages/pypeflow/io.py", line 29, in syscall
raise Exception(msg)
Exception: Call 'which samtools' returned 256.
The text was updated successfully, but these errors were encountered:
I'm trying to install FALCON via the
install_unzip.sh
script found via readthedocs. I'm trying to install here/usr/local/bin/falcon-201805
with the commandsudo bash -ex install_unzip_180504.sh /usr/local/bin/falcon-201805
.However, I consistently get this error about
samtools
, found below. When I runwhich samtools
from my user the path is pretty clear:/usr/local/bin/samtools-1.7/samtools
and I verified that the permissions on samtools has execute for user, group, and other. Ubuntu 16.04.Any ideas why I'm getting this install error?
The text was updated successfully, but these errors were encountered: