Skip to content

Commit

Permalink
Remove parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sofstam committed Aug 1, 2023
1 parent ea9019a commit e5d09fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ params {

// kmcp
run_kmcp = false
kmcp_taxdump = null
kmcp_taxid = null
kmcp_mode = 3 // default kmcp profiling value

// ganon
Expand Down
13 changes: 0 additions & 13 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -507,19 +507,6 @@
"description": "Turn on classification with kmcp.",
"fa_icon": "fas fa-toggle-on"
},
"kmcp_taxdump": {
"type": "string",
"default": "None",
"description": "Directory of NCBI taxonomy dump files, names.dmp and nodes.dmp",
"help_text": "The files merged.dmp and delnodes.dmp are optional.",
"fa_icon": "fas fa-folder-open"
},
"kmcp_taxid": {
"type": "string",
"default": "None",
"description": "Tabular two-column file(s) mapping reference IDs to TaxIds.",
"fa_icon": "fas fa-sort-amount-down-alt"
},
"kmcp_mode": {
"type": "integer",
"default": 3,
Expand Down

0 comments on commit e5d09fa

Please sign in to comment.