Hi,
I've recently installed galaxy locally on my computer, I got it run but I can't upload dataset. My dataset (BAM) are really big (~40 GB each), so I tried to set up 'upload directory of files'. I created a folder outside of galaxy-dist and inserting the right path in the universe_wsgi.ini: library_import_dir = /Users/br237/import
Every time the loading fails with this error message:
Traceback (most recent call last):
File "/Users/br237/galaxy-dist/tools/data_source/upload.py", line 394, in
__main__()
File "/Users/br237/galaxy-dist/tools/data_source/upload.py", line 383, in __main__
add_file( dataset, registry, json_file, output_path )
File "/Users/br237/galaxy-dist/tools/data_source/upload.py", line 322, in add_file
if link_data_only == 'copy_files' and datatype.dataset_content_needs_grooming( output_path ):
File "/Users/br237/galaxy-dist/lib/galaxy/datatypes/binary.py", line 148, in dataset_content_needs_grooming
version = self._get_samtools_version()
File "/Users/br237/galaxy-dist/lib/galaxy/datatypes/binary.py", line 130, in _get_samtools_version
output = subprocess.Popen( [ 'samtools' ], stderr=subprocess.PIPE, stdout=subprocess.PIPE ).communicate()[1]
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1308, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
error
Any suggestions why is it crashing all the time?
Many thanks
