Skip to content

Commit

Permalink
switch targets to input
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Mar 17, 2021
1 parent 29c74f4 commit 5ff707e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,20 +99,20 @@ rule all:
"""
input:
# Metadata
metadata_all,
metadata_all_input,
# Multiqc
multiqc_all,
multiqc_all_input,
# Phylo
iqtree_scf_all,
iqtree_scf_all_input,
# Post-Phylo
clock_plot_all,
mugration_plot_all,
geo_all,
clock_plot_all_input,
mugration_plot_all_input,
geo_all_input,
# Plot
plot_missing_data_all,
plot_snp_matrix_all,
plot_missing_data_all_input,
plot_snp_matrix_all_input,
# Stats
locus_coverage_collect_all
locus_coverage_collect_all_input,

# -----------------------------------------------------------------------------#
# Help and Usage #
Expand Down

0 comments on commit 5ff707e

Please sign in to comment.