STAR can't genereate genome Index.
1
0
Entering edit mode
17 months ago
e183021g ▴ 10

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

STAR • 664 views
ADD COMMENT
1
Entering edit mode
17 months ago
iraun 6.2k

Hi! And welcome Biostars! STAR is a very RAM needy aligner, but I believe that 64GB should suffice to map to the human genome. Have you tried to run the command using just the sequence of one chromosome instead of the whole genome to see if it runs? Alternatively, I think you can find some genome indexes online as in here. But it is generally a good practice to create the index before running the alignment step. Btw, you have a typo in the command, it is genomeGenerate. And I guess the variable ReadLength contains the actual length of the reads? Also, do not expect to have the results fast, it will take at least several hours to generate the indexes, so maybe you just have to wait a bit longer :)

ADD COMMENT
1
Entering edit mode

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!!

ADD REPLY

Login before adding your answer.

Traffic: 2444 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6