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

indent error

parent 5afa4d9f
No related branches found
No related tags found
No related merge requests found
Pipeline #94709 passed
......@@ -249,7 +249,8 @@ def test_run_tree(caplog):
threads = 1
model = 'T'
write_boot = False
fme.run_tree(ALIGNMENT, boot, GENEPATH, quiet, threads, model=model, wb=write_boot)
write_matrix = False
fme.run_tree(ALIGNMENT, boot, GENEPATH, quiet, threads, model=model, wb=write_boot, matrix=write_matrix)
assert "Converting fasta alignment to PHYLIP-relaxed format" in caplog.text
assert "Running FastME..." in caplog.text
assert ("fastme "
......@@ -274,7 +275,7 @@ def test_run_tree(caplog):
threads = 1
model = 'T'
write_boot = True
fme.run_tree(ALIGNMENT, boot, GENEPATH, quiet, threads, model=model, wb=write_boot)
fme.run_tree(ALIGNMENT, boot, GENEPATH, quiet, threads, model=model, matrix=write_matrix, wb=write_boot)
assert "Phylip alignment file already existing." in caplog.text
assert ("The Phylip alignment file "
"test/data/tree/generated_by_unit-tests/exp_pers4genomes.grp.aln.phylip "
......
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