1
0
Fork 0
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:
sofstam 2022-03-25 17:18:04 +01:00
parent 16bdc79cc0
commit 59d3f18a75

View file

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