Traceback (most recent call last):
File "/home/user/galaxy/tools/data_source/upload.py", line 434, in <module>
__main__()
File "/home/user/galaxy/tools/data_source/upload.py", line 423, in __main__
add_file( dataset, registry, json_file, output_path )
File "/home/user/galaxy/tools/data_source/upload.py", line 317, in add_file
if datatype.dataset_content_needs_grooming( dataset.path ):
File "/home/user/galaxy/lib/galaxy/datatypes/binary.py", line 251, in dataset_content_needs_grooming
version = self._get_samtools_version()
File "/home/user/galaxy/lib/galaxy/datatypes/binary.py", line 212, in _get_samtools_version
raise Exception(message)
Exception: Attempting to use functionality requiring samtools, but it cannot be located on Galaxy's PATH.
When I am in my galaxy folder (from where I connect to my galaxy server) and I type samtools in the terminal I take: