forked from nf-core/modules
-
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.
Added nextflow.config to fix software versions
Signed-off-by: Adam Talbot <[email protected]>
- Loading branch information
1 parent
4079b29
commit 12fd4ef
Showing
3 changed files
with
16 additions
and
6 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
12 changes: 6 additions & 6 deletions
12
modules/nf-core/custom/dumpsoftwareversions/tests/main.nf.test.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
modules/nf-core/custom/dumpsoftwareversions/tests/nextflow.config
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
manifest { | ||
name = 'nextflow_workflow' | ||
author = """nf-core""" | ||
homePage = 'https://127.0.0.1' | ||
description = """Dummy pipeline""" | ||
nextflowVersion = '!>=23.04.0' | ||
version = '9.9.9' | ||
doi = 'https://doi.org/10.5281/zenodo.5070524' | ||
} |