Skip to content

Commit

Permalink
Merge pull request #184 from nf-core/2.3.0-release
Browse files Browse the repository at this point in the history
Bump version for 2.3.0 release
  • Loading branch information
edmundmiller authored Dec 23, 2024
2 parents ae6518e + d20685a commit 7d33c65
Show file tree
Hide file tree
Showing 17 changed files with 84 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ template:
name: nascent
org: nf-core
outdir: .
version: 2.3.0dev
version: 2.3.0
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2.3.0dev - [date]
## v2.3.0 - 2024-12-23

### Added

Expand All @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#142](https://github.com/nf-core/nascent/pull/142) - Add STAR aligner
- [#149](https://github.com/nf-core/nascent/pull/149) - Add Software citations to MultiQC
- [#175](https://github.com/nf-core/nascent/pull/175) - Add HOMER uniqmap support
- [a3bc907](https://github.com/nf-core/nascent/commit/a3bc907e9afd9dd2a9572798fa16fbc781c3dcb0) - Update pipeline template to [nf-core/tools 2.13.1](https://github.com/nf-core/tools/releases/tag/2.13.1)
- [14fdbb8](https://github.com/nf-core/nascent/commit/14fdbb83fe944fc4d8d77e804f0332510d82fea4) - Update pipeline template to [nf-core/tools 3.0.0](https://github.com/nf-core/tools/releases/tag/3.0.0)
- [b4ac8c5](https://github.com/nf-core/nascent/commit/b4ac8c5) - Update pipeline template to [nf-core/tools 3.0.1](https://github.com/nf-core/tools/releases/tag/3.0.1)
- [a9ae47a](https://github.com/nf-core/nascent/commit/a9ae47a) - Update pipeline template to [nf-core/tools 3.0.1](https://github.com/nf-core/tools/releases/tag/3.0.2)
- [bfcd97c](https://github.com/nf-core/nascent/commit/bfcd97c) - Update pipeline template to [nf-core/tools 3.1.0](https://github.com/nf-core/tools/releases/tag/3.1.0)
- [7a4e356](https://github.com/nf-core/nascent/commit/7a4e356) - Update pipeline template to [nf-core/tools 3.1.1](https://github.com/nf-core/tools/releases/tag/3.1.1)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ For more details about the output files and reports, please refer to the

nf-core/nascent was originally written by Ignacio Tripodi ([@ignaciot](https://github.com/ignaciot)) and Margaret Gruca ([@magruca](https://github.com/magruca)).

The pipeline was re-written in Nextflow DSL2 by Edmund Miller ([@Emiller88](https://github.com/emiller88)) and Sruthi Suresh ([@sruthipsuresh](https://github.com/sruthipsuresh)) from [The Functional Genomics Laboratory](https://taehoonkim.org/) at [The Univeristy of Texas at Dallas](https://www.utdallas.edu/)
The pipeline was re-written in Nextflow DSL2 by Edmund Miller ([@edmundmiller](https://github.com/edmundmiller)) and Sruthi Suresh ([@sruthipsuresh](https://github.com/sruthipsuresh)) from [The Functional Genomics Laboratory](https://taehoonkim.org/) at [The Univeristy of Texas at Dallas](https://www.utdallas.edu/)

We thank the following people for their extensive assistance in the development of this pipeline:

Expand Down
7 changes: 4 additions & 3 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/nascent/tree/dev" target="_blank">nf-core/nascent</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/nascent/dev/docs/output" target="_blank">documentation</a>.
This report has been generated by the <a href="https://github.com/nf-core/nascent/releases/tag/2.3.0"
target="_blank">nf-core/nascent</a> analysis pipeline. For information about how
to interpret these results, please see the <a href="https://nf-co.re/nascent/2.3.0/docs/output"
target="_blank">documentation</a>.
report_section_order:
fastqc:
order: 4004
Expand Down
29 changes: 18 additions & 11 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -254,29 +254,36 @@ manifest {
name = 'nf-core/nascent'
author = """Edmund Miller, Ignacio Tripodi, Margaret Gruca""" // The author field is deprecated from Nextflow version 24.10.0, use contributors instead
contributors = [
// TODO nf-core: Update the field with the details of the contributors to your pipeline. New with Nextflow version 24.10.0
[
name: 'Edmund Miller',
affiliation: '',
affiliation: 'The Univeristy of Texas at Dallas',
email: '[email protected]',
github: 'edmundmiller',
contribution: ['author', 'maintainer'], // List of contribution types ('author', 'maintainer' or 'contributor')
orcid: 'https://orcid.org/0000-0002-2398-0334'
],
[
name: 'Sruthi Suresh',
affiliation: 'The Univeristy of Texas at Dallas',
email: '',
github: '',
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor')
github: 'sruthipsuresh',
contribution: ['author'], // List of contribution types ('author', 'maintainer' or 'contributor')
orcid: ''
],
[
name: ' Ignacio Tripodi',
name: 'Ignacio Tripodi',
affiliation: '',
email: '',
github: '',
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor')
github: 'ignaciot',
contribution: ['author'], // List of contribution types ('author', 'maintainer' or 'contributor')
orcid: ''
],
[
name: ' Margaret Gruca',
name: 'Margaret Gruca',
affiliation: '',
email: '',
github: '',
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor')
github: 'magruca',
contribution: ['author'], // List of contribution types ('author', 'maintainer' or 'contributor')
orcid: ''
],
]
Expand All @@ -285,7 +292,7 @@ manifest {
mainScript = 'main.nf'
defaultBranch = 'master'
nextflowVersion = '!>=24.04.2'
version = '2.3.0dev'
version = '2.3.0'
doi = '10.5281/zenodo.7245273'
}

Expand Down
52 changes: 41 additions & 11 deletions ro-crate-metadata.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion workflows/tests/aligner/bowtie2.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"subread": "2.0.1"
},
"Workflow": {
"nf-core/nascent": "v2.3.0dev"
"nf-core/nascent": "v2.3.0"
}
},
[
Expand Down
2 changes: 1 addition & 1 deletion workflows/tests/aligner/bwa.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"subread": "2.0.1"
},
"Workflow": {
"nf-core/nascent": "v2.3.0dev"
"nf-core/nascent": "v2.3.0"
}
},
[
Expand Down
2 changes: 1 addition & 1 deletion workflows/tests/aligner/bwamem2.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"subread": "2.0.1"
},
"Workflow": {
"nf-core/nascent": "v2.3.0dev"
"nf-core/nascent": "v2.3.0"
}
},
[
Expand Down
2 changes: 1 addition & 1 deletion workflows/tests/aligner/hisat2.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"untar": 1.34
},
"Workflow": {
"nf-core/nascent": "v2.3.0dev"
"nf-core/nascent": "v2.3.0"
}
},
[
Expand Down
4 changes: 2 additions & 2 deletions workflows/tests/aligner/star.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"subread": "2.0.1"
},
"Workflow": {
"nf-core/nascent": "v2.3.0dev"
"nf-core/nascent": "v2.3.0"
}
},
[
Expand Down Expand Up @@ -465,7 +465,7 @@
"subread": "2.0.1"
},
"Workflow": {
"nf-core/nascent": "v2.3.0dev"
"nf-core/nascent": "v2.3.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion workflows/tests/inputs/gff/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"subread": "2.0.1"
},
"Workflow": {
"nf-core/nascent": "v2.3.0dev"
"nf-core/nascent": "v2.3.0"
}
},
[
Expand Down
2 changes: 1 addition & 1 deletion workflows/tests/inputs/gzipped_gff/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"subread": "2.0.1"
},
"Workflow": {
"nf-core/nascent": "v2.3.0dev"
"nf-core/nascent": "v2.3.0"
}
},
[
Expand Down
2 changes: 1 addition & 1 deletion workflows/tests/inputs/only_gff/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"subread": "2.0.1"
},
"Workflow": {
"nf-core/nascent": "v2.3.0dev"
"nf-core/nascent": "v2.3.0"
}
},
[
Expand Down
2 changes: 1 addition & 1 deletion workflows/tests/inputs/uniqmap/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"7za": 16.02
},
"Workflow": {
"nf-core/nascent": "v2.3.0dev"
"nf-core/nascent": "v2.3.0"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"subread": "2.0.1"
},
"Workflow": {
"nf-core/nascent": "v2.3.0dev"
"nf-core/nascent": "v2.3.0"
}
},
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"subread": "2.0.1"
},
"Workflow": {
"nf-core/nascent": "v2.3.0dev"
"nf-core/nascent": "v2.3.0"
}
},
[
Expand Down

0 comments on commit 7d33c65

Please sign in to comment.