Hey Alex,
I just noticed I should have sent my question to the group instead of sending to your email directly, sorry about that.
I am working to do a step-wise alignment our small RNAseq data to miRNA, piRNA and then other small RNAs (like snoRNA, tRNA etc)
I have tried the following code but can’t seem to figure out a way to make it address all my questions. Here are what I wish to achieve:
STAR --genomeDir /path/to/index/
--runThreadN 40
--readFilesIn /path/to/index/.fastq
--outFilterMismatchNoverLmax 0.05
--outFilterMatchNmin 16 --outFilterScoreMinOverLread 0 --outFilterMatchNminOverLread 0
--alignIntronMax 1
--outMultimapperOrder Random --runRNGseed 2021 --outSAMmultNmax 1
--seedSearchLmax 28 --seedSplitMin 9
--outFileNamePrefix /path/to/indexoutput/
--outSAMtype BAM SortedByCoordinate
--outSAMunmapped Within KeepPairs
--outSAMattributes Standard
Your assistance with this will be highly appreciated!
Best,
Oladele