I did use the fasta file of transcripts to build index. The program stopped soon after running and showed the following error message:
Jan 12 11:33:41 ..... Started STAR run
Jan 12 11:33:41 ... Starting to generate Genome files
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
My input in the terminal:
STAR --runMode genomeGenerate --runThreadN 2 --genomeSAsparseD 2 --genomeDir '/po/GRCh38_Gencode23_transcripts_STAR_INDEX' --genomeFastaFiles '/po/gencode.v23.transcripts.fa'
The fasta file looks like this:
>ENST00000456328.2|ENSG00000223972.5|OTTHUMG00000000961.2|OTTHUMT00000362751.1|DDX11L1-002|DDX11L1|1657|processed_transcript|
GTTAACTTGCCGTCAGCCTTTT.................AAGCACACTGTTGGTTTCTG
>ENST00000450305.2|ENSG00000223972.5|OTTHUMG00000000961.2|OTTHUMT00000002844.2|DDX11L1-001|DDX11L1|632|transcribed_unprocessed_pseudogene|
GTGTCTGACTTCCAGCAA...........GAAAACAGGGGAATCCCGAA
Cheers,
Po
Kirill Tsyganov於 2016年1月12日星期二 UTC+8上午5時44分24秒寫道: