Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmkobel committed Jul 23, 2024
1 parent 22cde7d commit aca8b1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ set_bakta--translation-table: 11
set_bakta--gram: "?"

set_busco--tar: "" # flag
set_busco--mode: "protein"
set_busco--auto-lineage-prok: "" # flag

set_eggnog--genepred: prodigal
Expand Down
1 change: 1 addition & 0 deletions workflow/rules/sample_quality_control.smk
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ rule busco:
--force \
--skip_bbtools \
--download_path {params.database_path} \
--mode protein \
{params.passthrough_parameters} \
--offline || (>&2 echo "comparem2: Busco failed internally.")
Expand Down

0 comments on commit aca8b1b

Please sign in to comment.