Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcantor22 committed Aug 14, 2024
1 parent c35d3f0 commit fcacec6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mmeds/snakemake/rules/process_sequencing_data.smk
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ rule build_phylogenetic_tree:
feature_table = "tables/asv_table.qza",
rep_seqs = "tables/rep_seqs_table.qza"
output:
alignment = temp("tables/alignment.qza")
masked_alignment = temp("tables/masked_alignment.qza")
unrooted_tree = temp("tables/unrooted_tree.qza")
alignment = temp("tables/alignment.qza"),
masked_alignment = temp("tables/masked_alignment.qza"),
unrooted_tree = temp("tables/unrooted_tree.qza"),
feature_table_viz = "tables/asv_table_viz.qzv",
rooted_tree = "tables/rooted_tree.qza"
conda:
Expand Down

0 comments on commit fcacec6

Please sign in to comment.