I am new to RNA-Sequencing and I am having trouble with my alignment. I am using STAR and I seem to be missing one of the output files I believe I need for the next step. I can not find my Aligned.sortedbyCoord.out.bam
file.
Here is the command I am using:
STAR --runThreadN 6 --genomeDir %s --readFilesIn %s %s --readFilesCommand gunzip -c --outFileNamePrefix %s --outSAMtype BAM SortedByCoordinate BAM_SortedByCoordinate–outStd BAM_SortedByCoordinate –quantMode TranscriptomeSAM GeneCounts
I have had a similar problem with STAR before. If you remove the --outStd flag, the sortedbycoordinate and the transcriptome files will be separate. Otherwise, at least in my case, you end up with only the transcriptome files. Best of luck!