1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 04:32:06 +00:00

Centrifuge classification

This commit is contained in:
sofstam 2022-04-04 16:55:48 +02:00
parent d897c922b2
commit 3a56206513
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ params {
// centrifuge
run_centrifuge = false
centrifuge_db_name = false
centrifuge_db_name = 'minigut_cf'
centrifuge_save_unaligned = false
centrifuge_save_aligned = false
centrifuge_sam_format = false

View file

@ -336,7 +336,7 @@
},
"centrifuge_db_name": {
"type": "string",
"default": "false"
"default": null
}
}
}