You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Ewels P, Magnusson M, Lundin S, Käller M. MultiQC: summarize analysis results for multiple tools and samples in a single report. Bioinformatics. 2016 Oct 1;32(19):3047-8. doi: 10.1093/bioinformatics/btw354. Epub 2016 Jun 16. PubMed PMID: 27312411; PubMed Central PMCID: PMC5039924.
Copy file name to clipboardExpand all lines: README.md
+13-26Lines changed: 13 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
</h1>
7
7
8
8
[](https://github.com/nf-core/demo/actions/workflows/ci.yml)
9
-
[](https://github.com/nf-core/demo/actions/workflows/linting.yml)[](https://nf-co.re/demo/results)[](https://doi.org/10.5281/zenodo.XXXXXXX)
9
+
[](https://github.com/nf-core/demo/actions/workflows/linting.yml)[](https://nf-co.re/demo/results)[](https://doi.org/10.5281/zenodo.12192442)
**nf-core/demo** is a bioinformatics pipeline that ...
22
+
**nf-core/demo** is a simple nf-core style bioinformatics pipeline for workshops and demonstrations. It was created using the nf-core template and is designed to run quickly using small test data files.
23
23
24
-
<!-- TODO nf-core:
25
-
Complete this sentence with a 2-3 sentence summary of what types of data the pipeline ingests, a brief overview of the
26
-
major pipeline sections and the types of output it produces. You're giving an overview to someone new
27
-
to nf-core here, in 15-20 seconds. For an example, see https://github.com/nf-core/rnaseq/blob/master/README.md#introduction
28
-
-->
24
+

29
25
30
-
<!-- TODO nf-core: Include a figure that guides the user through the major workflow steps. Many nf-core
31
-
workflows use the "tube map" design for that. See https://nf-co.re/docs/contributing/design_guidelines#examples for examples. -->
32
-
<!-- TODO nf-core: Fill in short bullet-pointed list of the default steps in the pipeline -->1. Read QC ([`FastQC`](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/))2. Present QC for raw reads ([`MultiQC`](http://multiqc.info/))
2. Adapter and quality trimming ([`SEQTK_TRIM`](https://github.com/lh3/seqtk))
28
+
3.Present QC for raw reads ([`MULTIQC`](http://multiqc.info/))
33
29
34
30
## Usage
35
31
36
32
> [!NOTE]
37
33
> If you are new to Nextflow and nf-core, please refer to [this page](https://nf-co.re/docs/usage/installation) on how to set-up Nextflow. Make sure to [test your setup](https://nf-co.re/docs/usage/introduction#how-to-run-a-pipeline) with `-profile test` before running the workflow on actual data.
38
34
39
-
<!-- TODO nf-core: Describe the minimum required steps to execute the pipeline, e.g. how to prepare samplesheets.
40
-
Explain what rows and columns represent. For instance (please edit as appropriate):
41
-
42
35
First, prepare a samplesheet with your input data that looks as follows:
Each row represents a fastq file (single-end) or a pair of fastq files (paired end).
52
48
53
-
-->
54
-
55
49
Now, you can run the pipeline using:
56
50
57
-
<!-- TODO nf-core: update the following command to include all required parameters for a minimal example -->
58
-
59
51
```bash
60
52
nextflow run nf-core/demo \
61
53
-profile <docker/singularity/.../institute> \
@@ -76,11 +68,9 @@ For more details about the output files and reports, please refer to the
76
68
77
69
## Credits
78
70
79
-
nf-core/demo was originally written by Christopher Hakkaart.
71
+
nf-core/demo was originally written by Chris Hakkaart ([@christopher-hakkaart](https://github.com/christopher-hakkaart)).
80
72
81
-
We thank the following people for their extensive assistance in the development of this pipeline:
82
-
83
-
<!-- TODO nf-core: If applicable, make list of people who have also contributed -->
73
+
<!-- We thank the following people for their extensive assistance in the development of this pipeline: -->
84
74
85
75
## Contributions and Support
86
76
@@ -90,10 +80,7 @@ For further information or help, don't hesitate to get in touch on the [Slack `#
90
80
91
81
## Citations
92
82
93
-
<!-- TODO nf-core: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file. -->
94
-
<!-- If you use nf-core/demo for your analysis, please cite it using the following doi: [10.5281/zenodo.XXXXXX](https://doi.org/10.5281/zenodo.XXXXXX) -->
95
-
96
-
<!-- TODO nf-core: Add bibliography of tools and data used in your pipeline -->
83
+
If you use nf-core/demo for your analysis, please cite it using the following doi: [10.5281/zenodo.12192442](https://doi.org/10.5281/zenodo.12192442)
97
84
98
85
An extensive list of references for the tools used by the pipeline can be found in the [`CITATIONS.md`](CITATIONS.md) file.
0 commit comments