Hi,
When run the command: kmergenie list_files.txt -t 16
The list_files.txt
is:
/share/solid/kwu/my_projects/ipag_pj029/data/raw_data/ipagpj029hmc002.1_1.fastq
/share/solid/kwu/my_projects/ipag_pj029/data/raw_data/ipagpj029hmc002.1_2.fastq
/share/solid/kwu/my_projects/ipag_pj029/data/raw_data/ipagpj029hmc002.2_1.fastq
/share/solid/kwu/my_projects/ipag_pj029/data/raw_data/ipagpj029hmc002.2_2.fastq
I get the error :
Caught exception in fit_histogram worker thread (histfile = histograms-k81.histo):
Traceback (most recent call last):
File "/share/work/lhuang/my_apps/kmergenie-1.6741/scripts/decide", line 62, in fit_histogram
rc, stdout, stderr = run(command)
File "/share/work/lhuang/my_apps/kmergenie-1.6741/scripts/decide", line 43, in run
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
File "/home/kwu/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/home/kwu/lib/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Caught exception in fit_histogram worker thread (histfile = histograms-k71.histo):
Traceback (most recent call last):
File "/share/work/lhuang/my_apps/kmergenie-1.6741/scripts/decide", line 62, in fit_histogram
rc, stdout, stderr = run(command)
File "/share/work/lhuang/my_apps/kmergenie-1.6741/scripts/decide", line 43, in run
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
File "/home/kwu/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/home/kwu/lib/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Caught exception in fit_histogram worker thread (histfile = histograms-k41.histo):
Traceback (most recent call last):
File "/share/work/lhuang/my_apps/kmergenie-1.6741/scripts/decide", line 62, in fit_histogram
rc, stdout, stderr = run(command)
File "/share/work/lhuang/my_apps/kmergenie-1.6741/scripts/decide", line 43, in run
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
File "/home/kwu/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/home/kwu/lib/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Caught exception in fit_histogram worker thread (histfile = histograms-k61.histo):
Traceback (most recent call last):
File "/share/work/lhuang/my_apps/kmergenie-1.6741/scripts/decide", line 62, in fit_histogram
rc, stdout, stderr = run(command)
File "/share/work/lhuang/my_apps/kmergenie-1.6741/scripts/decide", line 43, in run
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
File "/home/kwu/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/home/kwu/lib/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Execution of decide failed (return code 1)
I don't find the reason from the error message, so, can you tell me?
And, can kmergenie using to estimate the heterozygosity?
All comments are welcome. Thanks.
Hi, can you post the output of the "make check" command please?
Nice, Thank you!