Hello,
I am new to galaxy and any data analysis. After uploading bam files into galaxy I get the error (see below). Can you help me to resolve this issue? I do use root before going into galaxy. Thanks,
Ross
Traceback (most recent call last): File "/private/var/root/galaxy/tools/data_source/upload.py", line 431, in <module> __main__() File "/private/var/root/galaxy/tools/data_source/upload.py", line 420, in __main__ add_file( dataset, registry, json_file, output_path ) File "/private/var/root/galaxy/tools/data_source/upload.py", line 347, in add_file if link_data_only == 'copy_files' and datatype.dataset_content_needs_grooming( output_path ): File "/private/var/root/galaxy/lib/galaxy/datatypes/binary.py", line 218, in dataset_content_needs_grooming version = self._get_samtools_version() File "/private/var/root/galaxy/lib/galaxy/datatypes/binary.py", line 181, in _get_samtools_version output = subprocess.Popen( [ 'samtools' ], stderr=subprocess.PIPE, stdout=subprocess.PIPE ).communicate()[1] File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 711, in __init__ errread, errwrite) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1343, in _execute_child raise child_exception OSError: [Errno 13] Permission denied