Skip to content

Commit 9b9b864

Browse files
Reapply changes to newly created files
1 parent d13592f commit 9b9b864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/functional/tree/cram/iqtree-extend-args.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Build a tree, augmenting existing default arguments with custom arguments.
77
$ ${AUGUR} tree \
88
> --method iqtree \
99
> --alignment "$TESTDIR/../data/aligned.fasta" \
10-
> --tree-builder-args="-czb" \
10+
> --tree-builder-args="--polytomy" \
1111
> --output tree_raw.nwk > /dev/null

tests/functional/tree/cram/iqtree-override-args.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Since the following custom arguments are incompatible with the default IQ-TREE a
88
$ ${AUGUR} tree \
99
> --method iqtree \
1010
> --alignment "$TESTDIR/../data/full_aligned.fasta" \
11-
> --tree-builder-args="-czb -bb 1000 -bnni" \
11+
> --tree-builder-args="--polytomy -bb 1000 -bnni" \
1212
> --override-default-args \
1313
> --output tree_raw.nwk > /dev/null

0 commit comments

Comments
 (0)