Skip to content

Commit

Permalink
test_get_phylomarkers.t v2024-04-13; runs 24 tests; fixed erroneous -…
Browse files Browse the repository at this point in the history
…T 2 to -I 2 in IQT call, test #20
  • Loading branch information
vinuesa committed Apr 14, 2024
1 parent f5f0675 commit 303fcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_get_phylomarkers.t
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ok( eval{ `cd test_sequences/core_genome && ../../run_get_phylomarkers_pipeline
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 ...' );

# test 21 Run in population-genetics mode under K2P model, using IQ-Tree
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' );
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' );

# test 22 Run in population-genetics mode, estimating population tree using FastTree
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' );
Expand Down

0 comments on commit 303fcb8

Please sign in to comment.