Skip to content

Commit 0a6e9fc

Browse files
authored
Merge pull request #40 from nf-core/bump_modules_prep_dev_to_master
PR to prepare for dev to master for release 1.0.2
2 parents d8c10ba + ddf7ea1 commit 0a6e9fc

File tree

17 files changed

+66
-45
lines changed

17 files changed

+66
-45
lines changed

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ template:
88
name: demo
99
org: nf-core
1010
outdir: .
11-
version: 1.0.2dev
11+
version: 1.0.2

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## dev
7-
8-
### `Changed`
9-
10-
[#34](https://github.com/nf-core/demo/pull/34) Updated the JSON schema to make input validation stricter, thus preventing more errors during the pipeline run.
11-
126
## 1.0.2
137

148
### Credits
@@ -17,9 +11,17 @@ Special thanks to the following for their reviews and assistance:
1711

1812
- [Chris Hakkaart](https://github.com/christopher-hakkaart)
1913
- [Marcel Ribeiro-Dantas](https://github.com/mribeirodantas)
14+
- [Maxime Garcia](https://github.com/maxulysse)
15+
- [Geraldine Van der Auwera](https://github.com/vdauwera)
16+
- [Florian Wuennemann](https://github.com/FloWuenne)
2017

2118
### Changed
2219

20+
[#39][https://github.com/nf-core/demo/pull/39] - Remove -C from bach in nextflow.config
21+
[#38][https://github.com/nf-core/demo/pull/38] - Template update for nf-core/tools v3.3.1
22+
[#36][https://github.com/nf-core/demo/pull/36] - Template update for nf-core/tools v3.2.1
23+
[#34][https://github.com/nf-core/demo/pull/34] - updated nextflow_schema.json
24+
[#32][https://github.com/nf-core/demo/pull/32] - Minor fixes and template update
2325
[#29](https://github.com/nf-core/demo/pull/29) - Template update for nf-core/tools v3.2.0
2426
[#23](https://github.com/nf-core/demo/pull/23) - Update to latest `seqtk` and `fastqc` modules
2527
[#21](https://github.com/nf-core/demo/pull/21) - Template update for nf-core/tools v3.1.0

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ For more details about the output files and reports, please refer to the
7171

7272
nf-core/demo was originally written by Chris Hakkaart ([@christopher-hakkaart](https://github.com/christopher-hakkaart)).
7373

74+
The pipeline is currently being maintained by the Nextflow community team as well as [Geraldine Van der Auwera](https://github.com/vdauwera) and [Florian Wuennemann](https://github.com/FloWuenne).
75+
7476
<!-- We thank the following people for their extensive assistance in the development of this pipeline: -->
7577

7678
## Contributions and Support

assets/multiqc_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-core/demo/tree/dev"
2+
This report has been generated by the <a href="https://github.com/nf-core/demo/releases/tag/1.0.2"
33
target="_blank">nf-core/demo</a> analysis pipeline. For information about how to
4-
interpret these results, please see the <a href="https://nf-co.re/demo/dev/docs/output"
4+
interpret these results, please see the <a href="https://nf-co.re/demo/1.0.2/docs/output"
55
target="_blank">documentation</a>.
66
report_section_order:
77
"nf-core-demo-methods-description":

modules.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"nf-core": {
88
"fastqc": {
99
"branch": "master",
10-
"git_sha": "08108058ea36a63f141c25c4e75f9f872a5b2296",
10+
"git_sha": "b1966f36ec9de31927b2603d8f499960b2a4c294",
1111
"installed_by": ["modules"]
1212
},
1313
"multiqc": {
1414
"branch": "master",
15-
"git_sha": "f0719ae309075ae4a291533883847c3f7c441dad",
15+
"git_sha": "e594e9dfaffa7572afc11bafc634984fd4cbd87b",
1616
"installed_by": ["modules"]
1717
},
1818
"seqtk/trim": {
1919
"branch": "master",
20-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
20+
"git_sha": "05954dab2ff481bcb999f24455da29a5828af08d",
2121
"installed_by": ["modules"]
2222
}
2323
}

modules/nf-core/fastqc/environment.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/fastqc/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/multiqc/environment.yml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/multiqc/main.nf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/multiqc/tests/main.nf.test.snap

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)