-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #184 from nf-core/2.3.0-release
Bump version for 2.3.0 release
- Loading branch information
Showing
17 changed files
with
84 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ template: | |
name: nascent | ||
org: nf-core | ||
outdir: . | ||
version: 2.3.0dev | ||
version: 2.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: '' | ||
], | ||
] | ||
|
@@ -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' | ||
} | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,7 +99,7 @@ | |
"untar": 1.34 | ||
}, | ||
"Workflow": { | ||
"nf-core/nascent": "v2.3.0dev" | ||
"nf-core/nascent": "v2.3.0" | ||
} | ||
}, | ||
[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,7 +96,7 @@ | |
"7za": 16.02 | ||
}, | ||
"Workflow": { | ||
"nf-core/nascent": "v2.3.0dev" | ||
"nf-core/nascent": "v2.3.0" | ||
} | ||
} | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters