-
Notifications
You must be signed in to change notification settings - Fork 3
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 #25 from nf-core/prepare_1_1_1
Prepare 1.1.1 release.
- Loading branch information
Showing
7 changed files
with
57 additions
and
34 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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
strategy: | ||
matrix: | ||
NXF_VER: | ||
- "24.04.2" | ||
- "24.10.1" | ||
- "latest-everything" | ||
profile: | ||
- "conda" | ||
|
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 |
---|---|---|
|
@@ -13,4 +13,4 @@ template: | |
name: pairgenomealign | ||
org: nf-core | ||
outdir: . | ||
version: 1.1.0 | ||
version: 1.1.1 |
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 |
---|---|---|
|
@@ -246,24 +246,28 @@ dag { | |
|
||
manifest { | ||
name = 'nf-core/pairgenomealign' | ||
author = """charles-plessy""" // 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: 'charles-plessy', | ||
affiliation: '', | ||
email: '', | ||
github: '', | ||
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor') | ||
affiliation: 'Okinawa Institute of Science and Technology Graduate University (OIST)', | ||
email: '[email protected]', | ||
github: 'charles-plessy', | ||
contribution: ['author'], // List of contribution types ('author', 'maintainer' or 'contributor') | ||
orcid: '0000-0001-7410-6295' | ||
], | ||
[ | ||
affiliation: 'Okinawa Institute of Science and Technology Graduate University (OIST)', | ||
email: '[email protected]', | ||
github: 'U13bs1125', | ||
contribution: ['contributor'], | ||
orcid: '' | ||
], | ||
] | ||
homePage = 'https://github.com/nf-core/pairgenomealign' | ||
description = """Pairwise alignment pipeline (genome to genome or reads to genome)""" | ||
mainScript = 'main.nf' | ||
defaultBranch = 'master' | ||
nextflowVersion = '!>=24.04.2' | ||
version = '1.1.0' | ||
nextflowVersion = '!>=24.10.1' | ||
version = '1.1.1' | ||
doi = '' | ||
} | ||
|
||
|
Oops, something went wrong.