Skip to content

Commit 303fcb8

Browse files
committed
test_get_phylomarkers.t v2024-04-13; runs 24 tests; fixed erroneous -T 2 to -I 2 in IQT call, test #20
1 parent f5f0675 commit 303fcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_get_phylomarkers.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ok( eval{ `cd test_sequences/core_genome && ../../run_get_phylomarkers_pipeline
8080
ok( eval{ `cd test_sequences/core_genome && ../../run_get_phylomarkers_pipeline.sh -R 1 -t PROT -A F -T high -m 0.2 | grep "writing summary tables"` }, 'run_get_phylomarkers_pipeline.sh -R 1 -t PROT -A F ...' );
8181

8282
# test 21 Run in population-genetics mode under K2P model, using IQ-Tree
83-
ok( eval{ `cd test_sequences/core_genome && ../../run_get_phylomarkers_pipeline.sh -R 2 -t DNA -S K2P -k 1.3 -T 2 | grep "wrote file concat_cdnAlns_SNPs.fasta"` }, 'run_get_phylomarkers_pipeline.sh -R 2 -t DNA -S K2P -k 1.3 -T 2' );
83+
ok( eval{ `cd test_sequences/core_genome && ../../run_get_phylomarkers_pipeline.sh -R 2 -t DNA -S K2P -k 1.3 -I 2 | grep "wrote file concat_cdnAlns_SNPs.fasta"` }, 'run_get_phylomarkers_pipeline.sh -R 2 -t DNA -S K2P -k 1.3 -I 2' );
8484

8585
# test 22 Run in population-genetics mode, estimating population tree using FastTree
8686
ok( eval{ `cd test_sequences/core_genome && ../../run_get_phylomarkers_pipeline.sh -R 2 -t DNA -A F -k 1.2 | grep "wrote file concat_cdnAlns_SNPs.fasta"` }, 'run_get_phylomarkers_pipeline.sh -R 2 -t DNA -A F -k 1.2' );

0 commit comments

Comments
 (0)