Entering edit mode
9 weeks ago
Hi everyone, I'm trying create star genom index, but command doesn't work. my command is below. Is anyone knows what's wrong with this command? could you please help me, thats a lot
'STAR --runThreadN 2 --runMode genomeGenerate --genomeDir /truba/home/sbuyukkilic/rnaseq//genomeDir --genomeFastaFiles /truba/home/sbuyukkilic/rnaseq/files/GRCh38.primary_assembly.genome.fa --sjdbGTFfile /truba/home/sbuyukkilic/rnaseq/files/gencode.v42.annotation.gtf --sjdbOverhang 50
what is the error message ?
-bash-4.2$ 'STAR --runThreadN 2 --runMode genomeGenerate --genomeDir /truba/home/sbuyukkilic/rnaseq//genomeDir --genomeFastaFiles /truba/home/sbuyukkilic/rnaseq/files/GRCh38.primary_assembly.genome.fa --sjdbGTFfile /truba/home/sbuyukkilic/rnaseq/files/gencode.v42.annotation.gtf --sjdbOverhang 50
this is only on screen, there is nothing beside this( > )
ı check it out, that means there is missing something on command. But what?
I did in different way, but there is another error.
-bash-4.2$ ./STAR --runThreadN 2 --runMode genomeGenerate --genomeDir /truba/home/sbuyukkilic/rnaseq//genomeDir --genomeFastaFiles /truba/home/sbuyukkilic/rnaseq/files/GRCh38.primary_assembly.genome.fa --sjdbGTFfile /truba/home/sbuyukkilic/rnaseq/files/gencode.v42.annotation.gtf --sjdbOverhang 50 -bash: ./STAR: cannot execute binary file
this is not a STAR error. It is a bash issue. You are trying to execute the './STAR', but it is a binary file, not a bash file.