This is a test version of Biostars. For the public version, visit https://www.biostars.org.
RNA-seq STAR genome mapping

I'm working on the genome index file using STAR tool. Following is my code:

STAR --runMode genomeGenerate --genomeDir /GenomeDirectory --genomeFastaFiles D_genome.fasta --sjdbGTFfile D_assembl.gtf

However, it keeps popping out the error message as follow:

star: Bad Option: --runMode.

Usage: star cmd [options] [-find] file1 ... filen [find expression]

I wonder what's wrong with this code, can anyone help? Thanks!

rna-seq star linux

1 answer

it seems you did not install STAR. what you used probably is star.

Log in to answer this question.