yyoshiaki / VIRTUS2

A bioinformatics pipeline for viral transcriptome detection and quantification considering splicing.
Other
16 stars 6 forks source link

Adding STAR options for run #8

Closed cd-scientist closed 1 year ago

cd-scientist commented 2 years ago

I am having an issue where the percentage of unmapped reads after STAR alignment is very high (~97%) due mainly to being too short. I would like to be able to add the STAR option of outFilterScoreMinOverLread and outFilterMatchNminOverLread. Where in the pathway should I add these options?

yyoshiaki commented 2 years ago

What is the read length? I think, for example, SE50 is no problem to map at least. Shorter leads should be problematic for mapping to not only humans but also viruses because viruses are easily mismapped though we are making full effort to prevent mismapping.

Another possibility here is that you used not human RNAseq data.

Of course, you can add several options to STAR steps by modifying the tool cwl files https://github.com/yyoshiaki/VIRTUS2/tree/master/tool/star .