Hi Everyone .
I can't make Index file by using the latest STAR as follows on Linux. My PC has 16 cores and 64GB RAM. There was no ERROR message.
~/Documents/expression/tools$ ~/Documents/expression/tools/STAR-2.7.10b/bin/Linux_x86_64_static/STAR --runThreadN 10 --runMode genomeGenrate --genomeDir ~/Documents/expression/ref/STAR_reference --genomeFastaFiles ~/Documents/expression/ref/Homo_sapiens.GRCh38.dna.primary_assembly.fa --sjdbGTFfile ~/Documents/expression/ref/Homo_sapiens.GRCh38.95.gtf --sjdbOverhang ReadLength-1
Nov 04 13:25:00 ..... started STAR run
>~/Documents/expression/tools$ echo $?
1
I am very new about STAR and bioinformatics . Would you tell me anything about how to treat with this error?
Shintaro
Thank you for your great advice!! I altered genomeGenrate to genomeGenerate and STAR started to make genome Index which I want to get. As you said , It was a very good practice for me to create the index. Thank you so much for your help and read my poor English!!