Skip to content

Commit

Permalink
updated bakta outputdir
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleoconnell committed Feb 19, 2024
1 parent 9161597 commit 85c3e12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf/test_params.config
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@ params {
download_bakta_db = false
bakta_db_path = ""
bakta_min_contig_length = 200 // due to compliant mode default, otherwise default is 1
bakta_genus = ""
bakta_species = ""
bakta_strain = ""
bakta_genus = "Genus"
bakta_species = "species"
bakta_strain = "unnamed"
bakta_plasmid = "unnamed"
bakta_complete = ""
bakta_compliant = true
bakta_translation_table = 11
bakta_gram = ""
bakta_gram = "?"
bakta_locus = "contig"
bakta_locus_tag = "LOCUSTAG123" // set a meaningful locus tag here for compliant mode

Expand Down

0 comments on commit 85c3e12

Please sign in to comment.