Skip to content

Commit

Permalink
Added nextflow.config to fix software versions
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Talbot <[email protected]>
  • Loading branch information
adamrtalbot committed Oct 20, 2023
1 parent 4079b29 commit 12fd4ef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nextflow_process {
name "Test Process CUSTOM_DUMPSOFTWAREVERSIONS"
script "../main.nf"
process "CUSTOM_DUMPSOFTWAREVERSIONS"
config "modules/nf-core/custom/dumpsoftwareversions/tests/nextflow.config"
tag "modules"
tag "modules_nfcore"
tag "custom"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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'
}

0 comments on commit 12fd4ef

Please sign in to comment.