Skip to content

Commit

Permalink
feat(subworkflows): Add nextflow.configs
Browse files Browse the repository at this point in the history
These can be used for default settings in the future. They can then be
included in the conf/modules.config so that the params don't have to be
duplicated in the root nextflow.config.
  • Loading branch information
edmundmiller committed Sep 10, 2021
1 parent 3501093 commit 4417019
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subworkflows/nf-core/align_bowtie2/nextflow.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
params.align_options = [:]
params.samtools_options = [:]
1 change: 1 addition & 0 deletions subworkflows/nf-core/bam_sort_samtools/nextflow.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
params.options = [:]
1 change: 1 addition & 0 deletions subworkflows/nf-core/bam_stats_samtools/nextflow.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
params.options = [:]

0 comments on commit 4417019

Please sign in to comment.