File: star.md

package info (click to toggle)
multiqc 1.14%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 28,824 kB
  • sloc: python: 41,884; javascript: 4,651; sh: 74; makefile: 24
file content (16 lines) | stat: -rw-r--r-- 662 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.