mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 06:39:55 +00:00
Prettier
This commit is contained in:
parent
494c641fb8
commit
92a3c8ec8d
1 changed files with 7 additions and 11 deletions
|
@ -260,31 +260,27 @@
|
|||
"properties": {
|
||||
"databases": {
|
||||
"type": "string",
|
||||
"default": null
|
||||
"default": "None"
|
||||
},
|
||||
"shortread_clipmerge": {
|
||||
"type": "string",
|
||||
"default": "false"
|
||||
"type": "boolean"
|
||||
},
|
||||
"shortread_excludeunmerged": {
|
||||
"type": "string",
|
||||
"default": "true"
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"longread_clip": {
|
||||
"type": "string",
|
||||
"default": "false"
|
||||
"type": "boolean"
|
||||
},
|
||||
"run_malt": {
|
||||
"type": "string",
|
||||
"default": "false"
|
||||
"type": "boolean"
|
||||
},
|
||||
"malt_mode": {
|
||||
"type": "string",
|
||||
"default": "BlastN"
|
||||
},
|
||||
"run_kraken2": {
|
||||
"type": "string",
|
||||
"default": "false"
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue