Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker committed Feb 11, 2025
1 parent b0799eb commit ae6be46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/functional/tree/cram/iqtree-offending-characters.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Build a tree with offending characters, and ensure characters are not overwritte
> --nthreads 1 | head -n 1
WARNING: Potentially offending character "'" detected in taxon name "KX369547.1/Cote_d'Ivore". We recommend replacing offending characters with '_' in the alignment file to avoid issues downstream.

$ cat "tree_raw.nwk" | grep -q "Cote_d'Ivore" && echo "Substring found"
$ cat "tree_raw.nwk" | grep -q "'KX369547.1/Cote_d''Ivore'" && echo "Substring found"
Substring found

$ cat "tree_raw.nwk" | grep -q "United-Arab-Emirates" && echo "Substring found"
$ cat "tree_raw.nwk" | grep -q "1_0181_PF/@United-Arab-Emirates" && echo "Substring found"
Substring found
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ GATGGGAAAAGAAGGTGGCGACCTTCCCCACCCTTCAATCTGGGGCCTGAACTGGAGATC
AGCTGTGGATNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
NNNNNNNNNNNNNNNNNNNNNNNNNNNNN
>1_0181_PF/United-Arab-Emirates
>1_0181_PF/@United-Arab-Emirates
NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNAGTATCAACAGGTTTT
ATTTGGATTTGGAAACGAGAGTTTCTGGTCATGAAAAACCCAAAAAAGAAATCCGGAGGA
TTCCGGATTGTCAATATGCTAAAACGCGGAGTAGCCCGTGTGAGCCCCTTTGGGGGCTTG
Expand Down

0 comments on commit ae6be46

Please sign in to comment.