Skip to content

Commit

Permalink
add sourmash_database_threshold_bp to docs, config check (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb authored Feb 12, 2022
1 parent 72c44c9 commit d913235
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,12 @@ prevent_sra_download: false
# picklist: some_sig_list.csv:ident:ident
picklist: ""

# sourmash_database_threshold_bp: sets the --threshold-bp minimum match
# size of sourmash prefetch and gather. This will exclude matches with
# smaller overlaps than this from being considered.
# DEFAULT: 1e5
sourmash_database_threshold_bp: 10000

# sourmash_database_ksize: k-mer size to use when searching sourmash databases.
# DEFAULT: 31
sourmash_database_ksize: 31
Expand Down
1 change: 1 addition & 0 deletions genome_grist/conf/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ known_config_keys = { 'samples', 'outdir', 'tempdir',
'genbank_cache',
'sourmash_databases',
'local_databases_info',
'sourmash_database_threshold_bp',
'sourmash_database_ksize',
'sourmash_compute_ksizes',
'sourmash_scaled',
Expand Down

0 comments on commit d913235

Please sign in to comment.