Skip to content

Commit

Permalink
fix nf-core linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Aug 17, 2023
1 parent a9109dc commit a8f0266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
4 changes: 2 additions & 2 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/testpipeline/tree/2.0" target="_blank">nf-core/testpipeline</a>
This report has been generated by the <a href="https://github.com/nf-core/testpipeline/2.0" target="_blank">nf-core/testpipeline</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/testpipeline/2.0/docs/output" target="_blank">documentation</a>.
<a href="https://nf-co.re/testpipeline/2.0/output" target="_blank">documentation</a>.
report_section_order:
"nf-core-testpipeline-methods-description":
Expand Down
14 changes: 0 additions & 14 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@
"description": "Define where the pipeline should find input data and save output data.",
"required": ["input", "outdir"],
"properties": {
"baz": {
"type": "object",
"properties": {
"qux": { "type": "string", "default": "corge" },
"grault": { "type": "string", "default": "garply" },
"biz": {
"type": "object",
"properties": {
"quix": { "type": "string", "default": "corge" },
"griult": { "type": "string", "default": "garply" }
}
}
}
},
"input": {
"type": "string",
"format": "file-path",
Expand Down

0 comments on commit a8f0266

Please sign in to comment.