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
Copy file name to clipboardexpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Learn more about contributing: [CONTRIBUTING.md](https://github.com/nf-core/demo
18
18
-[ ] If you've added a new tool - have you followed the pipeline conventions in the [contribution docs](https://github.com/nf-core/demo/tree/master/.github/CONTRIBUTING.md)
19
19
-[ ] If necessary, also make a PR on the nf-core/demo _branch_ on the [nf-core/test-datasets](https://github.com/nf-core/test-datasets) repository.
20
20
-[ ] Make sure your code lints (`nf-core lint`).
21
-
-[ ] Ensure the test suite passes (`nf-test test main.nf.test -profile test,docker`).
21
+
-[ ] Ensure the test suite passes (`nextflow run . -profile test,docker --outdir <OUTDIR>`).
22
22
-[ ] Check for unexpected warnings in debug mode (`nextflow run . -profile debug,test,docker --outdir <OUTDIR>`).
23
23
-[ ] Usage Documentation in `docs/usage.md` is updated.
24
24
-[ ] Output Documentation in `docs/output.md` is updated.
> 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
+12-27
Original file line number
Diff line number
Diff line change
@@ -13,52 +13,41 @@
13
13
[](https://docs.conda.io/en/latest/)
14
14
[](https://www.docker.com/)
15
15
[](https://sylabs.io/docs/)
16
-
[](https://tower.nf/launch?pipeline=https://github.com/nf-core/demo)
16
+
[](https://cloud.seqera.io/launch?pipeline=https://github.com/nf-core/demo)
17
17
18
18
[](https://nfcore.slack.com/channels/demo)[](https://twitter.com/nf_core)[](https://mstdn.science/@nf_core)[](https://www.youtube.com/c/nf-core)
19
19
20
20
## Introduction
21
21
22
-
**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 -->
2. Adapter and quality trimming ([`SEQTK_TRIM`](https://github.com/lh3/seqtk))
28
+
3. Present QC for raw reads ([`MULTIQC`](http://multiqc.info/))
36
29
37
30
## Usage
38
31
39
32
> [!NOTE]
40
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.
41
34
42
-
<!-- TODO nf-core: Describe the minimum required steps to execute the pipeline, e.g. how to prepare samplesheets.
43
-
Explain what rows and columns represent. For instance (please edit as appropriate):
44
-
45
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).
55
48
56
-
-->
57
-
58
49
Now, you can run the pipeline using:
59
50
60
-
<!-- TODO nf-core: update the following command to include all required parameters for a minimal example -->
61
-
62
51
```bash
63
52
nextflow run nf-core/demo \
64
53
-profile <docker/singularity/.../institute> \
@@ -80,11 +69,9 @@ For more details about the output files and reports, please refer to the
80
69
81
70
## Credits
82
71
83
-
nf-core/demo was originally written by Christopher Hakkaart.
84
-
85
-
We thank the following people for their extensive assistance in the development of this pipeline:
72
+
nf-core/demo was originally written by Chris Hakkaart ([@christopher-hakkaart](https://github.com/christopher-hakkaart)).
86
73
87
-
<!--TODO nf-core: If applicable, make list of people who have also contributed-->
74
+
<!--We thank the following people for their extensive assistance in the development of this pipeline:-->
88
75
89
76
## Contributions and Support
90
77
@@ -97,8 +84,6 @@ For further information or help, don't hesitate to get in touch on the [Slack `#
97
84
<!-- 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. -->
98
85
<!-- 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) -->
99
86
100
-
<!-- TODO nf-core: Add bibliography of tools and data used in your pipeline -->
101
-
102
87
An extensive list of references for the tools used by the pipeline can be found in the [`CITATIONS.md`](CITATIONS.md) file.
103
88
104
89
You can cite the `nf-core` publication as follows:
0 commit comments