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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Learn more about contributing: [CONTRIBUTING.md](https://github.com/nf-core/scrn
19
19
-[ ] If necessary, also make a PR on the nf-core/scrnaseq _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
21
-[ ] Ensure the test suite passes (`nextflow run . -profile test,docker --outdir <OUTDIR>`).
22
+
-[ ] Check for unexpected warnings in debug mode (`nextflow run . -profile debug,test,docker --outdir <OUTDIR>`).
22
23
-[ ] Usage Documentation in `docs/usage.md` is updated.
23
24
-[ ] Output Documentation in `docs/output.md` is updated.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,16 @@
3
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
4
4
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
+
## v2.5.0 - 2024-01-02
7
+
8
+
- Update template to v2.11.1 ([#279](https://github.com/nf-core/scrnaseq/pull/279))
9
+
- Add support for paired GEX+ATAC sequencing using cellranger-arc ([#274](https://github.com/nf-core/scrnaseq/pull/274))
10
+
- Increase default runtime limits for some processes ([#281](https://github.com/nf-core/scrnaseq/pull/281), [#284](https://github.com/nf-core/scrnaseq/pull/284))
11
+
- Better support for custom protocols ([#273](https://github.com/nf-core/scrnaseq/pull/273)).
12
+
- The universc protocol is now specified via the `--protocol` flag
13
+
- Any protocol specified is now passed to the respective aligner
14
+
- Added a section to the documentation
15
+
6
16
## v2.4.1 - 2023-09-28
7
17
8
18
- Fix whitelist logic for dropseq ([#267](https://github.com/nf-core/scrnaseq/pull/267))
Copy file name to clipboardExpand all lines: README.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,8 @@ The nf-core/scrnaseq pipeline comes with documentation about the pipeline [usage
31
31
32
32
## Usage
33
33
34
-
:::note
35
-
If you are new to Nextflow and nf-core, please refer to [this page](https://nf-co.re/docs/usage/installation) on how
36
-
to set-up Nextflow. Make sure to [test your setup](https://nf-co.re/docs/usage/introduction#how-to-run-a-pipeline)
37
-
with `-profile test` before running the workflow on actual data.
38
-
:::
34
+
> [!NOTE]
35
+
> 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.
39
36
40
37
First, prepare a samplesheet with your input data that looks as follows:
41
38
@@ -62,11 +59,9 @@ nextflow run nf-core/scrnaseq \
62
59
--outdir <OUTDIR>
63
60
```
64
61
65
-
:::warning
66
-
Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files including those
67
-
provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_;
68
-
see [docs](https://nf-co.re/usage/configuration#custom-configuration-files).
69
-
:::
62
+
> [!WARNING]
63
+
> Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files including those provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_;
64
+
> see [docs](https://nf-co.re/usage/configuration#custom-configuration-files).
70
65
71
66
For more details and further functionality, please refer to the [usage documentation](https://nf-co.re/scrnaseq/usage) and the [parameter documentation](https://nf-co.re/scrnaseq/parameters).
72
67
@@ -95,12 +90,13 @@ For more details about the output files and reports, please refer to the
95
90
96
91
nf-core/scrnaseq was originally written by Bailey PJ, Botvinnik O, Marques de Almeida F, Gabernet G, Peltzer A, Sturm G.
97
92
98
-
We thank the following people for their extensive assistance in the development of this pipeline:
93
+
We thank the following people and teams for their extensive assistance in the development of this pipeline:
Copy file name to clipboardExpand all lines: assets/multiqc_config.yml
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,7 @@
1
1
report_comment: >
2
-
3
-
This report has been generated by the <a href="https://github.com/nf-core/scrnaseq/releases/tag/2.4.1" target="_blank">nf-core/scrnaseq</a>
2
+
This report has been generated by the <a href="https://github.com/nf-core/scrnaseq/releases/tag/2.5.0" target="_blank">nf-core/scrnaseq</a>
4
3
analysis pipeline. For information about how to interpret these results, please see the
0 commit comments