More posts like this
-
Couldn't Build Bowtie index with err = 1
written by nathan.yeung •I'm trying to run tophat2 on RNA-seq data but it can't be accomplished as it continues to give the error message of `Couldn't Build Bowtie …
-
Cufflink on multiple bam files
written by 1769mkcIm using tophat protocol so now my step one is done I have set of 4 bamfles.Now according to the protocol the next step is …
-
RNA Seq - Tophat GFF errror
written by niznet84 •Hi All, I can't figure out the answer to this problem for the life of me. **[2016-09-20 12:12:38] Building transcriptome data files.. [2016-09-20 12:12:39] Building …
-
Human reference genome - remapping coordinates
written by NAVANEETHAN.R •We tried remapping the genomic coordinates of hg19 to hg38 using NCBI Remap. We got some of the locations in chromosome 1 of hg19 remapped …
-
How many loci can expect from cufflinks output
written by Eva_MariaHai every one I did a transcriptome assembly with tophat and followed by cufflinks for Pseudomonas aeruginosa. After processing gtf file got 38 loci, Is …
-
tophat2 stuck on "generating sam header"
written by crrobles2 •Hello, I have just installed tophat2 on linux along with bowtie, and I am trying to run it on some mRNA data. I installed the …
-
Query reg Cufflink and Cuffdiff
written by anuraj •<p>I have two normal Breast cell illumina transcriptome data and Breast cancer illumina transcriptome data. I want to see the differential gene expression between normal …
-
Tophat: transcriptome building from GTF
written by Bharat Iyengar<p>When I am using tophat to just build transcriptome from GTF file using</p> <p><code>tophat --bowtie1 -G annotations.gtf --transcriptome-index=transcriptome genome</code></p> <p>does tophat selectively pick up the …
-
Why Does Tophat Fail On Me?
written by learnwell •<p>Hi BioStar,</p> <p>I am fairly new to RNA-seq. I am trying to use Tophat for RNA-seq read alignment, and am trying to save the Bowtie …
-
Can I Pre-Build The Shared Transcriptome Index For A Series Of Tophat Runs?
written by Ryan Thompson<p>I would like to use Tophat's ability to share a pre-built transcriptome index (the <code>--transcriptome-index</code> option). However, I am going to start several Tophat runs …
Have you read the manual?
yes its saying target sequence so i have that confusion the target sequence is my reference file or my read file pardon me for this trivial doubt but Im new to all these stuffs so do guide I plan to use this for my rna seq data from HL60 ,human cell lines.
The target sequence is supposed to be a fasta transcriptome reference. Note that you can also download common transcriptome indexes.
Thank you i have downloaded and Im building the index now
so can I use my own transcriptome reference im using hg19 so i have created the fasta file ,now I want to use that to build the index but it seems it taking for ever i started two hours ago its stuck at kmer sequence does it take so much time or im doing something wrong in the index building im giving my input as .fa file not .gz file so is that an issue?
You downloaded transcriptome fasta and are using that for building the index? Might take a while indeed, don't remember how long it took for me. (Punctuation would make your question easier to read.)
yes i have " downloaded transcriptome fasta and are using that for building the index? " yes i did that for test but I want to have my own transcriptome index which would be from hg19 so would that work?
If you used an fasta file containing all transcripts of interest for building the index, sure, that would work.
im using this http://hgdownload.cse.ucsc.edu/goldenpath/hg19/chromosomes/ to download al the files and concatenated it into a single fasta file , so can I use that for Kalisto index building? i did try its like stuck for more than an hour .So am I doing the right thing? do give your suggestion and have a look at the link
You are downloading entire chromosomes, the genome. That's not the same as the transcriptome. An example would be:
ftp://ftp.ensembl.org/pub/grch37/release-86/fasta/homo_sapiens/cdna/Homo_sapiens.GRCh37.cdna.all.fa.gz(from Ensembl)but for tophat I have used the whole chromosome to align rna seq data.So am I doing it wrong?
Indeed, Tophat uses the genome for alignment while kallisto uses the transcriptome for pseudomapping and counting..
thank you for the clarification ...
I got the same problem, and in my case, the problem was that there was a corrupted fastq file. The kallisto author is aware of this problem (in fact, I sent him my files and he discover the reason), and is trying to fix it. You can test if your file is corrupted by running a zcat with your fastq compressed files