Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
panacota
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amandine PERRIN
panacota
Commits
de2ddde0
Commit
de2ddde0
authored
4 years ago
by
Amandine PERRIN
Browse files
Options
Downloads
Patches
Plain Diff
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
4 years ago
Stage: test
Stage: coverage
Stage: doc
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/test_functional/test_tree.py
+2
-2
2 additions, 2 deletions
test/test_functional/test_tree.py
with
2 additions
and
2 deletions
test/test_functional/test_tree.py
+
2
−
2
View file @
de2ddde0
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment