Dear all,
As far as understand Tophat2 creates an transcriptome_index which also includes Bowtie2 Index files using GTF and the genome file. Then why do we need to supply Bowtie2 Index to create transcriptome index for the first time.
I tried to create transcriptome index without supplying bowtie2 index files and it gave following error.
tophat2 -G ../data/Homo_sapiens.GRCh37.75.gtf --transcriptome-index ./transcriptome_index/ ../data/Homo_sapiens.GRCh37.75.dna.primary_assembly.fa
[2015-06-30 12:25:22] Building transcriptome files with TopHat v2.0.13
-----------------------------------------------
[2015-06-30 12:25:22] Checking for Bowtie
Bowtie version: 2.2.4.0
[2015-06-30 12:25:24] Checking for Bowtie index files (genome)..
Error: Could not find Bowtie 2 index files (../data/Homo_sapiens.GRCh37.75.dna.primary_assembly.fa.*.bt2)
However, after that I created bowtie2 index files and ran same process and no error was produced.
As far as understand Tophat2 creates an transcriptome_index which also includes Bowtie2 Index files using GTF and the genome file. Then why do we need to supply Bowtie2 Index to create transcriptome index for the first time.
I tried to create transcriptome index without supplying bowtie2 index files and it gave following error.
tophat2 -G ../data/Homo_sapiens.GRCh37.75.gtf --transcriptome-index ./transcriptome_index/ ../data/Homo_sapiens.GRCh37.75.dna.primary_assembly.fa
[2015-06-30 12:25:22] Building transcriptome files with TopHat v2.0.13
-----------------------------------------------
[2015-06-30 12:25:22] Checking for Bowtie
Bowtie version: 2.2.4.0
[2015-06-30 12:25:24] Checking for Bowtie index files (genome)..
Error: Could not find Bowtie 2 index files (../data/Homo_sapiens.GRCh37.75.dna.primary_assembly.fa.*.bt2)
However, after that I created bowtie2 index files and ran same process and no error was produced.
Comment