Skip to content

Commit

Permalink
Fix precommit linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Oct 12, 2024
1 parent eee727d commit 10df58c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ testing*
*.pyc
null/
.nf-test*
test.xml
test.xml
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ process {
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]

withName: 'MULTIQC' {
ext.args = { params.multiqc_title ? "--title \"$params.multiqc_title\"" : '' }
publishDir = [
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ params {
// TODO nf-core: Specify your pipeline's command line flags
// Input options
input = null

// MultiQC options
multiqc_config = null
multiqc_title = null
Expand Down

0 comments on commit 10df58c

Please sign in to comment.