1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 04:32:06 +00:00
This commit is contained in:
James Fellows Yates 2022-03-24 15:40:14 +01:00
parent 494c641fb8
commit 92a3c8ec8d

View file

@ -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"
}
}
}