STAR for Genome Index and Alignment
1
0
Entering edit mode
5.4 years ago
umeshtanwar2 ▴ 30

Hi. I am new for using STAR. I am generating the genome index for Arabidopsis thaliana (ftp://ftp.ensemblgenomes.org/pub/release-41/plants/fasta/arabidopsis_thaliana/dna/). I downloaded the FASTA files for each chromosome and the GTF file. My script was:

STAR --runThreadN 1 --runMode genomeGenerate --genomeDir /Documents/Umesh/Analysis123/star --genomeFastaFiles ~/Documents/Umesh/Analysis123/star/Arabidopsis_thaliana.TAIR10.dna.chromosome.1.fa ~/Documents/Umesh/Analysis123/star/Arabidopsis_thaliana.TAIR10.dna.chromosome.2.fa ~/Documents/Umesh/Analysis123/star/Arabidopsis_thaliana.TAIR10.dna.chromosome.3.fa ~/Documents/Umesh/Analysis123/star/Arabidopsis_thaliana.TAIR10.dna.chromosome.4.fa ~/Documents/Umesh/Analysis123/star/Arabidopsis_thaliana.TAIR10.dna.chromosome.5.fa ~/Documents/Umesh/Analysis123/star/Arabidopsis_thaliana.TAIR10.dna.chromosome.Mt.fa ~/Documents/Umesh/Analysis123/star/Arabidopsis_thaliana.TAIR10.dna.chromosome.Pt.fa --sjdbGTFfile ~/Documents/Umesh/Analysis123/star/Arabidopsis_thaliana.TAIR10.41.gtf sjdbOverhang 99

It is showing an error:

Jan 09 13:13:23 ..... started STAR run Jan 09 13:13:25 ...... FATAL ERROR, exiting

genomeGenerate.cpp:209:genomeGenerate: exiting because of OUTPUT FILE error: could not create output file /Documents/Umesh/Analysis123/star/chrName.txt Solution: check that the path exists and you have write permission for this file

I don't know what the problem is. Can someone help me out?

RNA-Seq • 2.6k views
ADD COMMENT
2
Entering edit mode
5.4 years ago
GenoMax 142k

It looks like you are missing a ~ from this option.

--genomeDir ~/Documents/Umesh/Analysis123/star
ADD COMMENT
0
Entering edit mode

Thank you so much genomax. It started working.

ADD REPLY

Login before adding your answer.

Traffic: 1930 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6