Read mapping problem with STAR
1
0
Entering edit mode
5.9 years ago
Ricky ▴ 50

I have previously used hisat2 for mapping RNA seq reads but I now would like to try STAR as an alternative. Generating the index for the Arabidopsis genome wasn't a problem but when I use the command below for mapping of my single end reads, it appears that I only get the content of my fastq.bz2 file on standard output.

$ STAR --runThreadN 8 --genomeDir ~/exp_run/STAR --sjdbGTFfile ~/exp_run/Arabidopsis_thaliana/Ensembl/TAIR10/Annotation/Genes/genes.gtf --readFilesIn ~/Priming/data/Col0C1_R1_nonrRNA.fastq.bz2 --outFileNamePrefix Col0C1.star. --readFilesCommand bzcat --outStd SAM

This goes on for ever and I terminated the job after approximately 3hrs (hisat only takes about 15 mins to map the same fastq.bz2 file). Can anybody spot any problems in my command? Thanks

RNA-Seq alignment • 1.7k views
ADD COMMENT
4
Entering edit mode
5.9 years ago
GenoMax 141k

You are using --outStd SAM which is causing the alignments in SAM format to be sent to STDOUT (screen).

ADD COMMENT
0
Entering edit mode

Left that bit out. Worked, thanks.

ADD REPLY
0
Entering edit mode

You can accept the answer by using green check mark then.

ADD REPLY

Login before adding your answer.

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