Entering edit mode
23 months ago
sehriban.buyukkilic
▴
10
Hi everone, I'm in trouble, I did genom index generation. and start to run STAR. But problem is STAR cannot open genomeParameters.txt. How ı can understand where is my genomeParameters.txt and solve this problem, pleaseeee help me :(
/truba_scratch/sbuyukkilic/rnaseq/STAR/STAR-2.7.10b/bin/Linux_x86_64_static/./STAR --runThreadN 10 --genomeDir /truba_scratch/sbuyukkilic/rnaseq --readFilesIn /truba_scratch/sbuyukkilic/files/SRR10727148_1.fastq --outFileNamePrefix ./align/SRR10727148_1.fastq
STAR version: 2.7.10b compiled: 2022-11-01T09:53:26-04:00 :/home/dobin/data/STAR/STARcode/STAR.master/source
Dec 06 15:53:30 ..... started STAR run
Dec 06 15:53:30 ..... loading genome
EXITING because of FATAL ERROR: could not open genome file /truba_scratch/sbuyukkilic/rnaseq//genomeParameters.txt
SOLUTION: check that the path to genome files, specified in --genomeDir is correct and the files are present, and have user read permsissions
Dec 06 15:53:30 ...... FATAL ERROR, exiting
-bash-4.2$
Did you generate the index yourself? I might have seen that error before when using an index made with an older version of STAR.
Yeah, I did it by myself.
Based on other threads you posted are you sure the step of index creation actually worked (ref: STAR Aligment )? What does
ls -lh /truba_scratch/sbuyukkilic/rnaseq/
show?