Hello!
I have the same problem for tophat to recognise the index file for the genome. I don't understand the problem.
I am using the following command
tophat -p 6 --color --bowtie1 --quals --library-type fr-secondstrand -G /Genomes/mouce_database_10/mm10_c data1-RNA.csfasta data1-RNA.QV.qual
and this give the error!Traceback (most recent call last):
File "/usr/local/tophat/tophat", line 4095, in <module>
sys.exit(main())
File "/usr/local/tophat/tophat", line 3869, in main
left_quals_list = args[2]
IndexError: list index out of range
I check the location and number of files available in Genome folder. I found 6 .ebwt files in the Genome folder. To make genome index file, I used
bowtie-build -C mm10.fa mm10_c
Is there any command that could be useful to solve this problem? and what does this error message means? any help is appreciated.
Thanks
rna-seq
tophat2
csfasta