diff --git a/README.md b/README.md index 4dc60eb..fc2d03d 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ snakemake -s workflow/Snakefile --cores 1 build_snpeff_db Once the database has been built, the workflow can be run using: ``` -snakemake -s workflow/Snakefile --cores 2 annotate_variants +snakemake -s workflow/Snakefile --cores 2 all_qc_annotation ``` Variant annotation output can be found in `qc_annotation` and the recurrent diff --git a/workflow/rules/annotation.smk b/workflow/rules/annotation.smk index 7acd24a..fc532b3 100644 --- a/workflow/rules/annotation.smk +++ b/workflow/rules/annotation.smk @@ -34,7 +34,7 @@ def get_recurrent_heatmap_plot(wildcards): # # Rules for annotating variants with functional consequence # -rule annotate_variants: +rule all_qc_annotation: input: get_recurrent_heatmap_plot