Skip to content

Commit

Permalink
Merge pull request #469 from nf-core/conf-modules-configs
Browse files Browse the repository at this point in the history
Conf modules configs
  • Loading branch information
sateeshperi authored Nov 27, 2024
2 parents 515f4bd + bff65c7 commit 02c071a
Show file tree
Hide file tree
Showing 26 changed files with 45 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ process {
]
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ process {
]
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ process {
]
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ process {
enabled: params.save_reference
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ process {
]
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ process {
pattern: "*.html"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ process {
pattern: "*.{html,txt}"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ process {
enabled: params.save_align_intermeds
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ process {
enabled: params.save_reference
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ process {
]
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ process {
]
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ process {
]
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ process {
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ process {
]
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ process {
]
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ process {
params.genome.toString().startsWith('GRCm') ? '-gd MOUSE' : ''
].join(" ").trim()
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ process {
pattern: "*.fai"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ process {
]
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ process {
]
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ process {
]
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ process {
]
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ process {
]
]
}
}
}
15 changes: 7 additions & 8 deletions subworkflows/local/bwameth/nextflow.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@

includeConfig "../../../modules/nf-core/bwameth/align/nextflow.config"
includeConfig "../../../modules/nf-core/samtools/sort/nextflow.config"

includeConfig "../../../modules/nf-core/samtools/flagstat/nextflow.config"
includeConfig "../../../modules/nf-core/samtools/stats/nextflow.config"
includeConfig "../../../modules/nf-core/picard/markduplicates/nextflow.config"
includeConfig "../../../modules/nf-core/methyldackel/extract/nextflow.config"
includeConfig "../../../modules/nf-core/methyldackel/mbias/nextflow.config"
includeConfig "../../../conf/modules/bwameth_align.config"
includeConfig "../../../conf/modules/samtools_sort.config"
includeConfig "../../../conf/modules/samtools_flagstat.config"
includeConfig "../../../conf/modules/samtools_stats.config"
includeConfig "../../../conf/modules/picard_markduplicates.config"
includeConfig "../../../conf/modules/methyldackel_extract.config"
includeConfig "../../../conf/modules/methyldackel_mbias.config"

process {

Expand Down

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

16 changes: 8 additions & 8 deletions subworkflows/nf-core/fastq_align_dedup_bismark/nextflow.config

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

10 changes: 5 additions & 5 deletions workflows/methylseq/nextflow.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// module configs
includeConfig "../../modules/nf-core/fastqc/nextflow.config"
includeConfig "../../modules/nf-core/trimgalore/nextflow.config"
includeConfig "../../modules/nf-core/multiqc/nextflow.config"
includeConfig "../../modules/nf-core/preseq/lcextrap/nextflow.config"
includeConfig "../../modules/nf-core/qualimap/bamqc/nextflow.config"
includeConfig "../../conf/modules/fastqc.config"
includeConfig "../../conf/modules/trimgalore.config"
includeConfig "../../conf/modules/multiqc.config"
includeConfig "../../conf/modules/preseq_lcextrap.config"
includeConfig "../../conf/modules/qualimap_bamqc.config"

// subworkflow configs
includeConfig "../../subworkflows/nf-core/fasta_index_bismark_bwameth/nextflow.config"
Expand Down

0 comments on commit 02c071a

Please sign in to comment.