Skip to content

Commit 8a1841e

Browse files
authored
Merge pull request #56 from jts/change_annotate_variant_rule
Change annotate variant rule
2 parents db9e988 + 90b02dc commit 8a1841e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ snakemake -s workflow/Snakefile --cores 1 build_snpeff_db
206206
Once the database has been built, the workflow can be run using:
207207

208208
```
209-
snakemake -s workflow/Snakefile --cores 2 annotate_variants
209+
snakemake -s workflow/Snakefile --cores 2 all_qc_annotation
210210
```
211211

212212
Variant annotation output can be found in `qc_annotation` and the recurrent

workflow/rules/annotation.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_recurrent_heatmap_plot(wildcards):
3434
#
3535
# Rules for annotating variants with functional consequence
3636
#
37-
rule annotate_variants:
37+
rule all_qc_annotation:
3838
input:
3939
get_recurrent_heatmap_plot
4040

0 commit comments

Comments
 (0)