STAR alignment error: unrecognized parameter name "genomeType" in input "genomeParameters.txt"
2
0
Entering edit mode
2.0 years ago
Emy Alade • 0

Hello,

I am using STAR to align my RNAseq datasets and I am having this error

EXITING: FATAL INPUT ERROR: unrecognized parameter name "genomeType" in input "genomeParameters.txt"
SOLUTION: use correct parameter name (check the manual)

This is my command

module load bioinfo/STAR-2.7.2b
STAR --genomeDir ThuAlb1.1_genomic_index/ --readFilesCommand zcat --readFilesIn T_A_FOIE_S10_L001_R1_001.fastq.gz  T_A_FOIE_S10_L001_R2_001.fastq.gz  --outFilterType BySJout --outSAMunmapped Within --outSAMtype BAM SortedByCoordinate

I am not able to figure out the problem. I am glad if someone help me

Thank you

genomeType STAR Alignment Mapping RNA-seq • 2.3k views
ADD COMMENT
1
Entering edit mode
2.0 years ago
ATpoint 82k

Has the index been created with a different version of STAR?

ADD COMMENT
0
Entering edit mode

You're right. I make it with different version.

Thanks

ADD REPLY
0
Entering edit mode
2.0 years ago

GenomeParameters.txt is a file found in your genomeDir. All the files of that type I've checked, and some are quite old, do not have a line that says "genomeType". Perhaps there is a mismatch in the software version used to make the index and the one you are trying to use now.

The cheesy way to fix this would be to simply remove that line from the genomeParameters.txt file.

ADD COMMENT
0
Entering edit mode

That is interesting because I have this from an index made using v.2.7.4

$ grep genomeType genomeParameters.txt 
genomeType      Full
ADD REPLY
0
Entering edit mode

Ah. I usually use 2.7.1, because that's what's compatible with the indices that 10XGenomics makes. And do get errors when trying to use newer versions of STAR with those indices, though it doesn't give me that particular error (it just tells me that the versions are incompatible)

ADD REPLY

Login before adding your answer.

Traffic: 2674 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