Entering edit mode
23 months ago
sehriban.buyukkilic
▴
10
Hi everyone, I'm trying create star genom index, but command doesn't work. my command is below. Does anyone know what's wrong with this command? Could you please help me, thanks 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 ?
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.
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.