I get the following error when I run Tophat, when I tested the installation of Tophat and Bowtie I didn't have any issues, any idea what's causing this?
$ tophat -r 210 -G Homo_sapiens.GRCh37.61_fix.gtf /z_program_downloads/bowtie2-2.1.0/indexes/hg19 s_1_1_sub_sequence.fq.txt, s_2_1_sub_sequence.fq.txt s_1_2_sub_sequence.fq.txt, s_2_2_sub_sequence.fq.txt
[2013-04-07 18:28:14] Beginning TopHat run (v2.0.8)
-----------------------------------------------
[2013-04-07 18:28:14] Checking for Bowtie
Bowtie version: 2.1.0.0
[2013-04-07 18:28:14] Checking for Samtools
Samtools version: 0.1.19.0
[2013-04-07 18:28:14] Checking for Bowtie index files
[2013-04-07 18:28:14] Checking for reference FASTA file
Warning: Could not find FASTA file
/z_program_downloads/bowtie2-2.1.0/indexes/hg19.fa
[2013-04-07 18:28:14] Reconstituting reference FASTA file from Bowtie index
Executing: /usr/local/bin/bowtie2-inspect
/z_program_downloads/bowtie2-2.1.0/indexes/hg19 > ./tophat_out/tmp/hg19.fa
[2013-04-07 18:30:27] Generating SAM header for /z_program_downloads/bowtie2-2.1.0/indexes/hg19
Traceback (most recent call last):
File "/usr/local/bin/tophat", line 4030, in <module>
sys.exit(main())
File "/usr/local/bin/tophat", line 3885, in main
params.read_params = check_reads_format(params, reads_list)
File "/usr/local/bin/tophat", line 1822, in check_reads_format
zf = ZReader(f_name, params)
File "/usr/local/bin/tophat", line 1775, in __init__
self.file=open(filename)
IOError: [Errno 2] No such file or directory: ''
$ tophat -r 210 -G Homo_sapiens.GRCh37.61_fix.gtf /z_program_downloads/bowtie2-2.1.0/indexes/hg19 s_1_1_sub_sequence.fq.txt, s_2_1_sub_sequence.fq.txt s_1_2_sub_sequence.fq.txt, s_2_2_sub_sequence.fq.txt
[2013-04-07 18:28:14] Beginning TopHat run (v2.0.8)
-----------------------------------------------
[2013-04-07 18:28:14] Checking for Bowtie
Bowtie version: 2.1.0.0
[2013-04-07 18:28:14] Checking for Samtools
Samtools version: 0.1.19.0
[2013-04-07 18:28:14] Checking for Bowtie index files
[2013-04-07 18:28:14] Checking for reference FASTA file
Warning: Could not find FASTA file
/z_program_downloads/bowtie2-2.1.0/indexes/hg19.fa
[2013-04-07 18:28:14] Reconstituting reference FASTA file from Bowtie index
Executing: /usr/local/bin/bowtie2-inspect
/z_program_downloads/bowtie2-2.1.0/indexes/hg19 > ./tophat_out/tmp/hg19.fa
[2013-04-07 18:30:27] Generating SAM header for /z_program_downloads/bowtie2-2.1.0/indexes/hg19
Traceback (most recent call last):
File "/usr/local/bin/tophat", line 4030, in <module>
sys.exit(main())
File "/usr/local/bin/tophat", line 3885, in main
params.read_params = check_reads_format(params, reads_list)
File "/usr/local/bin/tophat", line 1822, in check_reads_format
zf = ZReader(f_name, params)
File "/usr/local/bin/tophat", line 1775, in __init__
self.file=open(filename)
IOError: [Errno 2] No such file or directory: ''
Comment