hi All
I have installed the tophat with bowtie and samtools in the path but I am getting the error when I try to run the example file.
[2012-07-25 17:31:11] Beginning TopHat run (v2.0.4)
-----------------------------------------------
[2012-07-25 17:31:11] Checking for Bowtie
Bowtie version: 2.0.0.6
[2012-07-25 17:31:11] Checking for Samtools
Samtools version: 0.1.18.0
[2012-07-25 17:31:11] Checking for Bowtie index files
[2012-07-25 17:31:11] Checking for reference FASTA file
[2012-07-25 17:31:11] Generating SAM header for test_ref
format: fastq
quality scale: phred33 (default)
[2012-07-25 17:31:11] Preparing reads
left reads: min. length=75, max. length=75, 100 kept reads (0 discarded)
right reads: min. length=75, max. length=75, 100 kept reads (0 discarded)
Traceback (most recent call last):
File "./tophat", line 3948, in <module>
sys.exit(main())
File "./tophat", line 3912, in main
user_supplied_deletions)
File "./tophat", line 3362, in spliced_alignment
if reads == None or not nonzeroFile(reads):
File "./tophat", line 1053, in nonzeroFile
samtools_view = subprocess.Popen(samtools_view_cmd, stdout=subprocess.PIPE)
File "/usr/lib64/python2.6/subprocess.py", line 639, in __init__
errread, errwrite)
File "/usr/lib64/python2.6/subprocess.py", line 1228, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Can any one help me in correcting this.
Regards
I have installed the tophat with bowtie and samtools in the path but I am getting the error when I try to run the example file.
[2012-07-25 17:31:11] Beginning TopHat run (v2.0.4)
-----------------------------------------------
[2012-07-25 17:31:11] Checking for Bowtie
Bowtie version: 2.0.0.6
[2012-07-25 17:31:11] Checking for Samtools
Samtools version: 0.1.18.0
[2012-07-25 17:31:11] Checking for Bowtie index files
[2012-07-25 17:31:11] Checking for reference FASTA file
[2012-07-25 17:31:11] Generating SAM header for test_ref
format: fastq
quality scale: phred33 (default)
[2012-07-25 17:31:11] Preparing reads
left reads: min. length=75, max. length=75, 100 kept reads (0 discarded)
right reads: min. length=75, max. length=75, 100 kept reads (0 discarded)
Traceback (most recent call last):
File "./tophat", line 3948, in <module>
sys.exit(main())
File "./tophat", line 3912, in main
user_supplied_deletions)
File "./tophat", line 3362, in spliced_alignment
if reads == None or not nonzeroFile(reads):
File "./tophat", line 1053, in nonzeroFile
samtools_view = subprocess.Popen(samtools_view_cmd, stdout=subprocess.PIPE)
File "/usr/lib64/python2.6/subprocess.py", line 639, in __init__
errread, errwrite)
File "/usr/lib64/python2.6/subprocess.py", line 1228, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Can any one help me in correcting this.
Regards
Comment