Skip to content

Commit

Permalink
ignoring input parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
JudithBernett committed Nov 25, 2024
1 parent 1857efa commit 304a695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ lint:
- .github/CONTRIBUTING.md
- assets/sendmail_template.txt
multiqc_config: false
nextflow_config:
- params.input
nf_core_version: 3.0.2
org_path: null
repository_type: pipeline
Expand Down
12 changes: 0 additions & 12 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,6 @@
"fa_icon": "fas fa-envelope",
"help_text": "Set this parameter to your e-mail address to get a summary e-mail with details of the run sent to you when the workflow exits. If set in your user config file (`~/.nextflow/config`) then you don't need to specify this on the command line for every run.",
"pattern": "^([a-zA-Z0-9_\\-\\.]+)@([a-zA-Z0-9_\\-\\.]+)\\.([a-zA-Z]{2,5})$"
},
"input": {
"type": "string",
"format": "file-path",
"exists": true,
"schema": "assets/schema_input.json",
"mimetype": "text/csv",
"pattern": "^\\S+\\.csv$",
"description": "Unnecessary parameter for the pipeline, added to satisfy linting.",
"help_text": "Unnecessary parameter for the pipeline, added to satisfy linting.",
"fa_icon": "fas fa-file-csv",
"hidden": true
}
}
},
Expand Down

0 comments on commit 304a695

Please sign in to comment.