Skip to content
Snippets Groups Projects
Commit de2ddde0 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

adapt functional tests to new default iqtree

parent be66d01a
No related branches found
No related tags found
No related merge requests found
Pipeline #41189 passed
...@@ -277,7 +277,7 @@ def test_main_iqtree2_newdir(capsys): ...@@ -277,7 +277,7 @@ def test_main_iqtree2_newdir(capsys):
"-T 1 -m GTR -B 1000 --boot-trees --seqtype DNA " "-T 1 -m GTR -B 1000 --boot-trees --seqtype DNA "
"--prefix test/data/tree/generated_by_func_tests/" "--prefix test/data/tree/generated_by_func_tests/"
"test_iqtree2/exp_pers4genomes.grp.aln.iqtree_tree " "test_iqtree2/exp_pers4genomes.grp.aln.iqtree_tree "
"-quiet") in " ".join(iq_lines) "--quiet") in " ".join(iq_lines)
assert ("Alignment has 4 sequences with 6438 columns, " assert ("Alignment has 4 sequences with 6438 columns, "
"81 distinct patterns") in " ".join(iq_lines) "81 distinct patterns") in " ".join(iq_lines)
assert "Analysis results written to:" in " ".join(iq_lines) assert "Analysis results written to:" in " ".join(iq_lines)
...@@ -303,7 +303,7 @@ def test_main_iqtree2_newdir(capsys): ...@@ -303,7 +303,7 @@ def test_main_iqtree2_newdir(capsys):
assert ("IQtree command: iqtree2 -s test/data/align/exp_files/exp_pers4genomes.grp.aln " assert ("IQtree command: iqtree2 -s test/data/align/exp_files/exp_pers4genomes.grp.aln "
"-T 1 -m GTR -B 1000 --boot-trees --seqtype DNA --prefix test/data/tree/" "-T 1 -m GTR -B 1000 --boot-trees --seqtype DNA --prefix test/data/tree/"
"generated_by_func_tests/test_iqtree2/exp_pers4genomes.grp.aln.iqtree_tree " "generated_by_func_tests/test_iqtree2/exp_pers4genomes.grp.aln.iqtree_tree "
"-quiet") in out "--quiet") in out
assert "END" in out assert "END" in out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment