Error while aligning with STAR
1
0
Entering edit mode
2.4 years ago
Omnia • 0

Hi,

When I try to run this command. Note that I change working directory to directory containing fast files

STAR --genomeDir /N/slate/ogaafer/mm10_index --runThreadN 8 \
    --readFilesIn SRR8278856_1.fastq,SRR8278856_2.fastq SRR8278857_1.fastq,SRR8278857_2.fastq SRR8278859_1.fastq,SRR8278859_2.fastq \
    --outSAMattrRGline ID:cont1 , ID:cont2 , ID:cont3 \
    --outSAMtype BAM SortedByCoordinate --outSAMunmapped Within \
    --outSAMattributes Standard

I get this error

EXITING: because of fatal INPUT ERROR: number of input read files: 2 does not agree with number of read group RG entries: 3
Make sure that the number of RG lines in --outSAMattrRGline is equal to either 1, or the number of input read files in --readFilesIn
STAR • 674 views
ADD COMMENT
2
Entering edit mode
2.4 years ago
h.mon 35k

From Run STAR with 4 fastq files, ERROR (and now I will plagiarize):

You are not using correct separation of the file names. Separate group of paired-end mates by a space and multiple R1/R2 files by commas. Try:

--readFilesIn SRR8278856_1.fastq,SRR8278857_1.fastq,SRR8278859_1.fastq SRR8278856_2.fastq,SRR8278857_2.fastq,SRR8278859_2.fastq
ADD COMMENT

Login before adding your answer.

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