Skip to content

Commit

Permalink
adding test that will fail
Browse files Browse the repository at this point in the history
  • Loading branch information
nandsra21 committed Mar 16, 2024
1 parent 97df93f commit 65df936
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/pathogen-embed-t-sne-output-figure-pairwise-distance.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Run pathogen-embed with t-SNE on a H3N2 HA alignment, specifically looking for the pairwise distance PNG

$ pathogen-embed \
> --alignment $TESTDIR/data/h3n2_ha_alignment.fasta \
> --output-dataframe embed_t-sne.csv \
> --output-pairwise-distance-figure t-sne_pairwise_output.png \
> t-sne \
> --perplexity 25 \
> --learning-rate 100

There should be one record in the embedding per input sequence in the alignment.

$ [[ -e t-sne_pairwise_output.png ]]

0 comments on commit 65df936

Please sign in to comment.