Hi Alex,
Whatever you said about mentioning gtf file and sjdbOverhang is in clear agreement with your manual:
file:///Users/ras143/Documents/Rahil_Sethi/STARmanual_2.3.0.1.pdf in the 4th "Generating genomes with annotations" step : "The annotations have to be
supplied at the genome/suffix array generation step. The annotations can be supplied in the form of splice
junctions’ loci or GTF (or GFF3) file."
~/star/code/STAR-STAR_2.4.0k/bin/Linux_x86_64/STAR\
--runThreadN 12 --genomeDir ~/star/genome/ \
--sjdbGTFfile ~/star/Homo_sapiens.GRCh38.79.gtf --sjdbOverhang 100 \
--readFilesIn ~/star/ENCFF001RFH.fastq.gz ~/star/ENCFF001RFG.fastq.gz --
readFilesCommand zcat \
--outSAMtype BAM SortedByCoordinate Unsorted \
--outSAMstrandField intronMotif
This is in disagreement with what you said. In the above example you illustrated --sjdbGTFfile and --sjdbOverhang while running mapping. Was this just to illustrate that these options need to be mentioned during genome generation?
I'm using current version STAR_2.5.0a
I just wanted to be clear since I got confused when I looked at the above paper.
Also, I'm not that clear with when to use --quantMode TranscriptomeSAM ??
I will keep searching in your forums for my last question, but my questions above this are related to this discussion.