EXITING: FATAL INPUT ERROR: unrecoginzed parameter name "–-runThreadN" in input "Command-Line-Initia

1,197 views
Skip to first unread message

Wei Guo

unread,
Feb 11, 2015, 10:30:57 PM2/11/15
to rna-...@googlegroups.com
Hi guys,
I tried to use STAR as shown as below:

STAR –-runThreadN 4 —-runMode genomeGenerate —-genomeDir /lfs/scratch/weiguo/pra_airway/SIRFILES/genomeDir —genomeFastaFiles /lfs/scratch/weiguo/pra_airway/SIRFILES/ENSEMBL.homo_sapiens.release_75/Homo_sapiens.GRCh37.75.dna.primary_assembly.fa —-sjdbGTFfile /lfs/scratch/weiguo/pra_airway/SIRFILES/ENSEMBL.homo_sapiens.release_75/Homo_sapiens.GRCh37.75.gtf

But errors happened:

EXITING: FATAL INPUT ERROR: unrecoginzed parameter name "–-runThreadN" in input "Command-Line-Initial"

SOLUTION: use correct parameter name (check the manual)


What will I do?  THANKS

WEI 

Alexander Dobin

unread,
Feb 12, 2015, 11:35:48 PM2/12/15
to rna-...@googlegroups.com
Hi Wei,

it seems to me you have strange characters instead of dashes --, please check that.
If it still does not work, please send me your Log.out file.

Cheers
Alex

Wei Guo

unread,
Feb 13, 2015, 10:51:39 AM2/13/15
to rna-...@googlegroups.com
Hi Alex,
I did it again as below:

STAR --runThreadN 4 --runMode genomeGenerate --genomeDir /genomeDir --genomeFastaFiles Homo_sapiens.GRCh37.75.dna.primary_assembly.fa --sjdbGTFfile Homo_sapiens.GRCh37.75.gtf 

"EXITING because of FATAL INPUT PARAMETER ERROR: for generating genome with annotations (--sjdbFileChrStartEnd or --sjdbGTFfile options)

you need to specify non-zero --sjdbOverhang

SOLUTION: re-run genome generation specifying non-zero --sjdbOverhang, which ideally should be equal to OneMateLength-1, or could be chosen generically as ~100"

Please find the Log.out file attached.

Thanks so much.

Wei 


Feb 13 10:42:50 ..... Started STAR run

Log.out
Screen Shot 2015-02-13 at 10.50.41 AM.png

Wei Guo

unread,
Feb 13, 2015, 11:08:58 AM2/13/15
to rna-...@googlegroups.com


On Thursday, February 12, 2015 at 11:35:48 PM UTC-5, Alexander Dobin wrote:
Screen Shot 2015-02-13 at 11.06.32 AM.png

Alexander Dobin

unread,
Feb 14, 2015, 4:21:01 PM2/14/15
to rna-...@googlegroups.com
Hi Wei,

you need to add another parameter --sjdbOverhang <N> when generating genome with annotations, which could be simply 100, or, ideally = readLength-1.

Cheers
Alex

Wei Guo

unread,
Feb 16, 2015, 11:33:07 AM2/16/15
to rna-...@googlegroups.com
Hi Alex,

I did it again as below:

STAR --sjdbOverhang 50 --runThreadN 4 --runMode genomeGenerate --genomeDir /genomeDir --genomeFastaFiles Homo_sapiens.GRCh37.75.dna.primary_assembly.fa --sjdbGTFfile Homo_sapiens.GRCh37.75.gtf 

"EXITING because of FATAL ERROR: could not create output file /genomeDir/genomeParameters.txt

Solution: check that the genomeDir directory exists and you have write permission for it: genomeDir=/genomeDir"

Please find the Log.out file attached.

Thanks

Wei 

Screen Shot 2015-02-16 at 11.16.37 AM.png

Alexander Dobin

unread,
Feb 20, 2015, 1:02:55 AM2/20/15
to rna-...@googlegroups.com
Hi Wei,

you need to create the genome directory before you run STAR. In you case, you need to do 
$mkdir /genomeDir
However, I am not sure if you really want to create the directory in the root directory /, and you may not have permission to do so. It's best to create this directory somewhere within your home directory.

Cheers
Alex
Reply all
Reply to author
Forward
0 new messages