![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem running TopHat | anecsulea | RNA Sequencing | 0 | 05-28-2010 01:44 AM |
tophat running problem | yasu | Bioinformatics | 4 | 02-08-2010 11:54 PM |
problem with tophat | jiwu2573 | Bioinformatics | 34 | 01-29-2010 10:38 PM |
Novice Problem with Tophat | DrD2009 | Bioinformatics | 10 | 12-30-2009 01:24 PM |
Tophat problem | iloveneworleans | Bioinformatics | 0 | 07-15-2009 03:05 PM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: shanghai of china Join Date: May 2009
Posts: 29
|
![]()
has anyone here used tophat ?
when i map single-end solid sequences(fastq format) to hg18 as follow: ~/bin/tophat bowtie-0.11.3_index/hg18 query.fq -o mapre -a 5 -m 2 -i 70 -I 5000 --solexa1.3-quals -g 40 -p 4 there is such error: Error: you must set the mean inner distance between mates with -r Traceback (most recent call last): File "/picb/home55/zsli/Public/mapping/bin/tophat", line 1487, in ? sys.exit(main()) File "/picb/home55/zsli/Public/mapping/bin/tophat", line 1402, in main exit(1) TypeError: 'str' object is not callable what's going on ? can anyone help me? thanks in advance~~ |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: Rochester, MN Join Date: Mar 2009
Posts: 191
|
![]()
removed...I was in the wrong forum
Last edited by RockChalkJayhawk; 10-30-2009 at 11:10 AM. |
![]() |
![]() |
![]() |
#3 | |
Senior Member
Location: Boston, MA Join Date: Nov 2008
Posts: 212
|
![]() Quote:
tophat -o mapre -a 5 -m 2 -i 70 -I 5000 --solexa1.3-quals -g 40 -p 4 bowtie-0.11.3_index/hg18 query.fq |
|
![]() |
![]() |
![]() |
#4 |
Member
Location: shanghai of china Join Date: May 2009
Posts: 29
|
![]()
yes, that works, thanks a lot !
|
![]() |
![]() |
![]() |
#5 |
Member
Location: bangalore,india Join Date: Jul 2011
Posts: 41
|
![]()
Hi all,
I am getting this error Traceback (most recent call last): File "/home/deepak/bioTools/tophat-1.3.1.Linux_x86_64//tophat", line 2607, in ? sys.exit(main()) File "/home/deepak/bioTools/tophat-1.3.1.Linux_x86_64//tophat", line 2504, in main params.read_params = check_reads_format(params, reads_list) File "/home/deepak/bioTools/tophat-1.3.1.Linux_x86_64//tophat", line 1234, in check_reads_format zf = ZReader(f_name, params.system_params) File "/home/deepak/bioTools/tophat-1.3.1.Linux_x86_64//tophat", line 1185, in __init__ self.file=open(filename) IOError: [Errno 2] No such file or directory: '-o' while running tophat tophat -r 200 -i 50 -I 250000 /home/deepak/bowtie-0.12.5/indexes/hs_genome 37_NoIndex_L001_R1_001.fastq -o tophat_new & Please help me with this error. Thanking you in advance. Regards Deepak |
![]() |
![]() |
![]() |
#6 | |
not just another member
Location: Belgium Join Date: Aug 2010
Posts: 264
|
![]()
maybe try the last version of tophat 1.4.1
Quote:
|
|
![]() |
![]() |
![]() |
#7 |
Devon Ryan
Location: Freiburg, Germany Join Date: Jul 2011
Posts: 3,480
|
![]()
Aside from using a newer version, you might try "tophat -o tophat_new -r 200 -i 50 -I 250000 /home/deepak/bowtie-0.12.5/indexes/hs_genome 37_NoIndex_L001_R1_001.fastq" instead. Depending on how tophat parses how it's called, what you wrote as a command could cause an issue (the error suggests that it's trying to open a file called "-o", suggesting that it's not seeing that as an option but a file name).
|
![]() |
![]() |
![]() |
Thread Tools | |
|
|