Closed splaisan closed 3 years ago
the iqtree command reads:
# Building phylogeny rule tree: input: "core.aln" output: "iqtree.log" message: "Builing phylogeny tree of whole genomes using IQ-Tree" shell: "iqtree -s results/{input} -bb 1000 > {output}"
could it be that it should be instead -b 1000 ?
sorry! found that -bb is the new shorthand for --ufboot, replacing -B
the iqtree command reads:
could it be that it should be instead -b 1000 ?