Skip to content

Commit a0c13e7

Browse files
committed
added comment for graft_clades
1 parent 60333e8 commit a0c13e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workflow/Snakefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,8 @@ rule reroot_backbone:
446446
-v {params.log_level} 2> {log}
447447
"""
448448

449-
449+
# Grafts the individual family clades onto the backbone. This is done by taking the
450+
# backbone tree and replacing the tips that are in the clade with the clade tree.
450451
rule graft_clades:
451452
input:
452453
backbone = "results/fasta/raxml-ready.fa.raxml.bestTree.rooted",

0 commit comments

Comments
 (0)