mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-11 00:23:08 +00:00
Update nextflow_schema.json
This commit is contained in:
parent
16bdc79cc0
commit
59d3f18a75
1 changed files with 5 additions and 9 deletions
|
@ -293,20 +293,16 @@
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"run_centrifuge": {
|
"run_centrifuge": {
|
||||||
"type": "string",
|
"type": "boolean"
|
||||||
"default": "false"
|
|
||||||
},
|
},
|
||||||
"centrifuge_save_unaligned": {
|
"centrifuge_save_unaligned": {
|
||||||
"type": "string",
|
"type": "boolean"
|
||||||
"default": "false"
|
|
||||||
},
|
},
|
||||||
"centrifuge_save_aligned": {
|
"centrifuge_save_aligned": {
|
||||||
"type": "string",
|
"type": "boolean"
|
||||||
"default": "false"
|
|
||||||
},
|
},
|
||||||
"centrifuge_sam_format": {
|
"centrifuge_sam_format": {
|
||||||
"type": "string",
|
"type": "boolean"
|
||||||
"default": "false"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue