Entering edit mode
4.3 years ago
waaaaaa
•
0
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!
Good catch.