STAR --genomeDir /path/to/genome/dir/ --runMode genomeGenerate --genomeFastaFiles /path/to/genome1.fa /path/to/genome2.fa … --sjdbGTFfile /path/to/annotation.gtf --sjdbOverhang 100 --runThreadN 8
$ tophat -G genes.gtf -o Tophat_out genome.* Read_1.fq Read_2.fq
(where genes.gtf and genome.* are reference genome with bowtie index I downloaded from Ensembl, but not two reference genome1 and genome2)
Q2:Is STAR only suitable for Illumina platform or pair-ended reads? because I saw your example command line is "sample_1.fq" and "sample_2.fq?"
Q3: If I don't need to generate the genome, how do I run the command?
My current folder is like this
$ls myrna
genomepath Reads_1.fq Reads_2.fq
where genomepath is a folder containing the genome.fa genes.gtf and bowtie index which I downloaded from iGnomes/Illumina.
If I ranIt will give me the error:
EXITING because of FATAL ERROR: could not open genome file genomepath/genomeParameters.txt
SOLUTION: check that the path to genome files, specified in --genomDir is correct and the files are present, and have user read permsissions
Is that means that I must use STAR homepage reference genome (ftp://ftp2.cshl.edu/gingeraslab/tracks/STARrelease/STARgenomes/) or generate the genome?
Thank you for your kind attention!
Cheers
Quan
--
You received this message because you are subscribed to a topic in the Google Groups "rna-star" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rna-star/yVxv2DOw2os/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rna-star+u...@googlegroups.com.
Visit this group at http://groups.google.com/group/rna-star.
To unsubscribe from this group and all its topics, send an email to rna-star+unsubscribe@googlegroups.com.