-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf033fa
commit 18f68f9
Showing
2 changed files
with
17 additions
and
15 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
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 |
---|---|---|
|
@@ -219,20 +219,20 @@ manifest { | |
contributors = [ | ||
// TODO nf-core: Update the field with the details of the contributors to your pipeline. New with Nextflow version 24.10.0 | ||
[ | ||
name: 'DLBPointon', | ||
affiliation: '', | ||
email: '', | ||
github: '', | ||
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor') | ||
orcid: '' | ||
name: 'Damon-Lee B Pointon', | ||
affiliation: 'Wellcome Genome Campus, Sanger', | ||
email: '[email protected]', | ||
github: 'DLBPointon', | ||
contribution: ['author', 'maintainer'], // List of contribution types ('author', 'maintainer' or 'contributor') | ||
orcid: '0000-0003-2949-6719' | ||
], | ||
] | ||
homePage = 'https://github.com/sanger-tol/ear' | ||
description = """ERGA Assembly Report pipeline""" | ||
mainScript = 'main.nf' | ||
defaultBranch = 'main' | ||
nextflowVersion = '!>=24.04.2' | ||
version = '0.6.2' | ||
version = '0.7.0' | ||
doi = 'https://zenodo.org/records/13819520' | ||
} | ||
|
||
|