Hi people.
I'm having a couple of problems with aligning using my own junctions in a GFF3 file. I'm just starting out with this just so I can make this simple and just look at changes in gene expression before I get into new transcripts and things like that. So I am using a GFF3 file that contains the templates. Also when I attempt to use --no-novel-juncs option so tophat won't look for novel splicing. I get this error:
tophat -G GFF3/data/gff3/combined.gff --no-novel-juncs indexes/genomic reads/11.3.10/R43s_4_sequence.fastq
[Sun Jul 4 16:24:40 2010] Beginning TopHat run (v1.0.11)
-----------------------------------------------
[Sun Jul 4 16:24:40 2010] Preparing output location ./tophat_out/
[Sun Jul 4 16:24:40 2010] Checking for Bowtie index files
[Sun Jul 4 16:24:40 2010] Checking for reference FASTA file
[Sun Jul 4 16:24:40 2010] Checking for Bowtie
Bowtie version: 0.12.3.0
[Sun Jul 4 16:24:40 2010] Checking reads
seed length: 36bp
format: fastq
quality scale: --phred33-quals
[Sun Jul 4 16:26:29 2010] Reading known junctions from GFF file
[Sun Jul 4 16:27:31 2010] Mapping reads against DictyAx4_genomic with Bowtie
[Sun Jul 4 16:46:16 2010] Joining segment hits
[Sun Jul 4 16:48:28 2010] Retrieving sequences for splices
[Sun Jul 4 16:48:32 2010] Indexing splices
Warning: Empty input file
Error: No unambiguous stretches of characters in the input. Aborting...
Command: bowtie-build ./tophat_out/tmp/segment_juncs.fa ./tophat_out/tmp/segment_juncs
[FAILED]
Error: Splice sequence indexing failed with err = 1
This works when i don't include the --no-novel-juncs option.
Is this a problem with the GFF3 file I'm using? should it be formatted differently?
Many thanks, James
I'm having a couple of problems with aligning using my own junctions in a GFF3 file. I'm just starting out with this just so I can make this simple and just look at changes in gene expression before I get into new transcripts and things like that. So I am using a GFF3 file that contains the templates. Also when I attempt to use --no-novel-juncs option so tophat won't look for novel splicing. I get this error:
tophat -G GFF3/data/gff3/combined.gff --no-novel-juncs indexes/genomic reads/11.3.10/R43s_4_sequence.fastq
[Sun Jul 4 16:24:40 2010] Beginning TopHat run (v1.0.11)
-----------------------------------------------
[Sun Jul 4 16:24:40 2010] Preparing output location ./tophat_out/
[Sun Jul 4 16:24:40 2010] Checking for Bowtie index files
[Sun Jul 4 16:24:40 2010] Checking for reference FASTA file
[Sun Jul 4 16:24:40 2010] Checking for Bowtie
Bowtie version: 0.12.3.0
[Sun Jul 4 16:24:40 2010] Checking reads
seed length: 36bp
format: fastq
quality scale: --phred33-quals
[Sun Jul 4 16:26:29 2010] Reading known junctions from GFF file
[Sun Jul 4 16:27:31 2010] Mapping reads against DictyAx4_genomic with Bowtie
[Sun Jul 4 16:46:16 2010] Joining segment hits
[Sun Jul 4 16:48:28 2010] Retrieving sequences for splices
[Sun Jul 4 16:48:32 2010] Indexing splices
Warning: Empty input file
Error: No unambiguous stretches of characters in the input. Aborting...
Command: bowtie-build ./tophat_out/tmp/segment_juncs.fa ./tophat_out/tmp/segment_juncs
[FAILED]
Error: Splice sequence indexing failed with err = 1
This works when i don't include the --no-novel-juncs option.
Is this a problem with the GFF3 file I'm using? should it be formatted differently?
Many thanks, James
Comment