Hi there,
I am having trouble with my tophat command for NGS data analysis. The commands I have been using are:
export PATH=/opt/bowtie-0.12.8:$PATH
mkdir bowtie_index
bowtie-build TAIR10.20.dna.toplevel.fa bowtie_index
export PATH=/opt/tophat/bin/:$PATH
export PATH=/opt/samtools-0.1.17/bin:$PATH
tophat -i 40 -I 1000 -G TAIR10.20.gtf -o ./tophat.out_arib3 bowtie_index SRR548277.fastq
The output files I am getting are a fa file, sam file, bam file, and lots of z- files. However, I am not getting any accepted hits or bed files.
I would highly highly appreciate if anyone please help me solving the problem.
Thanks
G
I am having trouble with my tophat command for NGS data analysis. The commands I have been using are:
export PATH=/opt/bowtie-0.12.8:$PATH
mkdir bowtie_index
bowtie-build TAIR10.20.dna.toplevel.fa bowtie_index
export PATH=/opt/tophat/bin/:$PATH
export PATH=/opt/samtools-0.1.17/bin:$PATH
tophat -i 40 -I 1000 -G TAIR10.20.gtf -o ./tophat.out_arib3 bowtie_index SRR548277.fastq
The output files I am getting are a fa file, sam file, bam file, and lots of z- files. However, I am not getting any accepted hits or bed files.
I would highly highly appreciate if anyone please help me solving the problem.
Thanks
G
Comment