为什么用STAR建立索引的时候报错?(操作系统-linux)

做RNAseq时用STAR进行比对,在建立index的时候得到的文件中没有genomeParameters.txt,代码是这样的: STAR --runThreadN 6 --runMode genomeGenerate --genomeDir /index/STAR --genomeFastaFiles /hg38.fa --sjdbGTFfile /gencode.v29.chr_patch_hapl_scaff.annotation.gtf --sjdbOverhang 149
求问这个该怎么解决啊🙏