mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 12:29:54 +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": {
|
"properties": {
|
||||||
"databases": {
|
"databases": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": null
|
"default": "None"
|
||||||
},
|
},
|
||||||
"shortread_clipmerge": {
|
"shortread_clipmerge": {
|
||||||
"type": "string",
|
"type": "boolean"
|
||||||
"default": "false"
|
|
||||||
},
|
},
|
||||||
"shortread_excludeunmerged": {
|
"shortread_excludeunmerged": {
|
||||||
"type": "string",
|
"type": "boolean",
|
||||||
"default": "true"
|
"default": true
|
||||||
},
|
},
|
||||||
"longread_clip": {
|
"longread_clip": {
|
||||||
"type": "string",
|
"type": "boolean"
|
||||||
"default": "false"
|
|
||||||
},
|
},
|
||||||
"run_malt": {
|
"run_malt": {
|
||||||
"type": "string",
|
"type": "boolean"
|
||||||
"default": "false"
|
|
||||||
},
|
},
|
||||||
"malt_mode": {
|
"malt_mode": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "BlastN"
|
"default": "BlastN"
|
||||||
},
|
},
|
||||||
"run_kraken2": {
|
"run_kraken2": {
|
||||||
"type": "string",
|
"type": "boolean"
|
||||||
"default": "false"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue