Question: failed to upload .bam file
0
biowz • 0 wrote:
I used samtools merge to merge new bam file. After that, I upload this file, but galaxy can not recognize it. The errors as follow:
Traceback (most recent call last):
File "/Users/biowzmailustceducn/galaxy/tools/data_source/upload.py", line 430, in <module>
__main__()
File "/Users/biowzmailustceducn/galaxy/tools/data_source/upload.py", line 419, in __main__
add_file( dataset, registry, json_file, output_path )
File "/Users/biowzmailustceducn/galaxy/tools/data_source/upload.py", line 346, in add_file
if link_data_only == 'copy_files' and datatype.dataset_content_needs_grooming( output_path ):
File "/Users/biowzmailustceducn/galaxy/lib/galaxy/datatypes/binary.py", line 224, in dataset_content_needs_grooming
version = self._get_samtools_version()
File "/Users/biowzmailustceducn/galaxy/lib/galaxy/datatypes/binary.py", line 187, 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 709, in __init__
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1326, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
ADD COMMENT
• link
•
modified 3.3 years ago
by
Jennifer Hillman Jackson ♦ 25k
•
written
3.3 years ago by
biowz • 0
