Skip to content

Commit dcbd2f4

Browse files
committed
chore: update defaults in config readme
1 parent 8fa11b1 commit dcbd2f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ This table lists all parameters that can be used to run the workflow.
4040
| submol | string | Path to the submol YAML configuration file | |
4141
| **prokka** | | Prokka configuration object | |
4242
| center | string | Center name for Prokka annotation (used in sequence IDs) | |
43-
| extra | string | Extra command-line arguments for Prokka | |
43+
| extra | string | Extra command-line arguments for Prokka | `--addgenes` |
4444
| **bakta** | | Bakta configuration object | |
4545
| download_db | string | Bakta database type (`full`, `light`, or `none`) | `light` |
46-
| existing_db | string | Path to an existing Bakta database (optional). Needs to be combined with `download_db='none'` | |
46+
| existing_db | string | Path to an existing Bakta database (optional). Needs to be combined with `download_db='none'` | `--keep-contig-headers --compliant` |
4747
| extra | string | Extra command-line arguments for Bakta | |
4848
| **quast** | | QUAST configuration object | |
4949
| reference_fasta | string | Path to the reference genome for QUAST | |
@@ -52,4 +52,4 @@ This table lists all parameters that can be used to run the workflow.
5252
| **panaroo** | | Panaroo configuration object | |
5353
| remove_source | string | Source types to remove in Panaroo (regex supported) | `cmsearch` |
5454
| remove_feature | string | Feature types to remove in Panaroo (regex supported) | `tRNA\|rRNA\|ncRNA\|exon\|sequence_feature` |
55-
| extra | string | Extra command-line arguments for Panaroo | |
55+
| extra | string | Extra command-line arguments for Panaroo | `--clean-mode strict --remove-invalid-genes` |

0 commit comments

Comments
 (0)