We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db9e988 + 90b02dc commit 8a1841eCopy full SHA for 8a1841e
README.md
@@ -206,7 +206,7 @@ snakemake -s workflow/Snakefile --cores 1 build_snpeff_db
206
Once the database has been built, the workflow can be run using:
207
208
```
209
-snakemake -s workflow/Snakefile --cores 2 annotate_variants
+snakemake -s workflow/Snakefile --cores 2 all_qc_annotation
210
211
212
Variant annotation output can be found in `qc_annotation` and the recurrent
workflow/rules/annotation.smk
@@ -34,7 +34,7 @@ def get_recurrent_heatmap_plot(wildcards):
34
#
35
# Rules for annotating variants with functional consequence
36
37
-rule annotate_variants:
+rule all_qc_annotation:
38
input:
39
get_recurrent_heatmap_plot
40
0 commit comments