Skip to content

Commit

Permalink
Deprecate area plot for Bracken
Browse files Browse the repository at this point in the history
  • Loading branch information
boulund committed May 10, 2023
1 parent 2c1340f commit 5014f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/taxonomic_profiling/kraken2.smk
Expand Up @@ -265,7 +265,7 @@ if config["taxonomic_profile"]["kraken2"] and kraken2_config["bracken"]["kmer_di
all_outputs.extend(brackens_mpa_style)
all_outputs.append(bracken_krona)
all_outputs.append(all_table_mpa)
all_outputs.append(bracken_area_plot)
#all_outputs.append(bracken_area_plot) # Deprecated in 6.1


rule bracken_kreport:
Expand Down

0 comments on commit 5014f22

Please sign in to comment.