File: star.md

package info (click to toggle)
multiqc 1.9%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 27,568 kB
  • sloc: python: 28,657; javascript: 3,233; sh: 74; makefile: 24
file content (16 lines) | stat: -rw-r--r-- 664 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
Name: STAR
URL: https://github.com/alexdobin/STAR
Description: >
    STAR is an ultrafast universal RNA-seq aligner.
---

[STAR](https://github.com/alexdobin/STAR) is an ultrafast universal RNA-seq aligner.

This MultiQC module parses summary statistics from the `Log.final.out` log files.
Sample names are taken either from the filename prefix (`sampleNameLog.final.out`)
when set with `--outFileNamePrefix` in STAR. If there is no filename prefix,
the sample name is set as the name of the directory containing the file.

In addition to this summary log file, the module parses `ReadsPerGene.out.tab`
files generated with `--quantMode GeneCounts`, if found.