Skip to content

Commit

Permalink
Merge pull request #56 from jts/change_annotate_variant_rule
Browse files Browse the repository at this point in the history
Change annotate variant rule
  • Loading branch information
jts authored Dec 17, 2020
2 parents db9e988 + 90b02dc commit 8a1841e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion workflow/rules/annotation.smk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8a1841e

Please sign in to comment.