Skip to content

Commit

Permalink
fix target of test snippy multi filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Sep 28, 2020
1 parent 1695db2 commit 0ed39db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/targets.smk
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ rule test_snippy_multi:

rule test_snippy_multi_filter:
input:
expand(results_dir + "/snippy_multi/snippy-core.filter{missing_data}.fasta",
expand(results_dir + "/snippy_multi/snippy-core.filter{missing_data}.aln",
missing_data = config["snippy_missing_data"])
#------------------------------------------------------------------------------#
# Phylogeny
Expand Down

0 comments on commit 0ed39db

Please sign in to comment.