File: README.md

package info (click to toggle)
multiqc 1.21%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 30,168 kB
  • sloc: python: 52,323; javascript: 7,064; sh: 76; makefile: 24
file content (22 lines) | stat: -rw-r--r-- 835 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# MultiQC Documentation

MultiQC is a tool to aggregate bioinformatics results across many samples
into a single report. It's written in Python and contains modules for a number
of common tools.

These docs can be read in any of three ways:

- On the MultiQC Website: <http://multiqc.info>
- On GitHub: <https://github.com/MultiQC/MultiQC/>
- As part of the distributed source code (in `/docs/`)

If you're curious how the website works, check out the
[MultiQC website repository](https://github.com/MultiQC/website).

## Contributing to MultiQC

If you write a module which could be of use to others, it would be great to
merge those changes back into the core MultiQC project.

For instructions on how best to do this, please see the
[contributing instructions](https://github.com/MultiQC/MultiQC/blob/main/.github/CONTRIBUTING.md).