Skip to content

Commit

Permalink
Add test data and initial test for titers sub
Browse files Browse the repository at this point in the history
  • Loading branch information
huddlej committed Dec 7, 2022
1 parent c457e7a commit e6f431a
Show file tree
Hide file tree
Showing 4 changed files with 1,126 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/functional/titers/cram/titers-sub-with-tree.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Setup

$ pushd "$TESTDIR" > /dev/null
$ export AUGUR="${AUGUR:-../../../../bin/augur}"

Test titer substitution model with alignment and tree inputs.

$ ${AUGUR} titers sub \
> --alignment data/aa_seq_HA1.fasta \
> --tree data/tree.nwk \
> --output $TMP/titers-sub.json > /dev/null
$
Loading

0 comments on commit e6f431a

Please sign in to comment.