You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,10 +40,10 @@ This table lists all parameters that can be used to run the workflow.
40
40
| submol | string | Path to the submol YAML configuration file ||
41
41
|**prokka**|| Prokka configuration object ||
42
42
| 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`|
44
44
|**bakta**|| Bakta configuration object ||
45
45
| 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`|
47
47
| extra | string | Extra command-line arguments for Bakta ||
48
48
|**quast**|| QUAST configuration object ||
49
49
| 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.
52
52
|**panaroo**|| Panaroo configuration object ||
53
53
| remove_source | string | Source types to remove in Panaroo (regex supported) |`cmsearch`|
54
54
| 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