Hello everyone,
I have a question about tophat like a lot of other people. But this error I couldn't find anywhere on this forum. I'm trying to execute tophat with this command:
But when executing tophat, I get this error:
How can I fix this error?
I have a question about tophat like a lot of other people. But this error I couldn't find anywhere on this forum. I'm trying to execute tophat with this command:
Code:
/home/sge_share_fedor8/common_scripts/tophat-2.0.6/tophat2 --color --quals --library-type fr-secondstrand -p 1 --bowtie1 -o /home/sge_share_fedor12/jetse/wntSignalling/tophat/nucleimin/run1/nucleimin1aa /home/sge_share_fedor12/jetse/wntSignalling/rawData/nucleimin/run1/splitted/aasolid0801_20110721_BCPE_LSBetaRNAseq_Nico_NucleiMin_F3.csfasta /home/sge_share_fedor12/jetse/wntSignalling/rawData/nucleimin/run1/splitted/aasolid0801_20110721_BCPE_LSBetaRNAseq_Nico_NucleiMin_F5.csfasta /home/sge_share_fedor12/jetse/wntSignalling/rawData/nucleimin/run1/splitted/aasolid0801_20110721_BCPE_LSBetaRNAseq_Nico_NucleiMin_F3.qual /home/sge_share_fedor12/jetse/wntSignalling/rawData/nucleimin/run1/splitted/aasolid0801_20110721_BCPE_LSBetaRNAseq_Nico_NucleiMin_F5.qual
Code:
Traceback (most recent call last): File "/home/sge_share_fedor8/common_scripts/tophat-2.0.6/tophat", line 4022, in <module> sys.exit(main()) File "/home/sge_share_fedor8/common_scripts/tophat-2.0.6/tophat", line 3799, in main right_quals_list = args[4] IndexError: list index out of range
Comment