Skip to content

Commit

Permalink
Attempt to fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Jan 8, 2025
1 parent 973bbe9 commit a67f17e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .nf-core.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
lint:
files_exist:
- assets/schema_input.json
- conf/igenomes.config
files_unchanged:
- assets/nf-core-pangenome_logo_light.png
nf_core_version: 3.1.1
Expand All @@ -19,3 +16,6 @@ template:
org: nf-core
outdir: .
version: 1.2.0dev
skip_features:
- fastqc
- igenomes
8 changes: 0 additions & 8 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,6 @@ process {
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]

withName: CUSTOM_DUMPSOFTWAREVERSIONS {
publishDir = [
path: { "${params.outdir}/pipeline_info" },
mode: params.publish_dir_mode,
pattern: '*_versions.yml'
]
}

withName: WFMASH_MAP_ALIGN {
ext.args = {
[
Expand Down
8 changes: 0 additions & 8 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,14 +414,6 @@
"default": "https://raw.githubusercontent.com/nf-core/test-datasets/",
"hidden": true
},
"validationLenientMode": {
"type": "boolean",
"fa_icon": "far fa-check-circle",
"description": "Validation of parameters in lenient more.",
"hidden": true,
"help_text": "Allows string values that are parseable as numbers or booleans. For further information see [JSONSchema docs](https://github.com/everit-org/json-schema#lenient-mode).",
"default": true
},
"show_hidden_params": {
"type": "boolean",
"fa_icon": "far fa-check-circle",
Expand Down

0 comments on commit a67f17e

Please sign in to comment.