Hi everyone,
I am new in rna-seq analysis and my PI asked me to run STAR alignment for one dataset with default parameters. But while I am doing this, he wanted me to get the output files in bam format and sorted by coordinate format. So I was wondering in STAR with which parameter I can get this output?
Thanks in advance
sounds like a course exercise? ;-)
in any case you can pipe the output of STAR (or post-process) to samtools, which in its turn can do the sorting and BAM output (though STAR might be able to output BAM as well)
it also will pay off to browse through the manual/doc of STAR to see which parameter settings you might need.